Home
last modified time | relevance | path

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

/Kernel-v11.1.0/.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.1.0/
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.txt5 + 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 immediately
11 - The task reading from a non-empty steam batching buffer blocks until the
37 + Add 64-bit support to the FreeRTOS Windows Simulator port. We thank @watsk
39 + Add support for 64-bit Microblaze processor to the MicroblazeV9 port. We
43 compilers. We thank @Forty-Bot for their contribution.
54 POSIX timers to address issues with signal handling in non-FreeRTOS
56 + Update ARM_TFM port to support TF-Mv2.0.0 release of trusted-firmware-m.
[all …]