Home
last modified time | relevance | path

Searched full:cmake (Results 1 – 17 of 17) sorted by relevance

/Kernel-v11.1.0/portable/ThirdParty/GCC/RP2040/
DREADME.md5 …* 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, and
17 ```cmake
18 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
DCMakeLists.txt7 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_init
34 list(APPEND PICO_SDK_POST_LIST_FILES ${CMAKE_CURRENT_LIST_DIR}/library.cmake)
Dpico_sdk_import.cmake5 # This is a copy of <PICO_SDK_PATH>/external/pico_sdk_import.cmake
59 set(PICO_SDK_INIT_CMAKE_FILE ${PICO_SDK_PATH}/pico_sdk_init.cmake)
DFreeRTOS_Kernel_import.cmake1 …his is a copy of <FREERTOS_KERNEL_PATH>/portable/ThirdParty/GCC/RP2040/FREERTOS_KERNEL_import.cmake
26 …FREERTOS_KERNEL_PATH to ${FREERTOS_KERNEL_PATH} based on location of FreeRTOS-Kernel-import.cmake")
D.gitignore1 **/cmake-*
/Kernel-v11.1.0/.github/workflows/
Dkernel-demos.yml107 CMake-Example:
108 name: CMake Example with Native GCC
121 - name: Build CMake Example Demo
125 cmake -S . -B build
126 cmake --build build
128 - name: Build CMake SMP Example Demo
132 cmake -S . -B build -DFREERTOS_SMP_EXAMPLE=1
133 cmake --build build
280 … sudo apt-get -y install gcc-arm-none-eabi build-essential cmake git ninja-build python3-minimal
290 run: cmake -S . -B build && make -j -C build all
[all …]
Dcoverity_scan.yml61 cmake -S ./examples/cmake_example/ -B build
100 cmake -S ./examples/cmake_example/ -B build -DFREERTOS_SMP_EXAMPLE=1
/Kernel-v11.1.0/examples/coverity/
DREADME.md23 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/coverity
45 cmake -B build -S examples/coverity -DFREERTOS_SMP_EXAMPLE=1
/Kernel-v11.1.0/
DREADME.md35 ### Consume with CMake
37 If using CMake, it is recommended to use this repository using FetchContent.
42 ```cmake
59 ```cmake
75 ```cmake
82 ```cmake
96 ```cmake
DCMakeLists.txt15 # heap implementation. If the option is not set, the cmake will use no heap
22 …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"
DHistory.txt74 + 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 the
131 + Add CMake support to allow the application writer to select the RISC-V
133 + Add CMake support to allow the application writer to build an application
307 + Multiple improvements in the CMake support. Contributed by @phelte and @cookpate.
383 + Add support to build and link FreeRTOS using CMake build system. Contributed
/Kernel-v11.1.0/examples/cmake_example/
DCMakeLists.txt37 # Other options are https://cmake.org/cmake/help/latest/variable/CMAKE_LANG_COMPILER_ID.html#variab…
40 # FreeRTOS | CMake
/Kernel-v11.1.0/portable/IAR/RISC-V/
Dchip_extensions.cmake8 "Please specify it from top-level CMake file (example):\n"
10 " or from CMake command line option:\n"
/Kernel-v11.1.0/portable/GCC/RISC-V/
Dchip_extensions.cmake11 "Please specify it from top-level CMake file (example):\n"
13 " or from CMake command line option:\n"
/Kernel-v11.1.0/include/
DCMakeLists.txt1 # FreeRTOS internal cmake file. Do not use it in user top-level project
/Kernel-v11.1.0/.github/scripts/
Dkernel_checker.py66 '.cmake',
/Kernel-v11.1.0/portable/
DCMakeLists.txt2 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 project
16 # FreeRTOS internal cmake file. Do not use it in user top-level project