Skip to content

Commit

Permalink
Update FreeRTOS-Kernel submodule pointer
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
  • Loading branch information
aggarg committed Dec 21, 2024
1 parent 93ba585 commit 128871f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FreeRTOS/Source
Submodule Source updated 37 files
+3 −0 .github/allowed_urls.txt
+1 −1 .github/scripts/manifest_updater.py
+2 −0 .github/workflows/ci.yml
+0 −2 examples/coverity/FreeRTOSConfig.h
+0 −2 examples/template_configuration/FreeRTOSConfig.h
+1 −1 manifest.yml
+4 −4 portable/ARMv8M/non_secure/port.c
+6 −1 portable/CMakeLists.txt
+2 −2 portable/GCC/ARM_CA9/portASM.S
+4 −4 portable/GCC/ARM_CM23/non_secure/port.c
+4 −4 portable/GCC/ARM_CM23_NTZ/non_secure/port.c
+4 −4 portable/GCC/ARM_CM33/non_secure/port.c
+4 −4 portable/GCC/ARM_CM33_NTZ/non_secure/port.c
+4 −4 portable/GCC/ARM_CM35P/non_secure/port.c
+4 −4 portable/GCC/ARM_CM35P_NTZ/non_secure/port.c
+4 −4 portable/GCC/ARM_CM55/non_secure/port.c
+4 −4 portable/GCC/ARM_CM55_NTZ/non_secure/port.c
+4 −4 portable/GCC/ARM_CM85/non_secure/port.c
+4 −4 portable/GCC/ARM_CM85_NTZ/non_secure/port.c
+2 −2 portable/GCC/RISC-V/chip_specific_extensions/Pulpino_Vega_RV32M1RM/freertos_risc_v_chip_specific_extensions.h
+2 −2 ...le/GCC/RISC-V/chip_specific_extensions/RV32I_CLINT_no_extensions/freertos_risc_v_chip_specific_extensions.h
+2 −2 portable/GCC/RISC-V/chip_specific_extensions/readme.txt
+1 −1 portable/GCC/RISC-V/portASM.S
+2 −2 portable/GCC/RISC-V/readme.txt
+4 −4 portable/IAR/ARM_CM23/non_secure/port.c
+4 −4 portable/IAR/ARM_CM23_NTZ/non_secure/port.c
+4 −4 portable/IAR/ARM_CM33/non_secure/port.c
+4 −4 portable/IAR/ARM_CM33_NTZ/non_secure/port.c
+4 −4 portable/IAR/ARM_CM35P/non_secure/port.c
+4 −4 portable/IAR/ARM_CM35P_NTZ/non_secure/port.c
+4 −4 portable/IAR/ARM_CM55/non_secure/port.c
+4 −4 portable/IAR/ARM_CM55_NTZ/non_secure/port.c
+4 −4 portable/IAR/ARM_CM85/non_secure/port.c
+4 −4 portable/IAR/ARM_CM85_NTZ/non_secure/port.c
+1 −1 portable/MSVC-MingW/portmacro.h
+4 −4 portable/ThirdParty/GCC/RP2040/include/portmacro.h
+99 −94 tasks.c

0 comments on commit 128871f

Please sign in to comment.