mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-03 12:53:52 -04:00
Backport PR 839 to FreeRTOS-Kernel V10.6.1 (#840)
* Fix size alignment in the integer overflow issue * Remove CORTEX_M3_MPS2_QEMU demo in the V10.6.x branch to sync with the main branch.
This commit is contained in:
parent
7003ba73ed
commit
d9fc48bced
2 changed files with 8 additions and 20 deletions
14
.github/workflows/kernel-demos.yml
vendored
14
.github/workflows/kernel-demos.yml
vendored
|
@ -161,20 +161,6 @@ jobs:
|
|||
working-directory: FreeRTOS/Demo/CORTEX_LM3S102_GCC
|
||||
run: make -j
|
||||
|
||||
- name: Build CORTEX_M3_MPS2_QEMU_GCC Demo
|
||||
shell: bash
|
||||
working-directory: FreeRTOS/Demo/CORTEX_M3_MPS2_QEMU_GCC
|
||||
run: |
|
||||
make clean
|
||||
make -j
|
||||
|
||||
- name: Build CORTEX_M3_MPS2_QEMU_GCC Demo
|
||||
shell: bash
|
||||
working-directory: FreeRTOS/Demo/CORTEX_M3_MPS2_QEMU_GCC
|
||||
run: |
|
||||
make clean
|
||||
make FULL_DEMO=1 -j
|
||||
|
||||
- name: Build CORTEX_LM3S811_GCC Demo
|
||||
shell: bash
|
||||
working-directory: FreeRTOS/Demo/CORTEX_LM3S811_GCC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue