Skip to content

Commit 583e49d

Browse files
committed
fix kconfig
1 parent 5958cf9 commit 583e49d

File tree

5 files changed

+78755
-3
lines changed

5 files changed

+78755
-3
lines changed

bsp/renesas/ra4e2-ek/board/Kconfig

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
menu "Hardware Drivers Config"
22

3-
config SOC_R7FA6M4AF
3+
config SOC_R7FA4E2B9
44
bool
5-
select SOC_SERIES_R7FA6M4
5+
select SOC_SERIES_R7FA4M2
66
select RT_USING_COMPONENTS_INIT
77
select RT_USING_USER_MAIN
8+
select ARCH_ARM_CORTEX_SECURE
89
default y
910

1011
menu "Onboard Peripheral Drivers"

bsp/renesas/ra4e2-ek/rtconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# toolchains options
55
ARCH='arm'
6-
CPU='cortex-m4'
6+
CPU='cortex-m33'
77
CROSS_TOOL='gcc'
88

99
if os.getenv('RTT_CC'):

0 commit comments

Comments
 (0)