We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5958cf9 commit 583e49dCopy full SHA for 583e49d
bsp/renesas/ra4e2-ek/board/Kconfig
@@ -1,10 +1,11 @@
1
menu "Hardware Drivers Config"
2
3
- config SOC_R7FA6M4AF
+ config SOC_R7FA4E2B9
4
bool
5
- select SOC_SERIES_R7FA6M4
+ select SOC_SERIES_R7FA4M2
6
select RT_USING_COMPONENTS_INIT
7
select RT_USING_USER_MAIN
8
+ select ARCH_ARM_CORTEX_SECURE
9
default y
10
11
menu "Onboard Peripheral Drivers"
bsp/renesas/ra4e2-ek/rtconfig.py
@@ -3,7 +3,7 @@
# toolchains options
ARCH='arm'
-CPU='cortex-m4'
+CPU='cortex-m33'
CROSS_TOOL='gcc'
if os.getenv('RTT_CC'):
0 commit comments