mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-19 06:33:31 +08:00
c11f5bb251
Co-authored-by: flyingcys <flyingcys!163.com>
17 lines
296 B
Plaintext
Executable File
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
|