]> begriffs open source - freertos/commit
Feature: SMP (#278)
authorJoseph Julicher <jjulicher@mac.com>
Tue, 16 Mar 2021 00:29:08 +0000 (17:29 -0700)
committerGitHub <noreply@github.com>
Tue, 16 Mar 2021 00:29:08 +0000 (17:29 -0700)
commit989bc332b22ec0400fbb2fbc5ed056ed0c585ad2
tree539ae2843ec1ab443a6e6a3a31b95f34eb965dcd
parentcafae476e4d0d57d2f98e95715f01ce90471e688
Feature: SMP (#278)

* Add XMOS XCore ports

Some minor modifications are also made to the kernel to support the
XCore compiler's automatic stack size calculation.

* Update kernel to support SMP

The XMOS XCore ports are also updated to support SMP.

* Fix compiler warnings in xcore ports

The port set and clear interrupt mask from ISR macros were removed from
the ports so that the default macros found in FreeRTOS.h are used
instead. The default macros do not result in warnings when they are
used.

* Remove inline function from timers.h

Inline function converted to macro. This should now build when
optimizations are off and inlining is disabled.

* Fix compiler warnings in xcore ports and tasks.c

* fixed documentation for ulTaskNotifyTake() and ulTaskNotifyTakeIndexed()

* spelling fixes for tasks.c

Co-authored-by: Michael Bruno <mikeb@xmos.com>
509 files changed:
.github/CONTRIBUTING.md
.github/SECURITY.md
History.txt
Quick_Start_Guide.url
croutine.c
event_groups.c
include/FreeRTOS.h
include/StackMacros.h
include/atomic.h
include/croutine.h
include/deprecated_definitions.h
include/list.h
include/message_buffer.h
include/mpu_prototypes.h
include/mpu_wrappers.h
include/portable.h
include/projdefs.h
include/semphr.h
include/stack_macros.h
include/stdint.readme
include/stream_buffer.h
include/task.h
include/timers.h
list.c
portable/ARMClang/Use-the-GCC-ports.txt
portable/ARMv8M/ReadMe.txt
portable/ARMv8M/copy_files.py
portable/ARMv8M/non_secure/ReadMe.txt
portable/ARMv8M/non_secure/portable/GCC/ARM_CM23/portasm.c
portable/ARMv8M/non_secure/portable/GCC/ARM_CM23/portmacro.h
portable/ARMv8M/non_secure/portable/GCC/ARM_CM23_NTZ/portasm.c
portable/ARMv8M/non_secure/portable/GCC/ARM_CM23_NTZ/portmacro.h
portable/ARMv8M/non_secure/portable/GCC/ARM_CM33/portasm.c
portable/ARMv8M/non_secure/portable/GCC/ARM_CM33/portmacro.h
portable/ARMv8M/non_secure/portable/GCC/ARM_CM33_NTZ/portasm.c
portable/ARMv8M/non_secure/portable/GCC/ARM_CM33_NTZ/portmacro.h
portable/ARMv8M/non_secure/portable/IAR/ARM_CM23/portasm.s
portable/ARMv8M/non_secure/portable/IAR/ARM_CM23/portmacro.h
portable/ARMv8M/non_secure/portable/IAR/ARM_CM23_NTZ/portasm.s
portable/ARMv8M/non_secure/portable/IAR/ARM_CM23_NTZ/portmacro.h
portable/ARMv8M/non_secure/portable/IAR/ARM_CM33/portasm.s
portable/ARMv8M/non_secure/portable/IAR/ARM_CM33/portmacro.h
portable/ARMv8M/non_secure/portable/IAR/ARM_CM33_NTZ/portasm.s
portable/ARMv8M/non_secure/portable/IAR/ARM_CM33_NTZ/portmacro.h
portable/ARMv8M/non_secure/portasm.h
portable/ARMv8M/secure/ReadMe.txt
portable/ARMv8M/secure/context/portable/GCC/ARM_CM23/secure_context_port.c
portable/ARMv8M/secure/context/portable/GCC/ARM_CM33/secure_context_port.c
portable/ARMv8M/secure/context/portable/IAR/ARM_CM23/secure_context_port.c
portable/ARMv8M/secure/context/portable/IAR/ARM_CM23/secure_context_port_asm.s
portable/ARMv8M/secure/context/portable/IAR/ARM_CM33/secure_context_port.c
portable/ARMv8M/secure/context/portable/IAR/ARM_CM33/secure_context_port_asm.s
portable/ARMv8M/secure/context/secure_context.c
portable/ARMv8M/secure/context/secure_context.h
portable/ARMv8M/secure/heap/secure_heap.c
portable/ARMv8M/secure/heap/secure_heap.h
portable/ARMv8M/secure/init/secure_init.c
portable/ARMv8M/secure/init/secure_init.h
portable/ARMv8M/secure/macros/secure_port_macros.h
portable/BCC/16BitDOS/Flsh186/port.c
portable/BCC/16BitDOS/Flsh186/prtmacro.h
portable/BCC/16BitDOS/PC/port.c
portable/BCC/16BitDOS/PC/prtmacro.h
portable/BCC/16BitDOS/common/portasm.h
portable/BCC/16BitDOS/common/portcomn.c
portable/CCS/ARM_CM3/port.c
portable/CCS/ARM_CM3/portasm.asm
portable/CCS/ARM_CM3/portmacro.h
portable/CCS/ARM_CM4F/port.c
portable/CCS/ARM_CM4F/portasm.asm
portable/CCS/ARM_CM4F/portmacro.h
portable/CCS/ARM_Cortex-R4/port.c
portable/CCS/ARM_Cortex-R4/portASM.asm
portable/CCS/ARM_Cortex-R4/portmacro.h
portable/CCS/MSP430X/data_model.h
portable/CCS/MSP430X/port.c
portable/CCS/MSP430X/portext.asm
portable/CCS/MSP430X/portmacro.h
portable/CodeWarrior/ColdFire_V1/port.c
portable/CodeWarrior/ColdFire_V1/portasm.S
portable/CodeWarrior/ColdFire_V1/portmacro.h
portable/CodeWarrior/ColdFire_V2/port.c
portable/CodeWarrior/ColdFire_V2/portasm.S
portable/CodeWarrior/ColdFire_V2/portmacro.h
portable/CodeWarrior/HCS12/port.c
portable/CodeWarrior/HCS12/portmacro.h
portable/Common/mpu_wrappers.c
portable/GCC/ARM7_AT91FR40008/port.c
portable/GCC/ARM7_AT91FR40008/portISR.c
portable/GCC/ARM7_AT91FR40008/portmacro.h
portable/GCC/ARM7_AT91SAM7S/AT91SAM7X256.h
portable/GCC/ARM7_AT91SAM7S/ioat91sam7x256.h
portable/GCC/ARM7_AT91SAM7S/lib_AT91SAM7X256.c
portable/GCC/ARM7_AT91SAM7S/lib_AT91SAM7X256.h
portable/GCC/ARM7_AT91SAM7S/port.c
portable/GCC/ARM7_AT91SAM7S/portISR.c
portable/GCC/ARM7_AT91SAM7S/portmacro.h
portable/GCC/ARM7_LPC2000/port.c
portable/GCC/ARM7_LPC2000/portISR.c
portable/GCC/ARM7_LPC2000/portmacro.h
portable/GCC/ARM7_LPC23xx/port.c
portable/GCC/ARM7_LPC23xx/portISR.c
portable/GCC/ARM7_LPC23xx/portmacro.h
portable/GCC/ARM_CA53_64_BIT/port.c
portable/GCC/ARM_CA53_64_BIT/portASM.S
portable/GCC/ARM_CA53_64_BIT/portmacro.h
portable/GCC/ARM_CA9/port.c
portable/GCC/ARM_CA9/portASM.S
portable/GCC/ARM_CA9/portmacro.h
portable/GCC/ARM_CM0/port.c
portable/GCC/ARM_CM0/portmacro.h
portable/GCC/ARM_CM23/non_secure/port.c
portable/GCC/ARM_CM23/non_secure/portasm.c
portable/GCC/ARM_CM23/non_secure/portasm.h
portable/GCC/ARM_CM23/non_secure/portmacro.h
portable/GCC/ARM_CM23/secure/secure_context.c
portable/GCC/ARM_CM23/secure/secure_context.h
portable/GCC/ARM_CM23/secure/secure_context_port.c
portable/GCC/ARM_CM23/secure/secure_heap.c
portable/GCC/ARM_CM23/secure/secure_heap.h
portable/GCC/ARM_CM23/secure/secure_init.c
portable/GCC/ARM_CM23/secure/secure_init.h
portable/GCC/ARM_CM23/secure/secure_port_macros.h
portable/GCC/ARM_CM23_NTZ/non_secure/portasm.c
portable/GCC/ARM_CM23_NTZ/non_secure/portasm.h
portable/GCC/ARM_CM23_NTZ/non_secure/portmacro.h
portable/GCC/ARM_CM3/port.c
portable/GCC/ARM_CM3/portmacro.h
portable/GCC/ARM_CM33/non_secure/portasm.c
portable/GCC/ARM_CM33/non_secure/portasm.h
portable/GCC/ARM_CM33/non_secure/portmacro.h
portable/GCC/ARM_CM33/secure/secure_context.c
portable/GCC/ARM_CM33/secure/secure_context.h
portable/GCC/ARM_CM33/secure/secure_context_port.c
portable/GCC/ARM_CM33/secure/secure_heap.c
portable/GCC/ARM_CM33/secure/secure_heap.h
portable/GCC/ARM_CM33/secure/secure_init.c
portable/GCC/ARM_CM33/secure/secure_init.h
portable/GCC/ARM_CM33/secure/secure_port_macros.h
portable/GCC/ARM_CM33_NTZ/non_secure/port.c
portable/GCC/ARM_CM33_NTZ/non_secure/portasm.c
portable/GCC/ARM_CM33_NTZ/non_secure/portasm.h
portable/GCC/ARM_CM33_NTZ/non_secure/portmacro.h
portable/GCC/ARM_CM3_MPU/port.c
portable/GCC/ARM_CM3_MPU/portmacro.h
portable/GCC/ARM_CM4F/port.c
portable/GCC/ARM_CM4F/portmacro.h
portable/GCC/ARM_CM4_MPU/port.c
portable/GCC/ARM_CM4_MPU/portmacro.h
portable/GCC/ARM_CM7/ReadMe.txt
portable/GCC/ARM_CM7/r0p1/port.c
portable/GCC/ARM_CM7/r0p1/portmacro.h
portable/GCC/ARM_CR5/port.c
portable/GCC/ARM_CR5/portASM.S
portable/GCC/ARM_CR5/portmacro.h
portable/GCC/ARM_CRx_No_GIC/port.c
portable/GCC/ARM_CRx_No_GIC/portASM.S
portable/GCC/ARM_CRx_No_GIC/portmacro.h
portable/GCC/ATMega323/port.c
portable/GCC/ATMega323/portmacro.h
portable/GCC/AVR32_UC3/exception.S
portable/GCC/AVR32_UC3/port.c
portable/GCC/AVR32_UC3/portmacro.h
portable/GCC/CORTUS_APS3/port.c
portable/GCC/CORTUS_APS3/portmacro.h
portable/GCC/ColdFire_V2/port.c
portable/GCC/ColdFire_V2/portasm.S
portable/GCC/ColdFire_V2/portmacro.h
portable/GCC/H8S2329/port.c
portable/GCC/H8S2329/portmacro.h
portable/GCC/HCS12/port.c
portable/GCC/HCS12/portmacro.h
portable/GCC/IA32_flat/ISR_Support.h
portable/GCC/IA32_flat/port.c
portable/GCC/IA32_flat/portASM.S
portable/GCC/IA32_flat/portmacro.h
portable/GCC/MCF5235/port.c
portable/GCC/MCF5235/portmacro.h
portable/GCC/MSP430F449/port.c
portable/GCC/MSP430F449/portmacro.h
portable/GCC/MicroBlaze/port.c
portable/GCC/MicroBlaze/portasm.s
portable/GCC/MicroBlaze/portmacro.h
portable/GCC/MicroBlazeV8/port.c
portable/GCC/MicroBlazeV8/port_exceptions.c
portable/GCC/MicroBlazeV8/portasm.S
portable/GCC/MicroBlazeV8/portmacro.h
portable/GCC/MicroBlazeV9/port.c
portable/GCC/MicroBlazeV9/port_exceptions.c
portable/GCC/MicroBlazeV9/portasm.S
portable/GCC/MicroBlazeV9/portmacro.h
portable/GCC/NiosII/port.c
portable/GCC/NiosII/port_asm.S
portable/GCC/NiosII/portmacro.h
portable/GCC/PPC405_Xilinx/FPU_Macros.h
portable/GCC/PPC405_Xilinx/port.c
portable/GCC/PPC405_Xilinx/portasm.S
portable/GCC/PPC405_Xilinx/portmacro.h
portable/GCC/PPC440_Xilinx/FPU_Macros.h
portable/GCC/PPC440_Xilinx/port.c
portable/GCC/PPC440_Xilinx/portasm.S
portable/GCC/PPC440_Xilinx/portmacro.h
portable/GCC/RISC-V/Documentation.url
portable/GCC/RISC-V/chip_specific_extensions/Pulpino_Vega_RV32M1RM/freertos_risc_v_chip_specific_extensions.h
portable/GCC/RISC-V/chip_specific_extensions/RV32I_CLINT_no_extensions/freertos_risc_v_chip_specific_extensions.h
portable/GCC/RISC-V/chip_specific_extensions/readme.txt
portable/GCC/RISC-V/port.c
portable/GCC/RISC-V/portASM.S
portable/GCC/RISC-V/portmacro.h
portable/GCC/RISC-V/readme.txt
portable/GCC/RL78/isr_support.h
portable/GCC/RL78/port.c
portable/GCC/RL78/portasm.S
portable/GCC/RL78/portmacro.h
portable/GCC/RX100/port.c
portable/GCC/RX100/portmacro.h
portable/GCC/RX200/port.c
portable/GCC/RX200/portmacro.h
portable/GCC/RX600/port.c
portable/GCC/RX600/portmacro.h
portable/GCC/RX600v2/port.c
portable/GCC/RX600v2/portmacro.h
portable/GCC/STR75x/port.c
portable/GCC/STR75x/portISR.c
portable/GCC/STR75x/portmacro.h
portable/GCC/TriCore_1782/port.c
portable/GCC/TriCore_1782/portmacro.h
portable/GCC/TriCore_1782/porttrap.c
portable/IAR/78K0R/ISR_Support.h
portable/IAR/78K0R/port.c
portable/IAR/78K0R/portasm.s26
portable/IAR/78K0R/portmacro.h
portable/IAR/ARM_CA5_No_GIC/port.c
portable/IAR/ARM_CA5_No_GIC/portASM.h
portable/IAR/ARM_CA5_No_GIC/portASM.s
portable/IAR/ARM_CA5_No_GIC/portmacro.h
portable/IAR/ARM_CA9/port.c
portable/IAR/ARM_CA9/portASM.h
portable/IAR/ARM_CA9/portASM.s
portable/IAR/ARM_CA9/portmacro.h
portable/IAR/ARM_CM0/port.c
portable/IAR/ARM_CM0/portasm.s
portable/IAR/ARM_CM0/portmacro.h
portable/IAR/ARM_CM23/non_secure/port.c
portable/IAR/ARM_CM23/non_secure/portasm.h
portable/IAR/ARM_CM23/non_secure/portasm.s
portable/IAR/ARM_CM23/non_secure/portmacro.h
portable/IAR/ARM_CM23/secure/secure_context.c
portable/IAR/ARM_CM23/secure/secure_context.h
portable/IAR/ARM_CM23/secure/secure_context_port.c
portable/IAR/ARM_CM23/secure/secure_context_port_asm.s
portable/IAR/ARM_CM23/secure/secure_heap.c
portable/IAR/ARM_CM23/secure/secure_heap.h
portable/IAR/ARM_CM23/secure/secure_init.c
portable/IAR/ARM_CM23/secure/secure_init.h
portable/IAR/ARM_CM23/secure/secure_port_macros.h
portable/IAR/ARM_CM23_NTZ/non_secure/port.c
portable/IAR/ARM_CM23_NTZ/non_secure/portasm.h
portable/IAR/ARM_CM23_NTZ/non_secure/portasm.s
portable/IAR/ARM_CM23_NTZ/non_secure/portmacro.h
portable/IAR/ARM_CM3/port.c
portable/IAR/ARM_CM3/portasm.s
portable/IAR/ARM_CM3/portmacro.h
portable/IAR/ARM_CM33/non_secure/port.c
portable/IAR/ARM_CM33/non_secure/portasm.h
portable/IAR/ARM_CM33/non_secure/portasm.s
portable/IAR/ARM_CM33/non_secure/portmacro.h
portable/IAR/ARM_CM33/secure/secure_context.c
portable/IAR/ARM_CM33/secure/secure_context.h
portable/IAR/ARM_CM33/secure/secure_context_port.c
portable/IAR/ARM_CM33/secure/secure_context_port_asm.s
portable/IAR/ARM_CM33/secure/secure_heap.c
portable/IAR/ARM_CM33/secure/secure_heap.h
portable/IAR/ARM_CM33/secure/secure_init.c
portable/IAR/ARM_CM33/secure/secure_init.h
portable/IAR/ARM_CM33/secure/secure_port_macros.h
portable/IAR/ARM_CM33_NTZ/non_secure/port.c
portable/IAR/ARM_CM33_NTZ/non_secure/portasm.h
portable/IAR/ARM_CM33_NTZ/non_secure/portasm.s
portable/IAR/ARM_CM33_NTZ/non_secure/portmacro.h
portable/IAR/ARM_CM4F/port.c
portable/IAR/ARM_CM4F/portasm.s
portable/IAR/ARM_CM4F/portmacro.h
portable/IAR/ARM_CM4F_MPU/port.c
portable/IAR/ARM_CM4F_MPU/portasm.s
portable/IAR/ARM_CM4F_MPU/portmacro.h
portable/IAR/ARM_CM7/ReadMe.txt
portable/IAR/ARM_CM7/r0p1/port.c
portable/IAR/ARM_CM7/r0p1/portasm.s
portable/IAR/ARM_CM7/r0p1/portmacro.h
portable/IAR/ARM_CRx_No_GIC/port.c
portable/IAR/ARM_CRx_No_GIC/portASM.s
portable/IAR/ARM_CRx_No_GIC/portmacro.h
portable/IAR/ATMega323/port.c
portable/IAR/ATMega323/portmacro.h
portable/IAR/ATMega323/portmacro.s90
portable/IAR/AVR32_UC3/exception.s82
portable/IAR/AVR32_UC3/port.c
portable/IAR/AVR32_UC3/portmacro.h
portable/IAR/AVR32_UC3/read.c
portable/IAR/AVR32_UC3/write.c
portable/IAR/AtmelSAM7S64/AT91SAM7S64.h
portable/IAR/AtmelSAM7S64/AT91SAM7S64_inc.h
portable/IAR/AtmelSAM7S64/AT91SAM7X128.h
portable/IAR/AtmelSAM7S64/AT91SAM7X128_inc.h
portable/IAR/AtmelSAM7S64/AT91SAM7X256.h
portable/IAR/AtmelSAM7S64/AT91SAM7X256_inc.h
portable/IAR/AtmelSAM7S64/ISR_Support.h
portable/IAR/AtmelSAM7S64/lib_AT91SAM7S64.h
portable/IAR/AtmelSAM7S64/lib_AT91SAM7X128.h
portable/IAR/AtmelSAM7S64/lib_AT91SAM7X256.h
portable/IAR/AtmelSAM7S64/port.c
portable/IAR/AtmelSAM7S64/portasm.s79
portable/IAR/AtmelSAM7S64/portmacro.h
portable/IAR/AtmelSAM9XE/ISR_Support.h
portable/IAR/AtmelSAM9XE/port.c
portable/IAR/AtmelSAM9XE/portasm.s79
portable/IAR/AtmelSAM9XE/portmacro.h
portable/IAR/LPC2000/ISR_Support.h
portable/IAR/LPC2000/port.c
portable/IAR/LPC2000/portasm.s79
portable/IAR/LPC2000/portmacro.h
portable/IAR/MSP430/port.c
portable/IAR/MSP430/portasm.h
portable/IAR/MSP430/portext.s43
portable/IAR/MSP430/portmacro.h
portable/IAR/MSP430X/data_model.h
portable/IAR/MSP430X/port.c
portable/IAR/MSP430X/portext.s43
portable/IAR/MSP430X/portmacro.h
portable/IAR/RISC-V/Documentation.url
portable/IAR/RISC-V/chip_specific_extensions/RV32I_CLINT_no_extensions/freertos_risc_v_chip_specific_extensions.h
portable/IAR/RISC-V/chip_specific_extensions/readme.txt
portable/IAR/RISC-V/port.c
portable/IAR/RISC-V/portASM.s
portable/IAR/RISC-V/portmacro.h
portable/IAR/RISC-V/readme.txt
portable/IAR/RL78/ISR_Support.h
portable/IAR/RL78/port.c
portable/IAR/RL78/portasm.s87
portable/IAR/RL78/portmacro.h
portable/IAR/RX100/port.c
portable/IAR/RX100/port_asm.s
portable/IAR/RX100/portmacro.h
portable/IAR/RX600/port.c
portable/IAR/RX600/port_asm.s
portable/IAR/RX600/portmacro.h
portable/IAR/RXv2/port.c
portable/IAR/RXv2/port_asm.s
portable/IAR/RXv2/portmacro.h
portable/IAR/STR71x/ISR_Support.h
portable/IAR/STR71x/port.c
portable/IAR/STR71x/portasm.s79
portable/IAR/STR71x/portmacro.h
portable/IAR/STR75x/ISR_Support.h
portable/IAR/STR75x/port.c
portable/IAR/STR75x/portasm.s79
portable/IAR/STR75x/portmacro.h
portable/IAR/STR91x/ISR_Support.h
portable/IAR/STR91x/port.c
portable/IAR/STR91x/portasm.s79
portable/IAR/STR91x/portmacro.h
portable/IAR/V850ES/ISR_Support.h
portable/IAR/V850ES/port.c
portable/IAR/V850ES/portasm.s85
portable/IAR/V850ES/portasm_Fx3.s85
portable/IAR/V850ES/portasm_Hx2.s85
portable/IAR/V850ES/portmacro.h
portable/MPLAB/PIC18F/port.c
portable/MPLAB/PIC18F/portmacro.h
portable/MPLAB/PIC24_dsPIC/port.c
portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
portable/MPLAB/PIC24_dsPIC/portmacro.h
portable/MPLAB/PIC32MEC14xx/ISR_Support.h
portable/MPLAB/PIC32MEC14xx/port.c
portable/MPLAB/PIC32MEC14xx/port_asm.S
portable/MPLAB/PIC32MEC14xx/portmacro.h
portable/MPLAB/PIC32MX/ISR_Support.h
portable/MPLAB/PIC32MX/port.c
portable/MPLAB/PIC32MX/port_asm.S
portable/MPLAB/PIC32MX/portmacro.h
portable/MPLAB/PIC32MZ/ISR_Support.h
portable/MPLAB/PIC32MZ/port.c
portable/MPLAB/PIC32MZ/port_asm.S
portable/MPLAB/PIC32MZ/portmacro.h
portable/MSVC-MingW/port.c
portable/MSVC-MingW/portmacro.h
portable/MemMang/ReadMe.url
portable/MemMang/heap_1.c
portable/MemMang/heap_2.c
portable/MemMang/heap_3.c
portable/MemMang/heap_4.c
portable/MemMang/heap_5.c
portable/MikroC/ARM_CM4F/port.c
portable/MikroC/ARM_CM4F/portmacro.h
portable/Paradigm/Tern_EE/large_untested/port.c
portable/Paradigm/Tern_EE/large_untested/portasm.h
portable/Paradigm/Tern_EE/large_untested/portmacro.h
portable/Paradigm/Tern_EE/small/port.c
portable/Paradigm/Tern_EE/small/portasm.h
portable/Paradigm/Tern_EE/small/portmacro.h
portable/RVDS/ARM7_LPC21xx/port.c
portable/RVDS/ARM7_LPC21xx/portASM.s
portable/RVDS/ARM7_LPC21xx/portmacro.h
portable/RVDS/ARM7_LPC21xx/portmacro.inc
portable/RVDS/ARM_CA9/port.c
portable/RVDS/ARM_CA9/portASM.s
portable/RVDS/ARM_CA9/portmacro.h
portable/RVDS/ARM_CA9/portmacro.inc
portable/RVDS/ARM_CM0/port.c
portable/RVDS/ARM_CM0/portmacro.h
portable/RVDS/ARM_CM3/port.c
portable/RVDS/ARM_CM3/portmacro.h
portable/RVDS/ARM_CM4F/port.c
portable/RVDS/ARM_CM4F/portmacro.h
portable/RVDS/ARM_CM4_MPU/port.c
portable/RVDS/ARM_CM4_MPU/portmacro.h
portable/RVDS/ARM_CM7/ReadMe.txt
portable/RVDS/ARM_CM7/r0p1/port.c
portable/RVDS/ARM_CM7/r0p1/portmacro.h
portable/Renesas/RX100/port.c
portable/Renesas/RX100/port_asm.src
portable/Renesas/RX100/portmacro.h
portable/Renesas/RX200/port.c
portable/Renesas/RX200/port_asm.src
portable/Renesas/RX200/portmacro.h
portable/Renesas/RX600/port.c
portable/Renesas/RX600/port_asm.src
portable/Renesas/RX600/portmacro.h
portable/Renesas/RX600v2/port.c
portable/Renesas/RX600v2/port_asm.src
portable/Renesas/RX600v2/portmacro.h
portable/Renesas/SH2A_FPU/ISR_Support.inc
portable/Renesas/SH2A_FPU/port.c
portable/Renesas/SH2A_FPU/portasm.src
portable/Renesas/SH2A_FPU/portmacro.h
portable/Rowley/MSP430F449/port.c
portable/Rowley/MSP430F449/portasm.h
portable/Rowley/MSP430F449/portext.asm
portable/Rowley/MSP430F449/portmacro.h
portable/SDCC/Cygnal/port.c
portable/SDCC/Cygnal/portmacro.h
portable/Softune/MB91460/__STD_LIB_sbrk.c
portable/Softune/MB91460/port.c
portable/Softune/MB91460/portmacro.h
portable/Softune/MB96340/__STD_LIB_sbrk.c
portable/Softune/MB96340/port.c
portable/Softune/MB96340/portmacro.h
portable/Tasking/ARM_CM4F/port.c
portable/Tasking/ARM_CM4F/port_asm.asm
portable/Tasking/ARM_CM4F/portmacro.h
portable/ThirdParty/GCC/ARM_CM33_TFM/README.md
portable/ThirdParty/GCC/Posix/FreeRTOS-simulator-for-Linux.url
portable/ThirdParty/GCC/RISC-V/README-for-info-on-official-MIT-license-port.txt
portable/ThirdParty/GCC/Xtensa_ESP32/FreeRTOS-openocd.c
portable/ThirdParty/GCC/Xtensa_ESP32/include/portbenchmark.h
portable/ThirdParty/GCC/Xtensa_ESP32/include/xtensa_api.h
portable/ThirdParty/GCC/Xtensa_ESP32/include/xtensa_config.h
portable/ThirdParty/GCC/Xtensa_ESP32/include/xtensa_rtos.h
portable/ThirdParty/GCC/Xtensa_ESP32/include/xtensa_timer.h
portable/ThirdParty/GCC/Xtensa_ESP32/xtensa_intr_asm.S
portable/ThirdParty/GCC/Xtensa_ESP32/xtensa_overlay_os_hook.c
portable/ThirdParty/XCC/Xtensa/Makefile
portable/ThirdParty/XCC/Xtensa/port.c
portable/ThirdParty/XCC/Xtensa/portasm.S
portable/ThirdParty/XCC/Xtensa/portbenchmark.h
portable/ThirdParty/XCC/Xtensa/portclib.c
portable/ThirdParty/XCC/Xtensa/portmacro.h
portable/ThirdParty/XCC/Xtensa/porttrace.h
portable/ThirdParty/XCC/Xtensa/readme_xtensa.txt
portable/ThirdParty/XCC/Xtensa/xtensa_api.h
portable/ThirdParty/XCC/Xtensa/xtensa_config.h
portable/ThirdParty/XCC/Xtensa/xtensa_context.S
portable/ThirdParty/XCC/Xtensa/xtensa_context.h
portable/ThirdParty/XCC/Xtensa/xtensa_init.c
portable/ThirdParty/XCC/Xtensa/xtensa_intr.c
portable/ThirdParty/XCC/Xtensa/xtensa_intr_asm.S
portable/ThirdParty/XCC/Xtensa/xtensa_overlay_os_hook.c
portable/ThirdParty/XCC/Xtensa/xtensa_rtos.h
portable/ThirdParty/XCC/Xtensa/xtensa_timer.h
portable/ThirdParty/XCC/Xtensa/xtensa_vectors.S
portable/WizC/PIC18/Drivers/Tick/Tick.c
portable/WizC/PIC18/Drivers/Tick/isrTick.c
portable/WizC/PIC18/Install.bat
portable/WizC/PIC18/addFreeRTOS.h
portable/WizC/PIC18/port.c
portable/WizC/PIC18/portmacro.h
portable/XCC/XCORE200/port.c [new file with mode: 0644]
portable/XCC/XCORE200/port.xc [new file with mode: 0644]
portable/XCC/XCORE200/portasm.S [new file with mode: 0644]
portable/XCC/XCORE200/portmacro.h [new file with mode: 0644]
portable/XCC/XCORE200/rtos_support_rtos_config.h [new file with mode: 0644]
portable/XCC/XCOREAI/port.c [new file with mode: 0644]
portable/XCC/XCOREAI/port.xc [new file with mode: 0644]
portable/XCC/XCOREAI/portasm.S [new file with mode: 0644]
portable/XCC/XCOREAI/portmacro.h [new file with mode: 0644]
portable/XCC/XCOREAI/rtos_support_rtos_config.h [new file with mode: 0644]
portable/oWatcom/16BitDOS/Flsh186/port.c
portable/oWatcom/16BitDOS/Flsh186/portmacro.h
portable/oWatcom/16BitDOS/PC/port.c
portable/oWatcom/16BitDOS/PC/portmacro.h
portable/oWatcom/16BitDOS/common/portasm.h
portable/oWatcom/16BitDOS/common/portcomn.c
portable/readme.txt
queue.c
stream_buffer.c
tasks.c
timers.c