Searched +full:cmake +full:- +full:example (Results 1 – 7 of 7) sorted by relevance
1 name: FreeRTOS-Kernel Demos6 bashPass: \033[32;1mPASSED -7 bashInfo: \033[33;1mINFO -8 bashFail: \033[31;1mFAILED -12 WIN32-MSVC:14 runs-on: windows-latest16 - name: Checkout the FreeRTOS/FreeRTOS Repository22 fetch-depth: 125 - name: Checkout Pull Request30 - name: Add msbuild to PATH[all …]
2 project(example) project6 # Add the freertos_config for FreeRTOS-Kernel15 message(STATUS "Build FreeRTOS SMP example")17 add_compile_options( -DconfigNUMBER_OF_CORES=2 -DconfigUSE_PASSIVE_IDLE_HOOK=0 )20 # Select the heap port. values between 1-4 will pick a heap.26 # Adding the FreeRTOS-Kernel subdirectory27 add_subdirectory(${FREERTOS_KERNEL_PATH} FreeRTOS-Kernel)32 # Per library opt-out of things that are warnings/errors.37 # Other options are https://cmake.org/cmake/help/latest/variable/CMAKE_LANG_COMPILER_ID.html#variab…40 # FreeRTOS | CMake[all …]
8 "Please specify it from top-level CMake file (example):\n"10 " or from CMake command line option:\n"11 " -DFREERTOS_RISCV_EXTENSION=RISCV_MTIME_CLINT_no_extensions\n"
11 "Please specify it from top-level CMake file (example):\n"13 " or from CMake command line option:\n"14 " -DFREERTOS_RISCV_EXTENSION=RISCV_MTIME_CLINT_no_extensions\n"
1 …eRTOS-Kernel/actions/workflows/unit-tests.yml/badge.svg?branch=main&event=push)](https://github.co…2 …(https://codecov.io/gh/FreeRTOS/FreeRTOS-Kernel/badge.svg?branch=main)](https://codecov.io/gh/Free…9 repository, which contains pre-configured demo application projects under12 The easiest way to use FreeRTOS is to start with one of the pre-configured demo17 [FreeRTOS Kernel Quick Start Guide](https://www.FreeRTOS.org/FreeRTOS-quick-start-guide.html)25 [the instructions here](.github/CONTRIBUTING.md#contributing-via-pull-request).33 ## To consume FreeRTOS-Kernel35 ### Consume with CMake37 If using CMake, it is recommended to use this repository using FetchContent.40 - Define the source and version/tag you want to use:[all …]
9 # DEPRECATED: FREERTOS_CONFIG_FILE_DIRECTORY - but still supported if no freertos_config defined fo…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…31 …message(WARNING " Using deprecated 'FREERTOS_CONFIG_FILE_DIRECTORY' - please update your project C…44 …ssage(WARNING " FREERTOS_PORT is not set. Please specify it from top-level CMake file (example):\n"46 " or from CMake command line option:\n"47 " -DFREERTOS_PORT=GCC_ARM_CM4F\n"50 " A_CUSTOM_PORT - Compiler: User Defined Target: User Defined\n"51 " BCC_16BIT_DOS_FLSH186 - Compiler: BCC Target: 16 bit DOS Flsh186\n"52 " BCC_16BIT_DOS_PC - Compiler: BCC Target: 16 bit DOS PC\n"[all …]
5 + Add ARMv7-R port with Memory Protection Unit (MPU) support.6 + Add Memory Protection Unit (MPU) support to the Cortex-M0 port.8 buffer when a task reads from a non-empty buffer:9 - The task reading from a non-empty stream buffer returns immediately11 - The task reading from a non-empty steam batching buffer blocks until the37 + Add 64-bit support to the FreeRTOS Windows Simulator port. We thank @watsk39 + Add support for 64-bit Microblaze processor to the MicroblazeV9 port. We43 compilers. We thank @Forty-Bot for their contribution.54 POSIX timers to address issues with signal handling in non-FreeRTOS56 + Update ARM_TFM port to support TF-Mv2.0.0 release of trusted-firmware-m.[all …]