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/boot2_isp/proj.conf

9 lines
163 B
Plaintext

set(CONFIG_VLIBC 0)
set(CONFIG_BFLOG 0)
set(CONFIG_XZ 1)
set(CONFIG_DEBUG 1)
set(CONFIG_ROMAPI 1)
set(CONFIG_VSNPRINTF_NANO 1)
set(CONFIG_GCC_OPTIMISE_LEVEL -Os)