You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FreeRTOS-Kernel added CMake support in cdd406a62f31f. This commit
utilizes the CMake support for the demo app.
Note that CMAKE_CURRENT_SOURCE_DIR is specified for freertos_config as
SYSTEM because I want to ensure that all source and header files find
FreeRTOSConfig.h.
It still targets the POSIX port. If you intend to build it for another
PORT, you will need a toolchain file for your target (and probably a libc
to go along with it).
Ref:
- FreeRTOS/FreeRTOS-Kernel#421
- https://cmake.org/cmake/help/latest/manual/cmake-toolchains.7.html
Signed-off-by: Yasushi SHOJI <[email protected]>
0 commit comments