Giga Device Support

Hello guys,
I want to ask: Are Giga Device microcontrollers currently being supported by FreeRTOS ?
I want to port a GD32F105VCT6 Cortex M3 MCU, but I am not sure which port to use.
Thank you

FreeRTOS runs on any Arm Cortex-M0/M0+/M3/M4/M4F/M7/M23/M33 device that has enough RAM :slight_smile:

Here are some links that will help you build the correct port layer:

You will need the port code from the FreeRTOS/Source/portable/[compiler]/ARM_CM3 directory.

Thank you for the information