Searched full:cmake (Results 1 – 17 of 17) sorted by relevance
5 …* Simple CMake INTERFACE libraries, to provide the FreeRTOS-Kernel and also the individual allocat…14 You can copy [FreeRTOS_Kernel_import.cmake](FreeRTOS_Kernel_import.cmake) into your project, and17 ```cmake18 include(FreeRTOS_Kernel_import.cmake)22 …our environment or via `-DFREERTOS_KERNEL_PATH=/path/to/FreeRTOS-Kernel` on the CMake command line.26 version, you can include the FreeRTOS-Kernel support later in your CMake build (possibly in a subdi…32 ```cmake
7 include(pico_sdk_import.cmake)31 include(${CMAKE_CURRENT_LIST_DIR}/library.cmake)33 # The real work gets done in library.cmake which is called at the end of pico_sdk_init34 list(APPEND PICO_SDK_POST_LIST_FILES ${CMAKE_CURRENT_LIST_DIR}/library.cmake)
5 # This is a copy of <PICO_SDK_PATH>/external/pico_sdk_import.cmake59 set(PICO_SDK_INIT_CMAKE_FILE ${PICO_SDK_PATH}/pico_sdk_init.cmake)
1 …his is a copy of <FREERTOS_KERNEL_PATH>/portable/ThirdParty/GCC/RP2040/FREERTOS_KERNEL_import.cmake26 …FREERTOS_KERNEL_PATH to ${FREERTOS_KERNEL_PATH} based on location of FreeRTOS-Kernel-import.cmake")
1 **/cmake-*
107 CMake-Example:108 name: CMake Example with Native GCC121 - name: Build CMake Example Demo125 cmake -S . -B build126 cmake --build build128 - name: Build CMake SMP Example Demo132 cmake -S . -B build -DFREERTOS_SMP_EXAMPLE=1133 cmake --build build280 … sudo apt-get -y install gcc-arm-none-eabi build-essential cmake git ninja-build python3-minimal290 run: cmake -S . -B build && make -j -C build all[all …]
61 cmake -S ./examples/cmake_example/ -B build100 cmake -S ./examples/cmake_example/ -B build -DFREERTOS_SMP_EXAMPLE=1
23 1. CMake version > 3.13.0 (You can check whether you have this by typing `cmake --version`).36 2. Create the build files using CMake in a `build` directory:40 cmake -B build -S examples/coverity45 cmake -B build -S examples/coverity -DFREERTOS_SMP_EXAMPLE=1
35 ### Consume with CMake37 If using CMake, it is recommended to use this repository using FetchContent.42 ```cmake59 ```cmake75 ```cmake82 ```cmake96 ```cmake
15 # heap implementation. If the option is not set, the cmake will use no heap22 …message(FATAL_ERROR " freertos_config target not specified. Please specify a cmake target that de…44 …message(WARNING " FREERTOS_PORT is not set. Please specify it from top-level CMake file (example):…46 " or from CMake command line option:\n"
74 + Add support for latest version of MPU wrappers( mpu_wrappers_v2) in CMake.76 + Update CMake support to create only one static library containing both the131 + Add CMake support to allow the application writer to select the RISC-V133 + Add CMake support to allow the application writer to build an application307 + Multiple improvements in the CMake support. Contributed by @phelte and @cookpate.383 + Add support to build and link FreeRTOS using CMake build system. Contributed
37 # Other options are https://cmake.org/cmake/help/latest/variable/CMAKE_LANG_COMPILER_ID.html#variab…40 # FreeRTOS | CMake
8 "Please specify it from top-level CMake file (example):\n"10 " or from CMake command line option:\n"
11 "Please specify it from top-level CMake file (example):\n"13 " or from CMake command line option:\n"
1 # FreeRTOS internal cmake file. Do not use it in user top-level project
66 '.cmake',
2 include( GCC/RISC-V/chip_extensions.cmake )6 include( IAR/RISC-V/chip_extensions.cmake )9 # FreeRTOS internal cmake file. Do not use it in user top-level project16 # FreeRTOS internal cmake file. Do not use it in user top-level project