Searched +full:build +full:- +full:essential (Results 1 – 6 of 6) 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 …]
6 runs-on: ubuntu-20.048 - name: Checkout Parent Repository14 fetch-depth: 117 - name: Checkout Pull Request22 - name: Setup Python23 uses: actions/setup-python@master25 python-version: 3.827 - name: Install packages29 sudo apt-get install lcov cflow ruby doxygen build-essential unifdef30 - name: Run Unit Tests with ENABLE_SANITIZER=1[all …]
10 bashPass: \033[32;1mPASSED -11 bashInfo: \033[33;1mINFO -12 bashFail: \033[31;1mFAILED -16 Coverity-Scan:17 if: ( github.repository == 'FreeRTOS/FreeRTOS-Kernel' )19 runs-on: ubuntu-latest21 - name: Checkout the Repository24 - env:25 stepName: Install Build Essentials29 echo -e "::group::${{ env.bashInfo }} ${{ env.stepName }} ${{ env.bashEnd }}"[all …]
5 * SPDX-License-Identifier: MIT29 /*-----------------------------------------------------------31 *----------------------------------------------------------*/46 /* Tasks are started with a critical section nesting of 0 - however, prior to48 * nesting variable is initialised to a non-zero value. */56 /* If the floating point unit is included in the MicroBlaze build, then the61 /*-----------------------------------------------------------*/73 /*-----------------------------------------------------------*/91 * cause the servicing of multiple peripherals - and it is inefficient to call99 /*-----------------------------------------------------------*/[all …]
5 * SPDX-License-Identifier: MIT29 /*-----------------------------------------------------------31 *----------------------------------------------------------*/47 /* Tasks are started with a critical section nesting of 0 - however, prior to49 * nesting variable is initialised to a non-zero value. */57 /* If the floating point unit is included in the MicroBlaze build, then the70 /*-----------------------------------------------------------*/82 /*-----------------------------------------------------------*/100 * cause the servicing of multiple peripherals - and it is inefficient to call108 /*-----------------------------------------------------------*/[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 …]