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/components/os/CMakeLists.txt
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

3 lines
109 B
CMake

sdk_add_subdirectory_ifdef(CONFIG_FREERTOS freertos)
sdk_add_subdirectory_ifdef(CONFIG_FREERTOS2 freertos2)