]> begriffs open source - cmsis-freertos/commit
Update FreeRTOS-Kernel to v10.6.2
authorVladimir Umek <vladimir.umek@arm.com>
Tue, 12 Dec 2023 12:57:44 +0000 (13:57 +0100)
committerVladimir Umek <vladimir.umek@arm.com>
Fri, 8 Mar 2024 09:56:17 +0000 (10:56 +0100)
commit3479f7dfee8f270a37a6bd7dc4963c34d505bafc
tree5f5c24dbcec193e87fe904a295211441270cc3e5
parentbb8a350a84567e5a000020abfbd6ab45ea9f6b46
Update FreeRTOS-Kernel to v10.6.2
662 files changed:
ARM.CMSIS-FreeRTOS.pdsc
Source/History.txt
Source/croutine.c
Source/event_groups.c
Source/include/FreeRTOS.h
Source/include/StackMacros.h
Source/include/atomic.h
Source/include/croutine.h
Source/include/deprecated_definitions.h
Source/include/event_groups.h
Source/include/list.h
Source/include/message_buffer.h
Source/include/mpu_prototypes.h
Source/include/mpu_syscall_numbers.h [new file with mode: 0644]
Source/include/mpu_wrappers.h
Source/include/newlib-freertos.h
Source/include/picolibc-freertos.h
Source/include/portable.h
Source/include/projdefs.h
Source/include/queue.h
Source/include/semphr.h
Source/include/stack_macros.h
Source/include/stdint.readme
Source/include/stream_buffer.h
Source/include/task.h
Source/include/timers.h
Source/list.c
Source/manifest.yml
Source/portable/ARMv8M/copy_files.py
Source/portable/ARMv8M/non_secure/port.c
Source/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23/mpu_wrappers_v2_asm.c
Source/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23/portasm.c
Source/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23/portmacro.h
Source/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23_NTZ/mpu_wrappers_v2_asm.c
Source/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23_NTZ/portasm.c
Source/portable/ARMv8M/non_secure/portable/GCC/ARM_CM23_NTZ/portmacro.h
Source/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33/mpu_wrappers_v2_asm.c
Source/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33/portasm.c
Source/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33/portmacro.h
Source/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33_NTZ/mpu_wrappers_v2_asm.c
Source/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33_NTZ/portasm.c
Source/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33_NTZ/portmacro.h
Source/portable/ARMv8M/non_secure/portable/GCC/ARM_CM35P/portmacro.h
Source/portable/ARMv8M/non_secure/portable/GCC/ARM_CM55/portmacro.h
Source/portable/ARMv8M/non_secure/portable/GCC/ARM_CM85/portmacro.h
Source/portable/ARMv8M/non_secure/portable/IAR/ARM_CM23/mpu_wrappers_v2_asm.S
Source/portable/ARMv8M/non_secure/portable/IAR/ARM_CM23/portasm.s
Source/portable/ARMv8M/non_secure/portable/IAR/ARM_CM23/portmacro.h
Source/portable/ARMv8M/non_secure/portable/IAR/ARM_CM23_NTZ/mpu_wrappers_v2_asm.S
Source/portable/ARMv8M/non_secure/portable/IAR/ARM_CM23_NTZ/portasm.s
Source/portable/ARMv8M/non_secure/portable/IAR/ARM_CM23_NTZ/portmacro.h
Source/portable/ARMv8M/non_secure/portable/IAR/ARM_CM33/mpu_wrappers_v2_asm.S
Source/portable/ARMv8M/non_secure/portable/IAR/ARM_CM33/portasm.s
Source/portable/ARMv8M/non_secure/portable/IAR/ARM_CM33/portmacro.h
Source/portable/ARMv8M/non_secure/portable/IAR/ARM_CM33_NTZ/mpu_wrappers_v2_asm.S
Source/portable/ARMv8M/non_secure/portable/IAR/ARM_CM33_NTZ/portasm.s
Source/portable/ARMv8M/non_secure/portable/IAR/ARM_CM33_NTZ/portmacro.h
Source/portable/ARMv8M/non_secure/portable/IAR/ARM_CM35P/portmacro.h
Source/portable/ARMv8M/non_secure/portable/IAR/ARM_CM55/portmacro.h
Source/portable/ARMv8M/non_secure/portable/IAR/ARM_CM85/portmacro.h
Source/portable/ARMv8M/non_secure/portasm.h
Source/portable/ARMv8M/non_secure/portmacrocommon.h
Source/portable/ARMv8M/secure/context/portable/GCC/ARM_CM23/secure_context_port.c
Source/portable/ARMv8M/secure/context/portable/GCC/ARM_CM33/secure_context_port.c
Source/portable/ARMv8M/secure/context/portable/IAR/ARM_CM23/secure_context_port_asm.s
Source/portable/ARMv8M/secure/context/portable/IAR/ARM_CM33/secure_context_port_asm.s
Source/portable/ARMv8M/secure/context/secure_context.c
Source/portable/ARMv8M/secure/context/secure_context.h
Source/portable/ARMv8M/secure/heap/secure_heap.c
Source/portable/ARMv8M/secure/heap/secure_heap.h
Source/portable/ARMv8M/secure/init/secure_init.c
Source/portable/ARMv8M/secure/init/secure_init.h
Source/portable/ARMv8M/secure/macros/secure_port_macros.h
Source/portable/BCC/16BitDOS/Flsh186/port.c
Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
Source/portable/BCC/16BitDOS/PC/port.c
Source/portable/BCC/16BitDOS/PC/prtmacro.h
Source/portable/BCC/16BitDOS/common/portasm.h
Source/portable/BCC/16BitDOS/common/portcomn.c
Source/portable/CCS/ARM_CM3/port.c
Source/portable/CCS/ARM_CM3/portasm.asm
Source/portable/CCS/ARM_CM3/portmacro.h
Source/portable/CCS/ARM_CM4F/port.c
Source/portable/CCS/ARM_CM4F/portasm.asm
Source/portable/CCS/ARM_CM4F/portmacro.h
Source/portable/CCS/ARM_Cortex-R4/port.c
Source/portable/CCS/ARM_Cortex-R4/portASM.asm
Source/portable/CCS/ARM_Cortex-R4/portmacro.h
Source/portable/CCS/MSP430X/data_model.h
Source/portable/CCS/MSP430X/port.c
Source/portable/CCS/MSP430X/portext.asm
Source/portable/CCS/MSP430X/portmacro.h
Source/portable/CodeWarrior/ColdFire_V1/port.c
Source/portable/CodeWarrior/ColdFire_V1/portasm.S
Source/portable/CodeWarrior/ColdFire_V1/portmacro.h
Source/portable/CodeWarrior/ColdFire_V2/port.c
Source/portable/CodeWarrior/ColdFire_V2/portasm.S
Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
Source/portable/CodeWarrior/HCS12/port.c
Source/portable/CodeWarrior/HCS12/portmacro.h
Source/portable/Common/mpu_wrappers.c
Source/portable/Common/mpu_wrappers_v2.c
Source/portable/GCC/ARM7_AT91FR40008/port.c
Source/portable/GCC/ARM7_AT91FR40008/portISR.c
Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
Source/portable/GCC/ARM7_AT91SAM7S/port.c
Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
Source/portable/GCC/ARM7_LPC2000/port.c
Source/portable/GCC/ARM7_LPC2000/portISR.c
Source/portable/GCC/ARM7_LPC2000/portmacro.h
Source/portable/GCC/ARM7_LPC23xx/port.c
Source/portable/GCC/ARM7_LPC23xx/portISR.c
Source/portable/GCC/ARM7_LPC23xx/portmacro.h
Source/portable/GCC/ARM_CA53_64_BIT/port.c
Source/portable/GCC/ARM_CA53_64_BIT/portASM.S
Source/portable/GCC/ARM_CA53_64_BIT/portmacro.h
Source/portable/GCC/ARM_CA53_64_BIT_SRE/port.c
Source/portable/GCC/ARM_CA53_64_BIT_SRE/portASM.S
Source/portable/GCC/ARM_CA53_64_BIT_SRE/portmacro.h
Source/portable/GCC/ARM_CA9/port.c
Source/portable/GCC/ARM_CA9/portASM.S
Source/portable/GCC/ARM_CA9/portmacro.h
Source/portable/GCC/ARM_CM0/port.c
Source/portable/GCC/ARM_CM0/portmacro.h
Source/portable/GCC/ARM_CM23/non_secure/mpu_wrappers_v2_asm.c
Source/portable/GCC/ARM_CM23/non_secure/port.c
Source/portable/GCC/ARM_CM23/non_secure/portasm.c
Source/portable/GCC/ARM_CM23/non_secure/portasm.h
Source/portable/GCC/ARM_CM23/non_secure/portmacro.h
Source/portable/GCC/ARM_CM23/non_secure/portmacrocommon.h
Source/portable/GCC/ARM_CM23/secure/secure_context.c
Source/portable/GCC/ARM_CM23/secure/secure_context.h
Source/portable/GCC/ARM_CM23/secure/secure_context_port.c
Source/portable/GCC/ARM_CM23/secure/secure_heap.c
Source/portable/GCC/ARM_CM23/secure/secure_heap.h
Source/portable/GCC/ARM_CM23/secure/secure_init.c
Source/portable/GCC/ARM_CM23/secure/secure_init.h
Source/portable/GCC/ARM_CM23/secure/secure_port_macros.h
Source/portable/GCC/ARM_CM23_NTZ/non_secure/mpu_wrappers_v2_asm.c
Source/portable/GCC/ARM_CM23_NTZ/non_secure/port.c
Source/portable/GCC/ARM_CM23_NTZ/non_secure/portasm.c
Source/portable/GCC/ARM_CM23_NTZ/non_secure/portasm.h
Source/portable/GCC/ARM_CM23_NTZ/non_secure/portmacro.h
Source/portable/GCC/ARM_CM23_NTZ/non_secure/portmacrocommon.h
Source/portable/GCC/ARM_CM3/port.c
Source/portable/GCC/ARM_CM3/portmacro.h
Source/portable/GCC/ARM_CM33/non_secure/mpu_wrappers_v2_asm.c
Source/portable/GCC/ARM_CM33/non_secure/port.c
Source/portable/GCC/ARM_CM33/non_secure/portasm.c
Source/portable/GCC/ARM_CM33/non_secure/portasm.h
Source/portable/GCC/ARM_CM33/non_secure/portmacro.h
Source/portable/GCC/ARM_CM33/non_secure/portmacrocommon.h
Source/portable/GCC/ARM_CM33/secure/secure_context.c
Source/portable/GCC/ARM_CM33/secure/secure_context.h
Source/portable/GCC/ARM_CM33/secure/secure_context_port.c
Source/portable/GCC/ARM_CM33/secure/secure_heap.c
Source/portable/GCC/ARM_CM33/secure/secure_heap.h
Source/portable/GCC/ARM_CM33/secure/secure_init.c
Source/portable/GCC/ARM_CM33/secure/secure_init.h
Source/portable/GCC/ARM_CM33/secure/secure_port_macros.h
Source/portable/GCC/ARM_CM33_NTZ/non_secure/mpu_wrappers_v2_asm.c
Source/portable/GCC/ARM_CM33_NTZ/non_secure/port.c
Source/portable/GCC/ARM_CM33_NTZ/non_secure/portasm.c
Source/portable/GCC/ARM_CM33_NTZ/non_secure/portasm.h
Source/portable/GCC/ARM_CM33_NTZ/non_secure/portmacro.h
Source/portable/GCC/ARM_CM33_NTZ/non_secure/portmacrocommon.h
Source/portable/GCC/ARM_CM35P/non_secure/mpu_wrappers_v2_asm.c
Source/portable/GCC/ARM_CM35P/non_secure/port.c
Source/portable/GCC/ARM_CM35P/non_secure/portasm.c
Source/portable/GCC/ARM_CM35P/non_secure/portasm.h
Source/portable/GCC/ARM_CM35P/non_secure/portmacro.h
Source/portable/GCC/ARM_CM35P/non_secure/portmacrocommon.h
Source/portable/GCC/ARM_CM35P/secure/secure_context.c
Source/portable/GCC/ARM_CM35P/secure/secure_context.h
Source/portable/GCC/ARM_CM35P/secure/secure_context_port.c
Source/portable/GCC/ARM_CM35P/secure/secure_heap.c
Source/portable/GCC/ARM_CM35P/secure/secure_heap.h
Source/portable/GCC/ARM_CM35P/secure/secure_init.c
Source/portable/GCC/ARM_CM35P/secure/secure_init.h
Source/portable/GCC/ARM_CM35P/secure/secure_port_macros.h
Source/portable/GCC/ARM_CM35P_NTZ/non_secure/mpu_wrappers_v2_asm.c
Source/portable/GCC/ARM_CM35P_NTZ/non_secure/port.c
Source/portable/GCC/ARM_CM35P_NTZ/non_secure/portasm.c
Source/portable/GCC/ARM_CM35P_NTZ/non_secure/portasm.h
Source/portable/GCC/ARM_CM35P_NTZ/non_secure/portmacro.h
Source/portable/GCC/ARM_CM35P_NTZ/non_secure/portmacrocommon.h
Source/portable/GCC/ARM_CM3_MPU/mpu_wrappers_v2_asm.c
Source/portable/GCC/ARM_CM3_MPU/port.c
Source/portable/GCC/ARM_CM3_MPU/portmacro.h
Source/portable/GCC/ARM_CM4F/port.c
Source/portable/GCC/ARM_CM4F/portmacro.h
Source/portable/GCC/ARM_CM4_MPU/mpu_wrappers_v2_asm.c
Source/portable/GCC/ARM_CM4_MPU/port.c
Source/portable/GCC/ARM_CM4_MPU/portmacro.h
Source/portable/GCC/ARM_CM55/non_secure/mpu_wrappers_v2_asm.c
Source/portable/GCC/ARM_CM55/non_secure/port.c
Source/portable/GCC/ARM_CM55/non_secure/portasm.c
Source/portable/GCC/ARM_CM55/non_secure/portasm.h
Source/portable/GCC/ARM_CM55/non_secure/portmacro.h
Source/portable/GCC/ARM_CM55/non_secure/portmacrocommon.h
Source/portable/GCC/ARM_CM55/secure/secure_context.c
Source/portable/GCC/ARM_CM55/secure/secure_context.h
Source/portable/GCC/ARM_CM55/secure/secure_context_port.c
Source/portable/GCC/ARM_CM55/secure/secure_heap.c
Source/portable/GCC/ARM_CM55/secure/secure_heap.h
Source/portable/GCC/ARM_CM55/secure/secure_init.c
Source/portable/GCC/ARM_CM55/secure/secure_init.h
Source/portable/GCC/ARM_CM55/secure/secure_port_macros.h
Source/portable/GCC/ARM_CM55_NTZ/non_secure/mpu_wrappers_v2_asm.c
Source/portable/GCC/ARM_CM55_NTZ/non_secure/port.c
Source/portable/GCC/ARM_CM55_NTZ/non_secure/portasm.c
Source/portable/GCC/ARM_CM55_NTZ/non_secure/portasm.h
Source/portable/GCC/ARM_CM55_NTZ/non_secure/portmacro.h
Source/portable/GCC/ARM_CM55_NTZ/non_secure/portmacrocommon.h
Source/portable/GCC/ARM_CM7/r0p1/port.c
Source/portable/GCC/ARM_CM7/r0p1/portmacro.h
Source/portable/GCC/ARM_CM85/non_secure/mpu_wrappers_v2_asm.c
Source/portable/GCC/ARM_CM85/non_secure/port.c
Source/portable/GCC/ARM_CM85/non_secure/portasm.c
Source/portable/GCC/ARM_CM85/non_secure/portasm.h
Source/portable/GCC/ARM_CM85/non_secure/portmacro.h
Source/portable/GCC/ARM_CM85/non_secure/portmacrocommon.h
Source/portable/GCC/ARM_CM85/secure/secure_context.c
Source/portable/GCC/ARM_CM85/secure/secure_context.h
Source/portable/GCC/ARM_CM85/secure/secure_context_port.c
Source/portable/GCC/ARM_CM85/secure/secure_heap.c
Source/portable/GCC/ARM_CM85/secure/secure_heap.h
Source/portable/GCC/ARM_CM85/secure/secure_init.c
Source/portable/GCC/ARM_CM85/secure/secure_init.h
Source/portable/GCC/ARM_CM85/secure/secure_port_macros.h
Source/portable/GCC/ARM_CM85_NTZ/non_secure/mpu_wrappers_v2_asm.c
Source/portable/GCC/ARM_CM85_NTZ/non_secure/port.c
Source/portable/GCC/ARM_CM85_NTZ/non_secure/portasm.c
Source/portable/GCC/ARM_CM85_NTZ/non_secure/portasm.h
Source/portable/GCC/ARM_CM85_NTZ/non_secure/portmacro.h
Source/portable/GCC/ARM_CM85_NTZ/non_secure/portmacrocommon.h
Source/portable/GCC/ARM_CR5/port.c
Source/portable/GCC/ARM_CR5/portASM.S
Source/portable/GCC/ARM_CR5/portmacro.h
Source/portable/GCC/ARM_CRx_No_GIC/port.c
Source/portable/GCC/ARM_CRx_No_GIC/portASM.S
Source/portable/GCC/ARM_CRx_No_GIC/portmacro.h
Source/portable/GCC/ATMega323/port.c
Source/portable/GCC/ATMega323/portmacro.h
Source/portable/GCC/AVR32_UC3/exception.S
Source/portable/GCC/AVR32_UC3/port.c
Source/portable/GCC/AVR32_UC3/portmacro.h
Source/portable/GCC/CORTUS_APS3/port.c
Source/portable/GCC/CORTUS_APS3/portmacro.h
Source/portable/GCC/ColdFire_V2/port.c
Source/portable/GCC/ColdFire_V2/portasm.S
Source/portable/GCC/ColdFire_V2/portmacro.h
Source/portable/GCC/H8S2329/port.c
Source/portable/GCC/H8S2329/portmacro.h
Source/portable/GCC/HCS12/port.c
Source/portable/GCC/HCS12/portmacro.h
Source/portable/GCC/IA32_flat/ISR_Support.h
Source/portable/GCC/IA32_flat/port.c
Source/portable/GCC/IA32_flat/portASM.S
Source/portable/GCC/IA32_flat/portmacro.h
Source/portable/GCC/MSP430F449/port.c
Source/portable/GCC/MSP430F449/portmacro.h
Source/portable/GCC/MicroBlaze/port.c
Source/portable/GCC/MicroBlaze/portasm.s
Source/portable/GCC/MicroBlaze/portmacro.h
Source/portable/GCC/MicroBlazeV8/port.c
Source/portable/GCC/MicroBlazeV8/port_exceptions.c
Source/portable/GCC/MicroBlazeV8/portasm.S
Source/portable/GCC/MicroBlazeV8/portmacro.h
Source/portable/GCC/MicroBlazeV9/port.c
Source/portable/GCC/MicroBlazeV9/port_exceptions.c
Source/portable/GCC/MicroBlazeV9/portasm.S
Source/portable/GCC/MicroBlazeV9/portmacro.h
Source/portable/GCC/NiosII/port.c
Source/portable/GCC/NiosII/port_asm.S
Source/portable/GCC/NiosII/portmacro.h
Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h
Source/portable/GCC/PPC405_Xilinx/port.c
Source/portable/GCC/PPC405_Xilinx/portasm.S
Source/portable/GCC/PPC405_Xilinx/portmacro.h
Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h
Source/portable/GCC/PPC440_Xilinx/port.c
Source/portable/GCC/PPC440_Xilinx/portasm.S
Source/portable/GCC/PPC440_Xilinx/portmacro.h
Source/portable/GCC/RISC-V/chip_specific_extensions/Pulpino_Vega_RV32M1RM/freertos_risc_v_chip_specific_extensions.h
Source/portable/GCC/RISC-V/chip_specific_extensions/RISCV_MTIME_CLINT_no_extensions/freertos_risc_v_chip_specific_extensions.h
Source/portable/GCC/RISC-V/chip_specific_extensions/RISCV_no_extensions/freertos_risc_v_chip_specific_extensions.h
Source/portable/GCC/RISC-V/chip_specific_extensions/RV32I_CLINT_no_extensions/freertos_risc_v_chip_specific_extensions.h
Source/portable/GCC/RISC-V/port.c
Source/portable/GCC/RISC-V/portASM.S
Source/portable/GCC/RISC-V/portContext.h
Source/portable/GCC/RISC-V/portmacro.h
Source/portable/GCC/RL78/isr_support.h
Source/portable/GCC/RL78/port.c
Source/portable/GCC/RL78/portasm.S
Source/portable/GCC/RL78/portmacro.h
Source/portable/GCC/RX100/port.c
Source/portable/GCC/RX100/portmacro.h
Source/portable/GCC/RX200/port.c
Source/portable/GCC/RX200/portmacro.h
Source/portable/GCC/RX600/port.c
Source/portable/GCC/RX600/portmacro.h
Source/portable/GCC/RX600v2/port.c
Source/portable/GCC/RX600v2/portmacro.h
Source/portable/GCC/RX700v3_DPFPU/port.c
Source/portable/GCC/RX700v3_DPFPU/portmacro.h
Source/portable/GCC/STR75x/port.c
Source/portable/GCC/STR75x/portISR.c
Source/portable/GCC/STR75x/portmacro.h
Source/portable/GCC/TriCore_1782/port.c
Source/portable/GCC/TriCore_1782/portmacro.h
Source/portable/GCC/TriCore_1782/porttrap.c
Source/portable/IAR/78K0R/ISR_Support.h
Source/portable/IAR/78K0R/port.c
Source/portable/IAR/78K0R/portasm.s26
Source/portable/IAR/78K0R/portmacro.h
Source/portable/IAR/ARM_CA5_No_GIC/port.c
Source/portable/IAR/ARM_CA5_No_GIC/portASM.h
Source/portable/IAR/ARM_CA5_No_GIC/portASM.s
Source/portable/IAR/ARM_CA5_No_GIC/portmacro.h
Source/portable/IAR/ARM_CA9/port.c
Source/portable/IAR/ARM_CA9/portASM.h
Source/portable/IAR/ARM_CA9/portASM.s
Source/portable/IAR/ARM_CA9/portmacro.h
Source/portable/IAR/ARM_CM0/port.c
Source/portable/IAR/ARM_CM0/portasm.s
Source/portable/IAR/ARM_CM0/portmacro.h
Source/portable/IAR/ARM_CM23/non_secure/mpu_wrappers_v2_asm.S
Source/portable/IAR/ARM_CM23/non_secure/port.c
Source/portable/IAR/ARM_CM23/non_secure/portasm.h
Source/portable/IAR/ARM_CM23/non_secure/portasm.s
Source/portable/IAR/ARM_CM23/non_secure/portmacro.h
Source/portable/IAR/ARM_CM23/non_secure/portmacrocommon.h
Source/portable/IAR/ARM_CM23/secure/secure_context.c
Source/portable/IAR/ARM_CM23/secure/secure_context.h
Source/portable/IAR/ARM_CM23/secure/secure_context_port_asm.s
Source/portable/IAR/ARM_CM23/secure/secure_heap.c
Source/portable/IAR/ARM_CM23/secure/secure_heap.h
Source/portable/IAR/ARM_CM23/secure/secure_init.c
Source/portable/IAR/ARM_CM23/secure/secure_init.h
Source/portable/IAR/ARM_CM23/secure/secure_port_macros.h
Source/portable/IAR/ARM_CM23_NTZ/non_secure/mpu_wrappers_v2_asm.S
Source/portable/IAR/ARM_CM23_NTZ/non_secure/port.c
Source/portable/IAR/ARM_CM23_NTZ/non_secure/portasm.h
Source/portable/IAR/ARM_CM23_NTZ/non_secure/portasm.s
Source/portable/IAR/ARM_CM23_NTZ/non_secure/portmacro.h
Source/portable/IAR/ARM_CM23_NTZ/non_secure/portmacrocommon.h
Source/portable/IAR/ARM_CM3/port.c
Source/portable/IAR/ARM_CM3/portasm.s
Source/portable/IAR/ARM_CM3/portmacro.h
Source/portable/IAR/ARM_CM33/non_secure/mpu_wrappers_v2_asm.S
Source/portable/IAR/ARM_CM33/non_secure/port.c
Source/portable/IAR/ARM_CM33/non_secure/portasm.h
Source/portable/IAR/ARM_CM33/non_secure/portasm.s
Source/portable/IAR/ARM_CM33/non_secure/portmacro.h
Source/portable/IAR/ARM_CM33/non_secure/portmacrocommon.h
Source/portable/IAR/ARM_CM33/secure/secure_context.c
Source/portable/IAR/ARM_CM33/secure/secure_context.h
Source/portable/IAR/ARM_CM33/secure/secure_context_port_asm.s
Source/portable/IAR/ARM_CM33/secure/secure_heap.c
Source/portable/IAR/ARM_CM33/secure/secure_heap.h
Source/portable/IAR/ARM_CM33/secure/secure_init.c
Source/portable/IAR/ARM_CM33/secure/secure_init.h
Source/portable/IAR/ARM_CM33/secure/secure_port_macros.h
Source/portable/IAR/ARM_CM33_NTZ/non_secure/mpu_wrappers_v2_asm.S
Source/portable/IAR/ARM_CM33_NTZ/non_secure/port.c
Source/portable/IAR/ARM_CM33_NTZ/non_secure/portasm.h
Source/portable/IAR/ARM_CM33_NTZ/non_secure/portasm.s
Source/portable/IAR/ARM_CM33_NTZ/non_secure/portmacro.h
Source/portable/IAR/ARM_CM33_NTZ/non_secure/portmacrocommon.h
Source/portable/IAR/ARM_CM35P/non_secure/mpu_wrappers_v2_asm.S
Source/portable/IAR/ARM_CM35P/non_secure/port.c
Source/portable/IAR/ARM_CM35P/non_secure/portasm.h
Source/portable/IAR/ARM_CM35P/non_secure/portasm.s
Source/portable/IAR/ARM_CM35P/non_secure/portmacro.h
Source/portable/IAR/ARM_CM35P/non_secure/portmacrocommon.h
Source/portable/IAR/ARM_CM35P/secure/secure_context.c
Source/portable/IAR/ARM_CM35P/secure/secure_context.h
Source/portable/IAR/ARM_CM35P/secure/secure_context_port_asm.s
Source/portable/IAR/ARM_CM35P/secure/secure_heap.c
Source/portable/IAR/ARM_CM35P/secure/secure_heap.h
Source/portable/IAR/ARM_CM35P/secure/secure_init.c
Source/portable/IAR/ARM_CM35P/secure/secure_init.h
Source/portable/IAR/ARM_CM35P/secure/secure_port_macros.h
Source/portable/IAR/ARM_CM35P_NTZ/non_secure/mpu_wrappers_v2_asm.S
Source/portable/IAR/ARM_CM35P_NTZ/non_secure/port.c
Source/portable/IAR/ARM_CM35P_NTZ/non_secure/portasm.h
Source/portable/IAR/ARM_CM35P_NTZ/non_secure/portasm.s
Source/portable/IAR/ARM_CM35P_NTZ/non_secure/portmacro.h
Source/portable/IAR/ARM_CM35P_NTZ/non_secure/portmacrocommon.h
Source/portable/IAR/ARM_CM4F/port.c
Source/portable/IAR/ARM_CM4F/portasm.s
Source/portable/IAR/ARM_CM4F/portmacro.h
Source/portable/IAR/ARM_CM4F_MPU/mpu_wrappers_v2_asm.S
Source/portable/IAR/ARM_CM4F_MPU/port.c
Source/portable/IAR/ARM_CM4F_MPU/portasm.s
Source/portable/IAR/ARM_CM4F_MPU/portmacro.h
Source/portable/IAR/ARM_CM55/non_secure/mpu_wrappers_v2_asm.S
Source/portable/IAR/ARM_CM55/non_secure/port.c
Source/portable/IAR/ARM_CM55/non_secure/portasm.h
Source/portable/IAR/ARM_CM55/non_secure/portasm.s
Source/portable/IAR/ARM_CM55/non_secure/portmacro.h
Source/portable/IAR/ARM_CM55/non_secure/portmacrocommon.h
Source/portable/IAR/ARM_CM55/secure/secure_context.c
Source/portable/IAR/ARM_CM55/secure/secure_context.h
Source/portable/IAR/ARM_CM55/secure/secure_context_port_asm.s
Source/portable/IAR/ARM_CM55/secure/secure_heap.c
Source/portable/IAR/ARM_CM55/secure/secure_heap.h
Source/portable/IAR/ARM_CM55/secure/secure_init.c
Source/portable/IAR/ARM_CM55/secure/secure_init.h
Source/portable/IAR/ARM_CM55/secure/secure_port_macros.h
Source/portable/IAR/ARM_CM55_NTZ/non_secure/mpu_wrappers_v2_asm.S
Source/portable/IAR/ARM_CM55_NTZ/non_secure/port.c
Source/portable/IAR/ARM_CM55_NTZ/non_secure/portasm.h
Source/portable/IAR/ARM_CM55_NTZ/non_secure/portasm.s
Source/portable/IAR/ARM_CM55_NTZ/non_secure/portmacro.h
Source/portable/IAR/ARM_CM55_NTZ/non_secure/portmacrocommon.h
Source/portable/IAR/ARM_CM7/r0p1/port.c
Source/portable/IAR/ARM_CM7/r0p1/portasm.s
Source/portable/IAR/ARM_CM7/r0p1/portmacro.h
Source/portable/IAR/ARM_CM85/non_secure/mpu_wrappers_v2_asm.S
Source/portable/IAR/ARM_CM85/non_secure/port.c
Source/portable/IAR/ARM_CM85/non_secure/portasm.h
Source/portable/IAR/ARM_CM85/non_secure/portasm.s
Source/portable/IAR/ARM_CM85/non_secure/portmacro.h
Source/portable/IAR/ARM_CM85/non_secure/portmacrocommon.h
Source/portable/IAR/ARM_CM85/secure/secure_context.c
Source/portable/IAR/ARM_CM85/secure/secure_context.h
Source/portable/IAR/ARM_CM85/secure/secure_context_port_asm.s
Source/portable/IAR/ARM_CM85/secure/secure_heap.c
Source/portable/IAR/ARM_CM85/secure/secure_heap.h
Source/portable/IAR/ARM_CM85/secure/secure_init.c
Source/portable/IAR/ARM_CM85/secure/secure_init.h
Source/portable/IAR/ARM_CM85/secure/secure_port_macros.h
Source/portable/IAR/ARM_CM85_NTZ/non_secure/mpu_wrappers_v2_asm.S
Source/portable/IAR/ARM_CM85_NTZ/non_secure/port.c
Source/portable/IAR/ARM_CM85_NTZ/non_secure/portasm.h
Source/portable/IAR/ARM_CM85_NTZ/non_secure/portasm.s
Source/portable/IAR/ARM_CM85_NTZ/non_secure/portmacro.h
Source/portable/IAR/ARM_CM85_NTZ/non_secure/portmacrocommon.h
Source/portable/IAR/ARM_CRx_No_GIC/port.c
Source/portable/IAR/ARM_CRx_No_GIC/portASM.s
Source/portable/IAR/ARM_CRx_No_GIC/portmacro.h
Source/portable/IAR/ATMega323/port.c
Source/portable/IAR/ATMega323/portmacro.h
Source/portable/IAR/ATMega323/portmacro.s90
Source/portable/IAR/AVR32_UC3/exception.s82
Source/portable/IAR/AVR32_UC3/port.c
Source/portable/IAR/AVR32_UC3/portmacro.h
Source/portable/IAR/AVR32_UC3/read.c
Source/portable/IAR/AVR32_UC3/write.c
Source/portable/IAR/AVR_AVRDx/port.c
Source/portable/IAR/AVR_AVRDx/porthardware.h
Source/portable/IAR/AVR_AVRDx/portmacro.h
Source/portable/IAR/AVR_AVRDx/portmacro.s90
Source/portable/IAR/AVR_Mega0/port.c
Source/portable/IAR/AVR_Mega0/porthardware.h
Source/portable/IAR/AVR_Mega0/portmacro.h
Source/portable/IAR/AVR_Mega0/portmacro.s90
Source/portable/IAR/AtmelSAM7S64/ISR_Support.h
Source/portable/IAR/AtmelSAM7S64/port.c
Source/portable/IAR/AtmelSAM7S64/portasm.s79
Source/portable/IAR/AtmelSAM7S64/portmacro.h
Source/portable/IAR/AtmelSAM9XE/ISR_Support.h
Source/portable/IAR/AtmelSAM9XE/port.c
Source/portable/IAR/AtmelSAM9XE/portasm.s79
Source/portable/IAR/AtmelSAM9XE/portmacro.h
Source/portable/IAR/LPC2000/ISR_Support.h
Source/portable/IAR/LPC2000/port.c
Source/portable/IAR/LPC2000/portasm.s79
Source/portable/IAR/LPC2000/portmacro.h
Source/portable/IAR/MSP430/port.c
Source/portable/IAR/MSP430/portasm.h
Source/portable/IAR/MSP430/portext.s43
Source/portable/IAR/MSP430/portmacro.h
Source/portable/IAR/MSP430X/data_model.h
Source/portable/IAR/MSP430X/port.c
Source/portable/IAR/MSP430X/portext.s43
Source/portable/IAR/MSP430X/portmacro.h
Source/portable/IAR/RISC-V/chip_specific_extensions/RV32I_CLINT_no_extensions/freertos_risc_v_chip_specific_extensions.h
Source/portable/IAR/RISC-V/port.c
Source/portable/IAR/RISC-V/portASM.s
Source/portable/IAR/RISC-V/portContext.h
Source/portable/IAR/RISC-V/portmacro.h
Source/portable/IAR/RL78/port.c
Source/portable/IAR/RL78/portasm.s
Source/portable/IAR/RL78/portmacro.h
Source/portable/IAR/RX100/port.c
Source/portable/IAR/RX100/port_asm.s
Source/portable/IAR/RX100/portmacro.h
Source/portable/IAR/RX600/port.c
Source/portable/IAR/RX600/port_asm.s
Source/portable/IAR/RX600/portmacro.h
Source/portable/IAR/RX700v3_DPFPU/port.c
Source/portable/IAR/RX700v3_DPFPU/portmacro.h
Source/portable/IAR/RXv2/port.c
Source/portable/IAR/RXv2/port_asm.s
Source/portable/IAR/RXv2/portmacro.h
Source/portable/IAR/STR71x/ISR_Support.h
Source/portable/IAR/STR71x/port.c
Source/portable/IAR/STR71x/portasm.s79
Source/portable/IAR/STR71x/portmacro.h
Source/portable/IAR/STR75x/ISR_Support.h
Source/portable/IAR/STR75x/port.c
Source/portable/IAR/STR75x/portasm.s79
Source/portable/IAR/STR75x/portmacro.h
Source/portable/IAR/STR91x/ISR_Support.h
Source/portable/IAR/STR91x/port.c
Source/portable/IAR/STR91x/portasm.s79
Source/portable/IAR/STR91x/portmacro.h
Source/portable/IAR/V850ES/ISR_Support.h
Source/portable/IAR/V850ES/port.c
Source/portable/IAR/V850ES/portasm.s85
Source/portable/IAR/V850ES/portasm_Fx3.s85
Source/portable/IAR/V850ES/portasm_Hx2.s85
Source/portable/IAR/V850ES/portmacro.h
Source/portable/MPLAB/PIC18F/port.c
Source/portable/MPLAB/PIC18F/portmacro.h
Source/portable/MPLAB/PIC24_dsPIC/port.c
Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
Source/portable/MPLAB/PIC32MEC14xx/ISR_Support.h
Source/portable/MPLAB/PIC32MEC14xx/port.c
Source/portable/MPLAB/PIC32MEC14xx/port_asm.S
Source/portable/MPLAB/PIC32MEC14xx/portmacro.h
Source/portable/MPLAB/PIC32MX/ISR_Support.h
Source/portable/MPLAB/PIC32MX/port.c
Source/portable/MPLAB/PIC32MX/port_asm.S
Source/portable/MPLAB/PIC32MX/portmacro.h
Source/portable/MPLAB/PIC32MZ/ISR_Support.h
Source/portable/MPLAB/PIC32MZ/port.c
Source/portable/MPLAB/PIC32MZ/port_asm.S
Source/portable/MPLAB/PIC32MZ/portmacro.h
Source/portable/MSVC-MingW/port.c
Source/portable/MSVC-MingW/portmacro.h
Source/portable/MemMang/heap_1.c
Source/portable/MemMang/heap_2.c
Source/portable/MemMang/heap_3.c
Source/portable/MemMang/heap_4.c
Source/portable/MemMang/heap_5.c
Source/portable/MikroC/ARM_CM4F/port.c
Source/portable/MikroC/ARM_CM4F/portmacro.h
Source/portable/Paradigm/Tern_EE/large_untested/port.c
Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
Source/portable/Paradigm/Tern_EE/small/port.c
Source/portable/Paradigm/Tern_EE/small/portasm.h
Source/portable/Paradigm/Tern_EE/small/portmacro.h
Source/portable/RVDS/ARM7_LPC21xx/port.c
Source/portable/RVDS/ARM7_LPC21xx/portASM.s
Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc
Source/portable/RVDS/ARM_CA9/port.c
Source/portable/RVDS/ARM_CA9/portASM.s
Source/portable/RVDS/ARM_CA9/portmacro.h
Source/portable/RVDS/ARM_CA9/portmacro.inc
Source/portable/RVDS/ARM_CM0/port.c
Source/portable/RVDS/ARM_CM0/portmacro.h
Source/portable/RVDS/ARM_CM3/port.c
Source/portable/RVDS/ARM_CM3/portmacro.h
Source/portable/RVDS/ARM_CM4F/port.c
Source/portable/RVDS/ARM_CM4F/portmacro.h
Source/portable/RVDS/ARM_CM4_MPU/mpu_wrappers_v2_asm.c
Source/portable/RVDS/ARM_CM4_MPU/port.c
Source/portable/RVDS/ARM_CM4_MPU/portmacro.h
Source/portable/RVDS/ARM_CM7/r0p1/port.c
Source/portable/RVDS/ARM_CM7/r0p1/portmacro.h
Source/portable/Renesas/RX100/port.c
Source/portable/Renesas/RX100/port_asm.src
Source/portable/Renesas/RX100/portmacro.h
Source/portable/Renesas/RX200/port.c
Source/portable/Renesas/RX200/port_asm.src
Source/portable/Renesas/RX200/portmacro.h
Source/portable/Renesas/RX600/port.c
Source/portable/Renesas/RX600/port_asm.src
Source/portable/Renesas/RX600/portmacro.h
Source/portable/Renesas/RX600v2/port.c
Source/portable/Renesas/RX600v2/port_asm.src
Source/portable/Renesas/RX600v2/portmacro.h
Source/portable/Renesas/RX700v3_DPFPU/port.c
Source/portable/Renesas/RX700v3_DPFPU/port_asm.src
Source/portable/Renesas/RX700v3_DPFPU/portmacro.h
Source/portable/Renesas/SH2A_FPU/ISR_Support.inc
Source/portable/Renesas/SH2A_FPU/port.c
Source/portable/Renesas/SH2A_FPU/portasm.src
Source/portable/Renesas/SH2A_FPU/portmacro.h
Source/portable/Rowley/MSP430F449/port.c
Source/portable/Rowley/MSP430F449/portasm.h
Source/portable/Rowley/MSP430F449/portext.asm
Source/portable/Rowley/MSP430F449/portmacro.h
Source/portable/SDCC/Cygnal/port.c
Source/portable/SDCC/Cygnal/portmacro.h
Source/portable/Softune/MB91460/__STD_LIB_sbrk.c
Source/portable/Softune/MB91460/port.c
Source/portable/Softune/MB91460/portmacro.h
Source/portable/Softune/MB96340/__STD_LIB_sbrk.c
Source/portable/Softune/MB96340/port.c
Source/portable/Softune/MB96340/portmacro.h
Source/portable/Tasking/ARM_CM4F/port.c
Source/portable/Tasking/ARM_CM4F/port_asm.asm
Source/portable/Tasking/ARM_CM4F/portmacro.h
Source/portable/ThirdParty/GCC/ARC_EM_HS/arc_freertos_exceptions.c
Source/portable/ThirdParty/GCC/ARC_EM_HS/arc_freertos_exceptions.h
Source/portable/ThirdParty/GCC/ARC_EM_HS/arc_support.s
Source/portable/ThirdParty/GCC/ARC_EM_HS/freertos_tls.c
Source/portable/ThirdParty/GCC/ARC_EM_HS/port.c
Source/portable/ThirdParty/GCC/ARC_EM_HS/portmacro.h
Source/portable/ThirdParty/GCC/ARC_v1/arc_freertos_exceptions.c
Source/portable/ThirdParty/GCC/ARC_v1/arc_freertos_exceptions.h
Source/portable/ThirdParty/GCC/ARC_v1/arc_support.s
Source/portable/ThirdParty/GCC/ARC_v1/port.c
Source/portable/ThirdParty/GCC/ARC_v1/portmacro.h
Source/portable/ThirdParty/GCC/ATmega/port.c
Source/portable/ThirdParty/GCC/ATmega/portmacro.h
Source/portable/ThirdParty/GCC/Posix/port.c
Source/portable/ThirdParty/GCC/Posix/portmacro.h
Source/portable/ThirdParty/GCC/Posix/utils/wait_for_event.c
Source/portable/ThirdParty/GCC/Posix/utils/wait_for_event.h
Source/portable/ThirdParty/GCC/RP2040/idle_task_static_memory.c
Source/portable/ThirdParty/GCC/RP2040/include/freertos_sdk_config.h
Source/portable/ThirdParty/GCC/RP2040/include/portmacro.h
Source/portable/ThirdParty/GCC/RP2040/include/rp2040_config.h
Source/portable/ThirdParty/GCC/RP2040/port.c
Source/portable/ThirdParty/GCC/Xtensa_ESP32/include/FreeRTOSConfig_arch.h
Source/portable/ThirdParty/GCC/Xtensa_ESP32/include/portmacro.h
Source/portable/ThirdParty/GCC/Xtensa_ESP32/port.c
Source/portable/ThirdParty/XCC/Xtensa/port.c
Source/portable/ThirdParty/XCC/Xtensa/portasm.S
Source/portable/ThirdParty/XCC/Xtensa/portbenchmark.h
Source/portable/ThirdParty/XCC/Xtensa/portclib.c
Source/portable/ThirdParty/XCC/Xtensa/portmacro.h
Source/portable/ThirdParty/XCC/Xtensa/porttrace.h
Source/portable/ThirdParty/XCC/Xtensa/xtensa_api.h
Source/portable/ThirdParty/XCC/Xtensa/xtensa_config.h
Source/portable/ThirdParty/XCC/Xtensa/xtensa_context.S
Source/portable/ThirdParty/XCC/Xtensa/xtensa_context.h
Source/portable/ThirdParty/XCC/Xtensa/xtensa_init.c
Source/portable/ThirdParty/XCC/Xtensa/xtensa_intr.c
Source/portable/ThirdParty/XCC/Xtensa/xtensa_intr_asm.S
Source/portable/ThirdParty/XCC/Xtensa/xtensa_overlay_os_hook.c
Source/portable/ThirdParty/XCC/Xtensa/xtensa_rtos.h
Source/portable/ThirdParty/XCC/Xtensa/xtensa_timer.h
Source/portable/ThirdParty/XCC/Xtensa/xtensa_vectors.S
Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
Source/portable/WizC/PIC18/addFreeRTOS.h
Source/portable/WizC/PIC18/port.c
Source/portable/WizC/PIC18/portmacro.h
Source/portable/oWatcom/16BitDOS/Flsh186/port.c
Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
Source/portable/oWatcom/16BitDOS/PC/port.c
Source/portable/oWatcom/16BitDOS/PC/portmacro.h
Source/portable/oWatcom/16BitDOS/common/portasm.h
Source/portable/oWatcom/16BitDOS/common/portcomn.c
Source/queue.c
Source/sbom.spdx
Source/stream_buffer.c
Source/tasks.c
Source/timers.c
gen_pack.sh