From 087b7cd52839be60a18efc52bff788f0e2e512c9 Mon Sep 17 00:00:00 2001 From: "xiao-xuan.ngew" Date: Mon, 29 Nov 2021 12:23:50 +0800 Subject: [PATCH 1/2] [RESG][Update] Updated PG xml to support RX671 --- configuration/freertos.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/configuration/freertos.xml b/configuration/freertos.xml index f6caa8f626..820aed34fc 100644 --- a/configuration/freertos.xml +++ b/configuration/freertos.xml @@ -28,6 +28,7 @@ RX65N RX66T RX66N + RX671 RX71M RX72T RX72N @@ -37,6 +38,7 @@ RSKRX65N-2MB RSKRX66T RSKRX66N + RSKRX671 RSKRX71M RSKRX72T RSKRX72N @@ -58,6 +60,7 @@ RX65N RX66T RX66N + RX671 RX71M RX72T RX72N @@ -67,6 +70,7 @@ RSKRX65N-2MB RSKRX66T RSKRX66N + RSKRX671 RSKRX71M RSKRX72T RSKRX72N @@ -105,6 +109,7 @@ RX65N RX66T RX66N + RX671 RX71M RX72T RX72N @@ -134,6 +139,7 @@ RX65N RX66T RX66N + RX671 RX71M RX72T RX72N @@ -213,6 +219,7 @@ RX65N RX66T RX66N + RX671 RX71M RX72T RX72N @@ -241,6 +248,7 @@ RX65N RX66T RX66N + RX671 RX71M RX72T RX72N @@ -338,6 +346,7 @@ RX65N RX66T RX66N + RX671 RX71M RX72T RX72N @@ -367,6 +376,7 @@ RX65N RX66T RX66N + RX671 RX71M RX72T RX72N From ffae57f63cfe590bf0810aaa3ee991b752b440d6 Mon Sep 17 00:00:00 2001 From: "xiao-xuan.ngew" Date: Tue, 15 Mar 2022 17:27:55 +0800 Subject: [PATCH 2/2] [Fix] Fix project generation CPU portable layer import path (various devices) --- configuration/freertos.xml | 98 ++++++++++++++++++++++++-------------- 1 file changed, 62 insertions(+), 36 deletions(-) diff --git a/configuration/freertos.xml b/configuration/freertos.xml index 820aed34fc..8aa42d3ffb 100644 --- a/configuration/freertos.xml +++ b/configuration/freertos.xml @@ -98,7 +98,7 @@ RX230 RX231 RX23W - src/FreeRTOS/Source/portable/GCC/RX200 + src/FreeRTOS/Source/portable/GCC/RX600v2 GNURX @@ -108,13 +108,19 @@ RX651 RX65N RX66T - RX66N - RX671 RX71M RX72T + src/FreeRTOS/Source/portable/GCC/RX600v2 + + + GNURX + RX600 + RX700 + RX66N + RX671 RX72N RX72M - src/FreeRTOS/Source/portable/GCC/RX600v2 + src/FreeRTOS/Source/portable/GCC/RX700v3_DPFPU RXC @@ -128,7 +134,7 @@ RX230 RX231 RX23W - src/FreeRTOS/Source/portable/Renesas/RX200 + src/FreeRTOS/Source/portable/Renesas/RX600v2 RXC @@ -138,13 +144,19 @@ RX651 RX65N RX66T - RX66N - RX671 RX71M RX72T + src/FreeRTOS/Source/portable/Renesas/RX600v2 + + + RXC + RX600 + RX700 + RX66N + RX671 RX72N RX72M - src/FreeRTOS/Source/portable/Renesas/RX600v2 + src/FreeRTOS/Source/portable/Renesas/RX700v3_DPFPU src/frtos_startup @@ -209,8 +221,8 @@ RX230 RX231 RX23W - portable/Renesas/RX200 - src/FreeRTOS/Source/portable/Renesas/RX200 + portable/Renesas/RX600v2 + src/FreeRTOS/Source/portable/Renesas/RX600v2 RXC @@ -218,15 +230,20 @@ RX651 RX65N RX66T - RX66N - RX671 RX71M RX72T - RX72N - RX72M portable/Renesas/RX600v2 src/FreeRTOS/Source/portable/Renesas/RX600v2 + + RXC + RX66N + RX671 + RX72N + RX72M + portable/Renesas/RX700v3_DPFPU + src/FreeRTOS/Source/portable/Renesas/RX700v3_DPFPU + GNURX RX130 @@ -238,8 +255,8 @@ RX230 RX231 RX23W - portable/GCC/RX200 - src/FreeRTOS/Source/portable/GCC/RX200 + portable/GCC/RX600v2 + src/FreeRTOS/Source/portable/GCC/RX600v2 GNURX @@ -247,15 +264,20 @@ RX651 RX65N RX66T - RX66N - RX671 RX71M RX72T - RX72N - RX72M portable/GCC/RX600v2 src/FreeRTOS/Source/portable/GCC/RX600v2 + + GNURX + RX66N + RX671 + RX72N + RX72M + portable/GCC/RX700v3_DPFPU + src/FreeRTOS/Source/portable/GCC/RX700v3_DPFPU + portable/readme.txt src/FreeRTOS/Source/portable @@ -273,14 +295,6 @@ configuration/patch_files/portable/Renesas/RX100/port.c src/FreeRTOS/Source/portable/Renesas/RX100 - - RXC - RX230 - RX231 - RX23W - configuration/patch_files/portable/Renesas/RX200/port.c - src/FreeRTOS/Source/portable/Renesas/RX200 - @@ -335,7 +349,7 @@ RX230 RX231 RX23W - src/FreeRTOS/Source/portable/Renesas/RX200/portmacro.h + src/FreeRTOS/Source/portable/Renesas/RX600v2/portmacro.h RXC @@ -345,13 +359,19 @@ RX651 RX65N RX66T - RX66N - RX671 RX71M RX72T + src/FreeRTOS/Source/portable/Renesas/RX600v2/portmacro.h + + + RXC + RX600 + RX700 + RX66N + RX671 RX72N RX72M - src/FreeRTOS/Source/portable/Renesas/RX600v2/portmacro.h + src/FreeRTOS/Source/portable/Renesas/RX700v3_DPFPU/portmacro.h GNURX @@ -365,7 +385,7 @@ RX230 RX231 RX23W - src/FreeRTOS/Source/portable/GCC/RX200/portmacro.h + src/FreeRTOS/Source/portable/GCC/RX600v2/portmacro.h GNURX @@ -375,13 +395,19 @@ RX651 RX65N RX66T - RX66N - RX671 RX71M RX72T + src/FreeRTOS/Source/portable/GCC/RX600v2/portmacro.h + + + GNURX + RX600 + RX700 + RX66N + RX671 RX72N RX72M - src/FreeRTOS/Source/portable/GCC/RX600v2/portmacro.h + src/FreeRTOS/Source/portable/GCC/RX700v3_DPFPU/portmacro.h src/FreeRTOS/Source/include/portable.h