diff --git a/bsp/nuvoton_m487/README.md b/bsp/nuvoton_m487/README.md index 0bbbbbb279f729ede073c1c33a21f0262f093395..ca6e82c859f51f2704d4613637d398a54c88e78a 100644 --- a/bsp/nuvoton_m487/README.md +++ b/bsp/nuvoton_m487/README.md @@ -31,7 +31,7 @@ 连接好串口,可以使用115200-N-8-1的配置方式连接到设备上。设备使用的串口引脚是:`[Tx:PB13 Rx:PB12]` -当正确编译产生出rtthread.bin映像文件后,可以使用...的方式来烧写到设备中。 +当正确编译产生出rtthread.bin映像文件后,可以使用NU-link或者JLINK下载 ### 3.1 运行结果 diff --git a/bsp/nuvoton_m487/driver/board.h b/bsp/nuvoton_m487/driver/board.h index f1d07fea9921aa32d395ae34cd64a4184884bb58..515ab1bb39548fe4d15d69bfc2571e7ab1a9095a 100644 --- a/bsp/nuvoton_m487/driver/board.h +++ b/bsp/nuvoton_m487/driver/board.h @@ -1,17 +1,13 @@ /* - * File : board.h - * This file is part of RT-Thread RTOS + * Copyright (c) 2006-2018, RT-Thread Development Team * - * The license and distribution terms for this file may be - * found in the file LICENSE in this distribution or at - * http://www.rt-thread.org/license/LICENSE + * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes - * 2017-12-12 Bluebear233 first implementation + * 2018-11-16 bluebear233 first version */ - #ifndef __BOARD_H__ #define __BOARD_H__