From fe6b62eadec70b517bd5ff801f4df22f95a7b6b8 Mon Sep 17 00:00:00 2001 From: ArdaFu Date: Tue, 9 Aug 2016 11:39:39 +0800 Subject: [PATCH] [trace] Fix readme error. --- components/trace/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/trace/readme.md b/components/trace/readme.md index 6a3dfa31f0..632d6ed9d5 100644 --- a/components/trace/readme.md +++ b/components/trace/readme.md @@ -1,5 +1,5 @@ ##How to use the Segger SystemView trace componment ------- + ### 1. Copy description file Copy the '.\SystemView_Src_Vxxx\Description\SYSVIEW_RTThread.txt' to folder '%SystemView_Install_Folder%\Description\'. ### 2. Enable trace componment @@ -15,7 +15,7 @@ Segger SystemView only support Segger J-Link and Segger J-Link OB. If you using * For Atmel EDBG, here is the [EDBG upgrade utility download page](https://www.segger.com/jlink-edbg.html) * For Freescale(NXP) OpenSDA/OpenSDA-V2, here is the [OpenSDA upgrade utility download page](https://www.segger.com/opensda.html) * For NXP LPC Link 2, here is the [LPC link 2 upgrade utility download page](https://www.segger.com/lpc-link-2.html) -* NXP LPCXpresso, here is the [LPC link 2 upgrade utility download page](https://www.segger.com/jlink-lpcxpresso-ob.html) +* NXP LPCXpresso, here is the [LPCXpresso upgrade utility download page](https://www.segger.com/jlink-lpcxpresso-ob.html) ### 4. Intergration (Porting) limitation -- GitLab