Commit 3ef5bbf
2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| |||
- .github/.cSpellWords.txt+1
- .github/allowed_urls.txt+2
- .github/scripts/kernel_checker.py+7-2
- CMakeLists.txt+8
- examples/template_configuration/FreeRTOSConfig.h+5-5
- include/queue.h+19-7
- include/task.h+4-3
- portable/ARMv8M/ReadMe.txt+3-3
- portable/ARMv8M/copy_files.py+16-2
- portable/ARMv8M/non_secure/ReadMe.txt+3-3
- portable/ARMv8M/non_secure/portable/GCC/ARM_CM52/portmacro.h+80
- portable/ARMv8M/non_secure/portable/IAR/ARM_CM52/portmacro.h+87
- portable/ARMv8M/secure/ReadMe.txt+3-3
- portable/CMakeLists.txt+62-8
- portable/GCC/ARM_CM52/non_secure/mpu_wrappers_v2_asm.c+2.1k
- portable/GCC/ARM_CM52/non_secure/port.c+2.3k
- portable/GCC/ARM_CM52/non_secure/portasm.c+621
- portable/GCC/ARM_CM52/non_secure/portasm.h+114
- portable/GCC/ARM_CM52/non_secure/portmacro.h+80
- portable/GCC/ARM_CM52/non_secure/portmacrocommon.h+582
- portable/GCC/ARM_CM52/secure/secure_context.c+354
- portable/GCC/ARM_CM52/secure/secure_context.h+138
- portable/GCC/ARM_CM52/secure/secure_context_port.c+97
- portable/GCC/ARM_CM52/secure/secure_heap.c+485
- portable/GCC/ARM_CM52/secure/secure_heap.h+66
- portable/GCC/ARM_CM52/secure/secure_init.c+106
- portable/GCC/ARM_CM52/secure/secure_init.h+54
- portable/GCC/ARM_CM52/secure/secure_port_macros.h+140
- portable/GCC/ARM_CM52_NTZ/non_secure/mpu_wrappers_v2_asm.c+2.1k
- portable/GCC/ARM_CM52_NTZ/non_secure/port.c+2.3k
- portable/GCC/ARM_CM52_NTZ/non_secure/portasm.c+524
- portable/GCC/ARM_CM52_NTZ/non_secure/portasm.h+114
- portable/GCC/ARM_CM52_NTZ/non_secure/portmacro.h+80
- portable/GCC/ARM_CM52_NTZ/non_secure/portmacrocommon.h+582
- portable/GCC/ARM_CRx_No_GIC/port.c+5-1
- portable/GCC/RISC-V/chip_specific_extensions/Pulpino_Vega_RV32M1RM/freertos_risc_v_chip_specific_extensions.h+12-12
- portable/GCC/RISC-V/portASM.S+12-11
- portable/GCC/RISC-V/portContext.h+19-19
- portable/IAR/ARM_CM52/non_secure/mpu_wrappers_v2_asm.S+1.2k
- portable/IAR/ARM_CM52/non_secure/port.c+2.3k
- portable/IAR/ARM_CM52/non_secure/portasm.h+114
- portable/IAR/ARM_CM52/non_secure/portasm.s+543
- portable/IAR/ARM_CM52/non_secure/portmacro.h+87
- portable/IAR/ARM_CM52/non_secure/portmacrocommon.h+582
- portable/IAR/ARM_CM52/secure/secure_context.c+354
- portable/IAR/ARM_CM52/secure/secure_context.h+138
- portable/IAR/ARM_CM52/secure/secure_context_port_asm.s+86
- portable/IAR/ARM_CM52/secure/secure_heap.c+485
- portable/IAR/ARM_CM52/secure/secure_heap.h+66
- portable/IAR/ARM_CM52/secure/secure_init.c+106
- portable/IAR/ARM_CM52/secure/secure_init.h+54
- portable/IAR/ARM_CM52/secure/secure_port_macros.h+140
- portable/IAR/ARM_CM52_NTZ/non_secure/mpu_wrappers_v2_asm.S+1.2k
- portable/IAR/ARM_CM52_NTZ/non_secure/port.c+2.3k
- portable/IAR/ARM_CM52_NTZ/non_secure/portasm.h+114
- portable/IAR/ARM_CM52_NTZ/non_secure/portasm.s+456
- portable/IAR/ARM_CM52_NTZ/non_secure/portmacro.h+87
- portable/IAR/ARM_CM52_NTZ/non_secure/portmacrocommon.h+582
- portable/IAR/RXv2/port_asm.s+53
- portable/MSVC-MingW/port.c+4-5
- portable/ThirdParty/GCC/ARM_TFM/README.md+4-4
- portable/ThirdParty/GCC/RP2040/CMakeLists.txt+3
- portable/ThirdParty/GCC/RP2040/include/portmacro.h+5
- portable/ThirdParty/GCC/RP2040/port.c+21-39
- stream_buffer.c+3
- tasks.c+12-2
0 commit comments