mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-23 13:18:59 +00:00
* use nuttx libc, disable system libc * use tlsf as default * update lhal flash driver * add example readme * add flash ini for new flash tool * add fw header for new flash tool
6 lines
106 B
Text
6 lines
106 B
Text
set(CONFIG_VLIBC 0)
|
|
set(CONFIG_BFLOG 0)
|
|
set(CONFIG_FREERTOS 1)
|
|
set(CONFIG_LWIP 1)
|
|
|
|
set(CONFIG_ETHERNET 1)
|