From 5f56fea075001f02c644e688f868424d963db8dd Mon Sep 17 00:00:00 2001 From: ArdaFu Date: Tue, 9 Aug 2016 11:54:53 +0800 Subject: [PATCH] [trace] fix readme spell error. --- components/trace/readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/trace/readme.md b/components/trace/readme.md index 1c303d861..869009cbd 100644 --- a/components/trace/readme.md +++ b/components/trace/readme.md @@ -1,8 +1,8 @@ -##How to use the Segger SystemView trace componment +##How to use the Segger SystemView trace component ### 1. Copy description file Copy the '.\SystemView_Src_Vxxx\Description\SYSVIEW_RTThread.txt' to folder '%SystemView_Install_Folder%\Description\'. -### 2. Enable trace componment +### 2. Enable trace component Enable `RT_USING_HOOK` and add `RT_USING_TRACE` define in your bsp's rtconfig.h ```c // @@ -20,4 +20,4 @@ Segger SystemView only support Segger J-Link and Segger J-Link OB. If you using ### 4. Intergration (Porting) limitation * Can only trace thread, scheduler and interrupt. -* Tracing RT-Thread IPC componment is not supported. +* Tracing RT-Thread IPC component is not supported.