Home
last modified time | relevance | path

Searched +full:- +full:- +full:json (Results 1 – 3 of 3) sorted by relevance

/Kernel-v11.0.1/.github/workflows/
Dkernel-checks.yml1 name: Kernel-Checker
6 kernel-checker:
8 runs-on: ubuntu-20.04
11 - name: Tool Setup
12 uses: actions/setup-python@v3
17 - name: Checkout FreeRTOS Tools
21 sparse-checkout: '.github'
26 - name: Checkout Pull Request
32 - name: Collecting changed files
33 uses: lots0logs/gh-action-get-changed-files@2.2.2
[all …]
/Kernel-v11.0.1/
Dcspell.config.yaml1 ---
2 $schema: https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json
12 - caseSensitive: false
19 - name: freertos-words
24 - freertos-words
28 - 'dependency'
29 - 'docs'
30 - 'ThirdParty'
31 - 'History.txt'
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
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
67 ARMv7-M ports to the ARMv8-M ports. We thank @jefftenney for their
[all …]