Commit dd4789c
authored
Update kernel submodule for vTaskSuspendAll change (FreeRTOS#1207)
* Update kernel submodule pointer for vTaskSuspendAll change1 parent 2817778 commit dd4789c
2 files changed
+2
-2
lines changed- .github/workflows/auto-release.yml+2-2
- .github/workflows/ci.yml+4-4
- .github/workflows/coverity_scan.yml+1-1
- .github/workflows/git-secrets.yml+2-2
- .github/workflows/kernel-checks.yml+2-2
- .github/workflows/kernel-demos.yml+29-24
- .github/workflows/unit-tests.yml+2-2
- examples/cmake_example/main.c+27-17
- examples/coverity/README.md+3-4
- examples/template_configuration/FreeRTOSConfig.h+41-1
- include/list.h+1-1
- portable/ARMv8M/non_secure/port.c+1-1
- portable/GCC/ARM_AARCH64/README.md+1-1
- portable/GCC/ARM_AARCH64_SRE/README.md+1-1
- portable/GCC/ARM_CA53_64_BIT/README.md+2-2
- portable/GCC/ARM_CA53_64_BIT_SRE/README.md+2-2
- portable/GCC/ARM_CA9/portASM.S+1-1
- portable/GCC/ARM_CM0/port.c+1-1
- portable/GCC/ARM_CM23/non_secure/port.c+1-1
- portable/GCC/ARM_CM23_NTZ/non_secure/port.c+1-1
- portable/GCC/ARM_CM3/port.c+1-1
- portable/GCC/ARM_CM33/non_secure/port.c+1-1
- portable/GCC/ARM_CM33_NTZ/non_secure/port.c+1-1
- portable/GCC/ARM_CM35P/non_secure/port.c+1-1
- portable/GCC/ARM_CM35P_NTZ/non_secure/port.c+1-1
- portable/GCC/ARM_CM3_MPU/port.c+1-1
- portable/GCC/ARM_CM4F/port.c+1-1
- portable/GCC/ARM_CM4_MPU/port.c+1-1
- portable/GCC/ARM_CM55/non_secure/port.c+1-1
- portable/GCC/ARM_CM55_NTZ/non_secure/port.c+1-1
- portable/GCC/ARM_CM7/r0p1/port.c+1-1
- portable/GCC/ARM_CM85/non_secure/port.c+1-1
- portable/GCC/ARM_CM85_NTZ/non_secure/port.c+1-1
- portable/GCC/ARM_CR5/portASM.S+15-3
- portable/GCC/ARM_CRx_MPU/portASM.S+2-2
- portable/GCC/ARM_CRx_No_GIC/portASM.S+1-1
- portable/IAR/ARM_CM0/port.c+1-1
- portable/IAR/ARM_CM23/non_secure/port.c+1-1
- portable/IAR/ARM_CM23_NTZ/non_secure/port.c+1-1
- portable/IAR/ARM_CM3/port.c+1-1
- portable/IAR/ARM_CM33/non_secure/port.c+1-1
- portable/IAR/ARM_CM33_NTZ/non_secure/port.c+1-1
- portable/IAR/ARM_CM35P/non_secure/port.c+1-1
- portable/IAR/ARM_CM35P_NTZ/non_secure/port.c+1-1
- portable/IAR/ARM_CM4F/port.c+1-1
- portable/IAR/ARM_CM4F_MPU/port.c+1-1
- portable/IAR/ARM_CM55/non_secure/port.c+1-1
- portable/IAR/ARM_CM55_NTZ/non_secure/port.c+1-1
- portable/IAR/ARM_CM7/r0p1/port.c+1-1
- portable/IAR/ARM_CM85/non_secure/port.c+1-1
- portable/IAR/ARM_CM85_NTZ/non_secure/port.c+1-1
- portable/IAR/ARM_CRx_No_GIC/portASM.s+1-1
- portable/RVDS/ARM_CA9/portASM.s+1-1
- portable/RVDS/ARM_CM4_MPU/port.c+1-1
- portable/ThirdParty/CDK/T-HEAD_CK802/port.c+1-1
- portable/ThirdParty/GCC/ARM_TFM/README.md+1-1
- portable/ThirdParty/XCC/Xtensa/xtensa_context.h+1-1
- tasks.c+8-6
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments