From: richardbarry Date: Mon, 4 Mar 2013 13:23:48 +0000 (+0000) Subject: All related to RL78 GCC demos (which are still a work in progress): X-Git-Tag: V7.4.1~39 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=75363732b31df5aba3a4db00840cff3484e78093;p=freertos All related to RL78 GCC demos (which are still a work in progress): - Abstract out the IO port handling for the LED output so the same code can be used on multiple eval boards. - Add in the RESTORE_CONTEXT macros. - Swap to use heap_1.c instead of heap_4.c. - Add data model macros to FreeRTOSConfig.h (may be removed if only one data model is supported by the compiler). - Install interrupt handlers. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1836 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/FreeRTOS/Demo/RL78_E2Studio_GCC/.cproject b/FreeRTOS/Demo/RL78_E2Studio_GCC/.cproject index f62f239c4..b4e3afce3 100644 --- a/FreeRTOS/Demo/RL78_E2Studio_GCC/.cproject +++ b/FreeRTOS/Demo/RL78_E2Studio_GCC/.cproject @@ -55,12 +55,17 @@