From 0c5a206e6755f47de0c00f91aa53b617e1c4d730 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Mon, 4 Mar 2013 20:04:02 +0000 Subject: [PATCH] For RL78GCC port/demo: - Added YRDKRL78G14 build configuration. - Runs provided the dynamic priority tasks are not started. - Does not run with the debugger connected. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1837 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- FreeRTOS/Demo/RL78_E2Studio_GCC/.cproject | 210 +++++++++++++++++- .../Project_Generation_Prefrences.prefs | 3 +- .../Demo/RL78_E2Studio_GCC/RTOSDemo.launch | 8 +- .../RL78_E2Studio_GCC/src/FreeRTOSConfig.h | 6 +- .../FreeRTOS_Source/portable/GCC/RL78/port.c | 27 ++- .../portable/GCC/RL78/portmacro.h | 11 +- FreeRTOS/Demo/RL78_E2Studio_GCC/src/LED.h | 4 +- FreeRTOS/Demo/RL78_E2Studio_GCC/src/RegTest.S | 64 +++--- .../RL78_E2Studio_GCC/src/hardware_setup.c | 3 +- FreeRTOS/Demo/RL78_E2Studio_GCC/src/main.c | 86 ++++++- 10 files changed, 365 insertions(+), 57 deletions(-) diff --git a/FreeRTOS/Demo/RL78_E2Studio_GCC/.cproject b/FreeRTOS/Demo/RL78_E2Studio_GCC/.cproject index b4e3afce3..046f15423 100644 --- a/FreeRTOS/Demo/RL78_E2Studio_GCC/.cproject +++ b/FreeRTOS/Demo/RL78_E2Studio_GCC/.cproject @@ -57,7 +57,9 @@