From f76b3f9aa0ff1b7ea2968d3e66e9652d850f61ea Mon Sep 17 00:00:00 2001 From: amy qian Date: Fri, 3 Jan 2020 17:30:28 +0800 Subject: [PATCH] =?UTF-8?q?readme=E4=BF=AE=E6=94=B9=E4=BA=86=E4=B8=8B?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bsp/cypress/psoc6-pioneerkit_modus/README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/bsp/cypress/psoc6-pioneerkit_modus/README.md b/bsp/cypress/psoc6-pioneerkit_modus/README.md index efca91f4b0..ca8a7cd55c 100644 --- a/bsp/cypress/psoc6-pioneerkit_modus/README.md +++ b/bsp/cypress/psoc6-pioneerkit_modus/README.md @@ -82,12 +82,12 @@ CY8CKIT-062-BLE PSoC6 BLE Pioneer Kit 是赛普拉斯推出的一款32位双核C 下载程序成功之后,系统会自动运行。打开终端工具串口小助手,复位设备后,可以看到 RT-Thread 的输出信息: 注:推荐使用串口调试助手如:sscom - -msh > -\ | / + +``` + \ | / - RT - Thread Operating System -/ | \ 4.0.3 build Jan 3 2020 -2006 - 2019 Copyright by rt-thread team + / | \ 4.0.3 build Jan 3 2020 + 2006 - 2019 Copyright by rt-thread team thread1 created ok thread1 count: 0 thread2 created ok @@ -97,7 +97,8 @@ thread2 count: 2 thread2 count: 3 thread1 count: 1 thread2 count: 4 - +thread2 count: 5 +``` ## 联系人信息