Searched +full:working +full:- +full:directory (Results 1 – 4 of 4) 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 …]
1 name: Kernel-Auto-Release15 description: "Version String for task.h on main branch (leave empty to leave as-is)."20 release-packager:22 runs-on: ubuntu-latest25 - name: Tool Setup26 uses: actions/setup-python@v233 - name: Checkout FreeRTOS Release Tools40 - name: Checkout FreeRTOS Kernel44 fetch-depth: 046 - name: Configure git identity[all …]
1 # README for FreeRTOS-Kernel/examples3 The easiest way to use FreeRTOS is to start with one of the pre-configured demo application project…4 …eRTOS/Demo) to find a list of pre-configured demos on multiple platforms which demonstrate the wor…5 This directory aims to further facilitate the beginners in building their first FreeRTOS project.8 ## Directory Structure:10 …directory contains a minimal FreeRTOS example project, which uses the configuration file in the te…11 …directory contains a project to run [Synopsys Coverity](https://www.synopsys.com/software-integrit…12 * The [template_configuration](./template_configuration) directory contains a sample configuration …17 …eHTTP etc.) can be found [here](https://github.com/FreeRTOS/FreeRTOS/tree/main/FreeRTOS-Plus/Demo).
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 under10 ```FreeRTOS/Demo``` directory.12 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-Kernel40 - Define the source and version/tag you want to use:44 GIT_REPOSITORY https://github.com/FreeRTOS/FreeRTOS-Kernel.git[all …]