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/freertos/proj.conf
Paul Pan 0a8b4a7ec5 [feat] Integrate FreeRTOS - Part1
1. add custom POSIX support as submodule
2. add FreeRTOS and POSIX CMake build support
3. add FreeRTOS port-related code
4. fix mm support in FreeRTOS
5. modify FreeRTOS example

TODO:
1. D0 interrupt support
2. D0 privilege support
2023-03-01 17:28:28 +08:00

7 lines
176 B
Plaintext

set(CONFIG_BFLOG 0)
set(CONFIG_VSNPRINTF_FLOAT 1)
set(CONFIG_VSNPRINTF_FLOAT_EX 1)
set(CONFIG_VSNPRINTF_LONG_LONG 1)
set(CONFIG_FREERTOS2 1)