bl_mcu_sdk/examples/peripherals/emac/lwip_udp/proj.conf
jzlv 356f258e83 [sync] sync from internal repo
* 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
2023-01-17 21:04:07 +08:00

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)