From d62ee855aec5f0be16ac895ccbf231c1aec3b27a Mon Sep 17 00:00:00 2001 From: richardbarry Date: Sun, 23 Jun 2013 21:11:37 +0000 Subject: [PATCH] Update trace recorder code in the LPC18xx project. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1944 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- .../.cproject | 45 +- .../CreateProjectDirectoryStructure.bat | 7 +- .../FreeRTOSConfig.h | 6 +- .../FreeRTOS_UDP_Demo Debug.launch | 2 +- .../Trace_Recorder_Configuration/trcConfig.h | 509 ++++++++++++++++++ .../trcHardwarePort.h | 474 ++++++++++++++++ .../main.c | 5 + 7 files changed, 1014 insertions(+), 34 deletions(-) create mode 100644 FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/FreeRTOS_Plus_Trace_Recorder/Trace_Recorder_Configuration/trcConfig.h create mode 100644 FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/FreeRTOS_Plus_Trace_Recorder/Trace_Recorder_Configuration/trcHardwarePort.h diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/.cproject b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/.cproject index 290712e5e..804043739 100644 --- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/.cproject +++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/.cproject @@ -44,7 +44,8 @@