This repository has been archived on 2023-07-17. You can view files and clone it, but cannot push or open issues or pull requests.
bl_mcu_sdk/examples/lua/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

10 lines
188 B
Plaintext

set(CONFIG_VLIBC 1)
set(CONFIG_VLIBC_FATFS 1)
set(CONFIG_BFLOG 1)
set(CONFIG_FATFS 1)
set(CONFIG_LUA 1)
set(CONFIG_LUA_LHAL 1)
set(CONFIG_BSP_SDH_SDCARD 1)
set(CONFIG_FATFS_SDH_SDCARD 1)