mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-20 05:43:32 +08:00
a538b26858
* Add riscv_32e support * add bl808 lp core * update README.md
11 lines
205 B
Plaintext
Executable File
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 |