Skip to content

Commit

Permalink
Update Kernel Submodule folder
Browse files Browse the repository at this point in the history
  • Loading branch information
kar-rahul-aws committed Aug 18, 2023
1 parent 0ec19c3 commit 575ccc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FreeRTOS/Source
Submodule Source updated 98 files
+1 −1 .github/CONTRIBUTING.md
+2 −0 .github/lexicon.txt
+ .github/media/pr_process.png
+115 −0 .github/pull_request_process.md
+32 −0 .github/scripts/manifest_updater.py
+15 −2 .github/workflows/auto-release.yml
+20 −2 .github/workflows/kernel-demos.yml
+2 −2 History.txt
+23 −3 README.md
+0 −20 event_groups.c
+8 −0 include/FreeRTOS.h
+20 −0 include/event_groups.h
+11 −6 include/mpu_prototypes.h
+7 −6 include/mpu_wrappers.h
+11 −10 include/picolibc-freertos.h
+1 −0 include/queue.h
+3 −3 include/task.h
+9 −2 portable/ARMv8M/non_secure/port.c
+32 −64 portable/ARMv8M/non_secure/portable/GCC/ARM_CM23/mpu_wrappers_v2_asm.c
+32 −64 portable/ARMv8M/non_secure/portable/GCC/ARM_CM23_NTZ/mpu_wrappers_v2_asm.c
+31 −63 portable/ARMv8M/non_secure/portable/GCC/ARM_CM33/mpu_wrappers_v2_asm.c
+31 −63 portable/ARMv8M/non_secure/portable/GCC/ARM_CM33_NTZ/mpu_wrappers_v2_asm.c
+11 −39 portable/ARMv8M/non_secure/portable/IAR/ARM_CM23/mpu_wrappers_v2_asm.S
+11 −39 portable/ARMv8M/non_secure/portable/IAR/ARM_CM23_NTZ/mpu_wrappers_v2_asm.S
+11 −38 portable/ARMv8M/non_secure/portable/IAR/ARM_CM33/mpu_wrappers_v2_asm.S
+11 −38 portable/ARMv8M/non_secure/portable/IAR/ARM_CM33_NTZ/mpu_wrappers_v2_asm.S
+50 −28 portable/ARMv8M/secure/heap/secure_heap.c
+7 −31 portable/Common/mpu_wrappers.c
+338 −212 portable/Common/mpu_wrappers_v2.c
+32 −64 portable/GCC/ARM_CM23/non_secure/mpu_wrappers_v2_asm.c
+9 −2 portable/GCC/ARM_CM23/non_secure/port.c
+50 −28 portable/GCC/ARM_CM23/secure/secure_heap.c
+32 −64 portable/GCC/ARM_CM23_NTZ/non_secure/mpu_wrappers_v2_asm.c
+9 −2 portable/GCC/ARM_CM23_NTZ/non_secure/port.c
+31 −63 portable/GCC/ARM_CM33/non_secure/mpu_wrappers_v2_asm.c
+9 −2 portable/GCC/ARM_CM33/non_secure/port.c
+50 −28 portable/GCC/ARM_CM33/secure/secure_heap.c
+31 −63 portable/GCC/ARM_CM33_NTZ/non_secure/mpu_wrappers_v2_asm.c
+9 −2 portable/GCC/ARM_CM33_NTZ/non_secure/port.c
+31 −63 portable/GCC/ARM_CM35P/non_secure/mpu_wrappers_v2_asm.c
+9 −2 portable/GCC/ARM_CM35P/non_secure/port.c
+50 −28 portable/GCC/ARM_CM35P/secure/secure_heap.c
+31 −63 portable/GCC/ARM_CM35P_NTZ/non_secure/mpu_wrappers_v2_asm.c
+9 −2 portable/GCC/ARM_CM35P_NTZ/non_secure/port.c
+31 −63 portable/GCC/ARM_CM3_MPU/mpu_wrappers_v2_asm.c
+31 −63 portable/GCC/ARM_CM4_MPU/mpu_wrappers_v2_asm.c
+31 −63 portable/GCC/ARM_CM55/non_secure/mpu_wrappers_v2_asm.c
+9 −2 portable/GCC/ARM_CM55/non_secure/port.c
+50 −28 portable/GCC/ARM_CM55/secure/secure_heap.c
+31 −63 portable/GCC/ARM_CM55_NTZ/non_secure/mpu_wrappers_v2_asm.c
+9 −2 portable/GCC/ARM_CM55_NTZ/non_secure/port.c
+31 −63 portable/GCC/ARM_CM85/non_secure/mpu_wrappers_v2_asm.c
+9 −2 portable/GCC/ARM_CM85/non_secure/port.c
+50 −28 portable/GCC/ARM_CM85/secure/secure_heap.c
+31 −63 portable/GCC/ARM_CM85_NTZ/non_secure/mpu_wrappers_v2_asm.c
+9 −2 portable/GCC/ARM_CM85_NTZ/non_secure/port.c
+1 −1 portable/GCC/RL78/port.c
+11 −39 portable/IAR/ARM_CM23/non_secure/mpu_wrappers_v2_asm.S
+9 −2 portable/IAR/ARM_CM23/non_secure/port.c
+50 −28 portable/IAR/ARM_CM23/secure/secure_heap.c
+11 −39 portable/IAR/ARM_CM23_NTZ/non_secure/mpu_wrappers_v2_asm.S
+9 −2 portable/IAR/ARM_CM23_NTZ/non_secure/port.c
+11 −38 portable/IAR/ARM_CM33/non_secure/mpu_wrappers_v2_asm.S
+9 −2 portable/IAR/ARM_CM33/non_secure/port.c
+50 −28 portable/IAR/ARM_CM33/secure/secure_heap.c
+11 −38 portable/IAR/ARM_CM33_NTZ/non_secure/mpu_wrappers_v2_asm.S
+9 −2 portable/IAR/ARM_CM33_NTZ/non_secure/port.c
+11 −38 portable/IAR/ARM_CM35P/non_secure/mpu_wrappers_v2_asm.S
+9 −2 portable/IAR/ARM_CM35P/non_secure/port.c
+50 −28 portable/IAR/ARM_CM35P/secure/secure_heap.c
+11 −38 portable/IAR/ARM_CM35P_NTZ/non_secure/mpu_wrappers_v2_asm.S
+9 −2 portable/IAR/ARM_CM35P_NTZ/non_secure/port.c
+11 −38 portable/IAR/ARM_CM4F_MPU/mpu_wrappers_v2_asm.S
+11 −38 portable/IAR/ARM_CM55/non_secure/mpu_wrappers_v2_asm.S
+9 −2 portable/IAR/ARM_CM55/non_secure/port.c
+50 −28 portable/IAR/ARM_CM55/secure/secure_heap.c
+11 −38 portable/IAR/ARM_CM55_NTZ/non_secure/mpu_wrappers_v2_asm.S
+9 −2 portable/IAR/ARM_CM55_NTZ/non_secure/port.c
+11 −38 portable/IAR/ARM_CM85/non_secure/mpu_wrappers_v2_asm.S
+9 −2 portable/IAR/ARM_CM85/non_secure/port.c
+50 −28 portable/IAR/ARM_CM85/secure/secure_heap.c
+11 −38 portable/IAR/ARM_CM85_NTZ/non_secure/mpu_wrappers_v2_asm.S
+9 −2 portable/IAR/ARM_CM85_NTZ/non_secure/port.c
+93 −84 portable/MSVC-MingW/port.c
+10 −3 portable/MSVC-MingW/portmacro.h
+47 −23 portable/MemMang/heap_2.c
+34 −33 portable/MemMang/heap_4.c
+27 −26 portable/MemMang/heap_5.c
+17 −43 portable/RVDS/ARM_CM4_MPU/mpu_wrappers_v2_asm.c
+1 −1 portable/ThirdParty/Community-Supported-Ports
+10 −10 portable/ThirdParty/GCC/Posix/port.c
+2 −1 portable/ThirdParty/GCC/Posix/portmacro.h
+1 −1 portable/ThirdParty/GCC/RP2040/include/portmacro.h
+9 −4 portable/ThirdParty/GCC/RP2040/port.c
+1 −1 portable/ThirdParty/Partner-Supported-Ports
+14 −8 queue.c
+1 −2 stream_buffer.c
+28 −19 tasks.c

0 comments on commit 575ccc3

Please sign in to comment.