File tree
14 files changed
+117
-17
lines changed- cores/rp2040
- libraries/FreeRTOS
- lib
- src
- tests/switching
- tests
14 files changed
+117
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
57 | 60 | | |
58 | 61 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
39 | 46 | | |
40 | | - | |
41 | 47 | | |
42 | 48 | | |
43 | 49 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
48 | 59 | | |
49 | | - | |
50 | | - | |
51 | 60 | | |
52 | 61 | | |
53 | 62 | | |
| |||
Submodule FreeRTOS-Kernel updated 32 files
- portable/ThirdParty/GCC/RP2350_ARM_NTZ/.gitignore+2
- portable/ThirdParty/GCC/RP2350_ARM_NTZ/CMakeLists.txt+50
- portable/ThirdParty/GCC/RP2350_ARM_NTZ/FreeRTOS_Kernel_import.cmake+70
- portable/ThirdParty/GCC/RP2350_ARM_NTZ/LICENSE.md+23
- portable/ThirdParty/GCC/RP2350_ARM_NTZ/README.md+67
- portable/ThirdParty/GCC/RP2350_ARM_NTZ/library.cmake+73
- portable/ThirdParty/GCC/RP2350_ARM_NTZ/non_secure/freertos_sdk_config.h+77
- portable/ThirdParty/GCC/RP2350_ARM_NTZ/non_secure/mpu_wrappers_v2_asm.c+2.1k
- portable/ThirdParty/GCC/RP2350_ARM_NTZ/non_secure/port.c+2.7k
- portable/ThirdParty/GCC/RP2350_ARM_NTZ/non_secure/portasm.c+526
- portable/ThirdParty/GCC/RP2350_ARM_NTZ/non_secure/portasm.h+114
- portable/ThirdParty/GCC/RP2350_ARM_NTZ/non_secure/portmacro.h+230
- portable/ThirdParty/GCC/RP2350_ARM_NTZ/non_secure/portmacrocommon.h+516
- portable/ThirdParty/GCC/RP2350_ARM_NTZ/non_secure/rp2040_config.h+96
- portable/ThirdParty/GCC/RP2350_ARM_NTZ/pico_sdk_import.cmake+66
- portable/ThirdParty/GCC/RP2350_RISC-V/.gitignore+2
- portable/ThirdParty/GCC/RP2350_RISC-V/CMakeLists.txt+50
- portable/ThirdParty/GCC/RP2350_RISC-V/Documentation.url+5
- portable/ThirdParty/GCC/RP2350_RISC-V/FreeRTOS_Kernel_import.cmake+70
- portable/ThirdParty/GCC/RP2350_RISC-V/LICENSE.md+23
- portable/ThirdParty/GCC/RP2350_RISC-V/README.md+65
- portable/ThirdParty/GCC/RP2350_RISC-V/include/freertos_risc_v_chip_specific_extensions.h+68
- portable/ThirdParty/GCC/RP2350_RISC-V/include/freertos_sdk_config.h+77
- portable/ThirdParty/GCC/RP2350_RISC-V/include/portContext.h+264
- portable/ThirdParty/GCC/RP2350_RISC-V/include/portmacro.h+314
- portable/ThirdParty/GCC/RP2350_RISC-V/include/rp2040_config.h+96
- portable/ThirdParty/GCC/RP2350_RISC-V/library.cmake+74
- portable/ThirdParty/GCC/RP2350_RISC-V/notes.txt+4
- portable/ThirdParty/GCC/RP2350_RISC-V/pico_sdk_import.cmake+66
- portable/ThirdParty/GCC/RP2350_RISC-V/port.c+713
- portable/ThirdParty/GCC/RP2350_RISC-V/portASM.S+461
- portable/ThirdParty/GCC/RP2350_RISC-V/readme.txt+23
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | 1 | | |
5 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
203 | 207 | | |
204 | 208 | | |
205 | 209 | | |
| |||
219 | 223 | | |
220 | 224 | | |
221 | 225 | | |
| 226 | + | |
222 | 227 | | |
223 | 228 | | |
224 | 229 | | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
225 | 233 | | |
226 | 234 | | |
| 235 | + | |
227 | 236 | | |
228 | 237 | | |
229 | 238 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
| 5 | + | |
0 commit comments