mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-03-23 21:14:50 +08:00
* [bsp/renesas] add bsp ra4e2-ek * bsp: Renesas ra4e2-ek bsp support the nano * fix bsp and SOC_SERIES_R7FA4E2 * remove file R7FA4E2B9.svd 工程未使用此文件, 此文件在renesas bsp中已有一份,此文件可以删除 bsp\renesas\ra4e2-eco\script\R7FA4E2B9.svd
28 lines
550 B
Plaintext
28 lines
550 B
Plaintext
mainmenu "RT-Thread Configuration"
|
|
|
|
BSP_DIR := .
|
|
|
|
RTT_DIR := ../../..
|
|
|
|
# you can change the RTT_ROOT default "../.." to your rtthread_root,
|
|
# example : default "F:/git_repositories/rt-thread"
|
|
|
|
PKGS_DIR := packages
|
|
|
|
ENV_DIR := /
|
|
|
|
config SOC_R7FA4E2B9
|
|
bool
|
|
select SOC_SERIES_R7FA4E2
|
|
select RT_USING_COMPONENTS_INIT
|
|
select RT_USING_USER_MAIN
|
|
select ARCH_ARM_CORTEX_SECURE
|
|
default y
|
|
|
|
source "$(RTT_DIR)/Kconfig"
|
|
osource "$PKGS_DIR/Kconfig"
|
|
rsource "../libraries/Kconfig"
|
|
|
|
if !RT_USING_NANO
|
|
rsource "$(BSP_DIR)/board/Kconfig"
|
|
endif |