4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-20 05:43:32 +08:00
flyingcys a538b26858
[bsp] add bl808 lp core (#7069)
* Add riscv_32e support

* add bl808 lp core

* update README.md
2023-03-19 23:16:12 +08:00

11 lines
205 B
Plaintext
Executable File

config BSP_USING_BL808
bool
select RT_USING_COMPONENTS_INIT
select RT_USING_USER_MAIN
select ARCH_RISCV32
select BL808_CORE_LP
default y
config BL808_CORE_LP
bool
default y