File tree
10 files changed
+29
-6
lines changed- libraries/FreeRTOS
- lib
- src
- tests
10 files changed
+29
-6
lines changedSubmodule 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 | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
85 | 89 | | |
86 | 90 | | |
87 | 91 | | |
| |||
95 | 99 | | |
96 | 100 | | |
97 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
98 | 106 | | |
99 | 107 | | |
100 | 108 | | |
| 109 | + | |
101 | 110 | | |
102 | 111 | | |
103 | 112 | | |
| |||
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
0 commit comments