From 6eadbecd989b7a937422753412613885e1c392f5 Mon Sep 17 00:00:00 2001 From: Bluebear233 <417350690@qq.com> Date: Tue, 20 Nov 2018 13:45:18 +0800 Subject: [PATCH] =?UTF-8?q?[BSP]=E4=BF=AE=E6=AD=A3NUVOTON=20M487=20README?= =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bsp/nuvoton_m487/README.md | 2 +- bsp/nuvoton_m487/driver/board.h | 10 +++------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/bsp/nuvoton_m487/README.md b/bsp/nuvoton_m487/README.md index 0bbbbbb27..ca6e82c85 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 f1d07fea9..515ab1bb3 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__ -- GitLab