From 778e0b7999524e1fa4a184001c27287d32a9f3ba Mon Sep 17 00:00:00 2001 From: richardbarry Date: Mon, 18 Mar 2013 16:51:43 +0000 Subject: [PATCH] Rename the Demo/RL78_RL78G13_Promot_Board_IAR directory to RL78_Multiple_IAR as it now targets several different devices. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1846 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- .../Demo/RL78_E2Studio_GCC/.RSKRL78G1Clinker | 100 ++++++++++++++++++ .../ExampleISR.s87 | 0 .../FreeRTOSConfig.h | 0 .../RTOSDemo.ewd | 0 .../RTOSDemo.ewp | 0 .../RTOSDemo.eww | 0 .../RegTest.s87 | 0 .../demo_specific_io.h | 0 .../main.c | 0 .../main_blinky.c | 0 .../main_full.c | 0 .../settings/rtosdemo.cspy.bat | 0 .../settings/rtosdemo.dbgdt | 0 .../settings/rtosdemo.dni | 0 .../settings/rtosdemo.wsdt | 0 15 files changed, 100 insertions(+) create mode 100644 FreeRTOS/Demo/RL78_E2Studio_GCC/.RSKRL78G1Clinker rename FreeRTOS/Demo/{RL78_RL78G13_Promo_Board_IAR => RL78_multiple_IAR}/ExampleISR.s87 (100%) rename FreeRTOS/Demo/{RL78_RL78G13_Promo_Board_IAR => RL78_multiple_IAR}/FreeRTOSConfig.h (100%) rename FreeRTOS/Demo/{RL78_RL78G13_Promo_Board_IAR => RL78_multiple_IAR}/RTOSDemo.ewd (100%) rename FreeRTOS/Demo/{RL78_RL78G13_Promo_Board_IAR => RL78_multiple_IAR}/RTOSDemo.ewp (100%) rename FreeRTOS/Demo/{RL78_RL78G13_Promo_Board_IAR => RL78_multiple_IAR}/RTOSDemo.eww (100%) rename FreeRTOS/Demo/{RL78_RL78G13_Promo_Board_IAR => RL78_multiple_IAR}/RegTest.s87 (100%) rename FreeRTOS/Demo/{RL78_RL78G13_Promo_Board_IAR => RL78_multiple_IAR}/demo_specific_io.h (100%) rename FreeRTOS/Demo/{RL78_RL78G13_Promo_Board_IAR => RL78_multiple_IAR}/main.c (100%) rename FreeRTOS/Demo/{RL78_RL78G13_Promo_Board_IAR => RL78_multiple_IAR}/main_blinky.c (100%) rename FreeRTOS/Demo/{RL78_RL78G13_Promo_Board_IAR => RL78_multiple_IAR}/main_full.c (100%) rename FreeRTOS/Demo/{RL78_RL78G13_Promo_Board_IAR => RL78_multiple_IAR}/settings/rtosdemo.cspy.bat (100%) rename FreeRTOS/Demo/{RL78_RL78G13_Promo_Board_IAR => RL78_multiple_IAR}/settings/rtosdemo.dbgdt (100%) rename FreeRTOS/Demo/{RL78_RL78G13_Promo_Board_IAR => RL78_multiple_IAR}/settings/rtosdemo.dni (100%) rename FreeRTOS/Demo/{RL78_RL78G13_Promo_Board_IAR => RL78_multiple_IAR}/settings/rtosdemo.wsdt (100%) diff --git a/FreeRTOS/Demo/RL78_E2Studio_GCC/.RSKRL78G1Clinker b/FreeRTOS/Demo/RL78_E2Studio_GCC/.RSKRL78G1Clinker new file mode 100644 index 000000000..279af16d5 --- /dev/null +++ b/FreeRTOS/Demo/RL78_E2Studio_GCC/.RSKRL78G1Clinker @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/ExampleISR.s87 b/FreeRTOS/Demo/RL78_multiple_IAR/ExampleISR.s87 similarity index 100% rename from FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/ExampleISR.s87 rename to FreeRTOS/Demo/RL78_multiple_IAR/ExampleISR.s87 diff --git a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/RL78_multiple_IAR/FreeRTOSConfig.h similarity index 100% rename from FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/FreeRTOSConfig.h rename to FreeRTOS/Demo/RL78_multiple_IAR/FreeRTOSConfig.h diff --git a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/RTOSDemo.ewd b/FreeRTOS/Demo/RL78_multiple_IAR/RTOSDemo.ewd similarity index 100% rename from FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/RTOSDemo.ewd rename to FreeRTOS/Demo/RL78_multiple_IAR/RTOSDemo.ewd diff --git a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/RTOSDemo.ewp b/FreeRTOS/Demo/RL78_multiple_IAR/RTOSDemo.ewp similarity index 100% rename from FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/RTOSDemo.ewp rename to FreeRTOS/Demo/RL78_multiple_IAR/RTOSDemo.ewp diff --git a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/RTOSDemo.eww b/FreeRTOS/Demo/RL78_multiple_IAR/RTOSDemo.eww similarity index 100% rename from FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/RTOSDemo.eww rename to FreeRTOS/Demo/RL78_multiple_IAR/RTOSDemo.eww diff --git a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/RegTest.s87 b/FreeRTOS/Demo/RL78_multiple_IAR/RegTest.s87 similarity index 100% rename from FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/RegTest.s87 rename to FreeRTOS/Demo/RL78_multiple_IAR/RegTest.s87 diff --git a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/demo_specific_io.h b/FreeRTOS/Demo/RL78_multiple_IAR/demo_specific_io.h similarity index 100% rename from FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/demo_specific_io.h rename to FreeRTOS/Demo/RL78_multiple_IAR/demo_specific_io.h diff --git a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/main.c b/FreeRTOS/Demo/RL78_multiple_IAR/main.c similarity index 100% rename from FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/main.c rename to FreeRTOS/Demo/RL78_multiple_IAR/main.c diff --git a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/main_blinky.c b/FreeRTOS/Demo/RL78_multiple_IAR/main_blinky.c similarity index 100% rename from FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/main_blinky.c rename to FreeRTOS/Demo/RL78_multiple_IAR/main_blinky.c diff --git a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/main_full.c b/FreeRTOS/Demo/RL78_multiple_IAR/main_full.c similarity index 100% rename from FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/main_full.c rename to FreeRTOS/Demo/RL78_multiple_IAR/main_full.c diff --git a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/settings/rtosdemo.cspy.bat b/FreeRTOS/Demo/RL78_multiple_IAR/settings/rtosdemo.cspy.bat similarity index 100% rename from FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/settings/rtosdemo.cspy.bat rename to FreeRTOS/Demo/RL78_multiple_IAR/settings/rtosdemo.cspy.bat diff --git a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/settings/rtosdemo.dbgdt b/FreeRTOS/Demo/RL78_multiple_IAR/settings/rtosdemo.dbgdt similarity index 100% rename from FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/settings/rtosdemo.dbgdt rename to FreeRTOS/Demo/RL78_multiple_IAR/settings/rtosdemo.dbgdt diff --git a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/settings/rtosdemo.dni b/FreeRTOS/Demo/RL78_multiple_IAR/settings/rtosdemo.dni similarity index 100% rename from FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/settings/rtosdemo.dni rename to FreeRTOS/Demo/RL78_multiple_IAR/settings/rtosdemo.dni diff --git a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/settings/rtosdemo.wsdt b/FreeRTOS/Demo/RL78_multiple_IAR/settings/rtosdemo.wsdt similarity index 100% rename from FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/settings/rtosdemo.wsdt rename to FreeRTOS/Demo/RL78_multiple_IAR/settings/rtosdemo.wsdt -- 2.39.2