Searched +full:build +full:- +full:essential (Results 1 – 6 of 6) sorted by relevance
1 name: FreeRTOS-Kernel Demos5 WIN32-MSVC:7 runs-on: windows-latest9 - name: Checkout the FreeRTOS/FreeRTOS Repository15 fetch-depth: 118 - name: Checkout Pull Request23 - name: Add msbuild to PATH24 uses: microsoft/setup-msbuild@v1.126 - name: Build WIN32-MSVC Demo27 working-directory: FreeRTOS/Demo/WIN32-MSVC[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 *----------------------------------------------------------*/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 the62 /*-----------------------------------------------------------*/74 /*-----------------------------------------------------------*/92 * cause the servicing of multiple peripherals - and it is inefficient to call100 /*-----------------------------------------------------------*/[all …]
35 was last assigned to the task - which due to priority inheritance, may not42 FreeRTOSConfig.h. We thank @mdnr-g for their contribution.46 vTaskResume or vTaskResumeFromISR. We thank @Moral-Hao for their49 FreeRTOS handlers for PendSV and SVCall interrupts on Cortex-M devices.54 + Add CMake support to allow the application writer to select the RISC-V56 + Add CMake support to allow the application writer to build an application58 + Make taskYIELD available to unprivileged tasks for ARMv8-M ports.59 + Update Cortex-M23 ports to not use PSPLIM_NS. We thank @urutva for their61 + Update the SysTick setup code for ARMv8-M ports to first configure the clock66 + Add the port-optimized task selection algorithm optionally available for[all …]