4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-19 06:33:31 +08:00
flyingcys c11f5bb251
add bl60x/bl70x/bl61x/bl808 (#7063)
Co-authored-by: flyingcys <flyingcys!163.com>
2023-03-19 14:41:18 +08:00

17 lines
296 B
Plaintext
Executable File

config BSP_USING_BL808
bool
select RT_USING_COMPONENTS_INIT
select RT_USING_USER_MAIN
select ARCH_RISCV32
select ARCH_RISCV_FPU_S
select BL808_CORE_M0
default y
config BL808_CORE_M0
bool
default y
config BSP_USING_PSRAM
bool "Enable PSRAM"
default n