Home
last modified time | relevance | path

Searched +full:build +full:- +full:essential (Results 1 – 6 of 6) sorted by relevance

/Kernel-v11.0.1/.github/workflows/
Dkernel-demos.yml1 name: FreeRTOS-Kernel Demos
5 WIN32-MSVC:
7 runs-on: windows-latest
9 - name: Checkout the FreeRTOS/FreeRTOS Repository
15 fetch-depth: 1
18 - name: Checkout Pull Request
23 - name: Add msbuild to PATH
24 uses: microsoft/setup-msbuild@v1.1
26 - name: Build WIN32-MSVC Demo
27 working-directory: FreeRTOS/Demo/WIN32-MSVC
[all …]
Dunit-tests.yml6 runs-on: ubuntu-20.04
8 - name: Checkout Parent Repository
14 fetch-depth: 1
17 - name: Checkout Pull Request
22 - name: Setup Python
23 uses: actions/setup-python@master
25 python-version: 3.8
27 - name: Install packages
29 sudo apt-get install lcov cflow ruby doxygen build-essential unifdef
30 - name: Run Unit Tests with ENABLE_SANITIZER=1
[all …]
Dcoverity_scan.yml10 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-latest
21 - name: Checkout the Repository
24 - env:
25 stepName: Install Build Essentials
29 echo -e "::group::${{ env.bashInfo }} ${{ env.stepName }} ${{ env.bashEnd }}"
[all …]
/Kernel-v11.0.1/portable/GCC/MicroBlazeV8/
Dport.c5 * SPDX-License-Identifier: MIT
29 /*-----------------------------------------------------------
31 *----------------------------------------------------------*/
46 /* Tasks are started with a critical section nesting of 0 - however, prior to
48 * nesting variable is initialised to a non-zero value. */
56 /* If the floating point unit is included in the MicroBlaze build, then the
61 /*-----------------------------------------------------------*/
73 /*-----------------------------------------------------------*/
91 * cause the servicing of multiple peripherals - and it is inefficient to call
99 /*-----------------------------------------------------------*/
[all …]
/Kernel-v11.0.1/portable/GCC/MicroBlazeV9/
Dport.c5 * SPDX-License-Identifier: MIT
29 /*-----------------------------------------------------------
31 *----------------------------------------------------------*/
46 /* Tasks are started with a critical section nesting of 0 - however, prior to
48 * nesting variable is initialised to a non-zero value. */
56 /* If the floating point unit is included in the MicroBlaze build, then the
62 /*-----------------------------------------------------------*/
74 /*-----------------------------------------------------------*/
92 * cause the servicing of multiple peripherals - and it is inefficient to call
100 /*-----------------------------------------------------------*/
[all …]
/Kernel-v11.0.1/
DHistory.txt35 was last assigned to the task - which due to priority inheritance, may not
42 FreeRTOSConfig.h. We thank @mdnr-g for their contribution.
46 vTaskResume or vTaskResumeFromISR. We thank @Moral-Hao for their
49 FreeRTOS handlers for PendSV and SVCall interrupts on Cortex-M devices.
54 + Add CMake support to allow the application writer to select the RISC-V
56 + Add CMake support to allow the application writer to build an application
58 + Make taskYIELD available to unprivileged tasks for ARMv8-M ports.
59 + Update Cortex-M23 ports to not use PSPLIM_NS. We thank @urutva for their
61 + Update the SysTick setup code for ARMv8-M ports to first configure the clock
66 + Add the port-optimized task selection algorithm optionally available for
[all …]