This is a fork of the FreeRTOS 202212.00, in the intention of porting FreeRTOS to AFTx07, which is microcontroller of Purdue-SoCET orgs.
The source files are in the submodule from FreeRTOS kernel.
The dir of interested is FreeRTOS/Demo/AFTx07.
To understand the repo structure, please take a look at FreeRTOS Source File Structure.
To understand RISCV porting, please look at RISV Port.
To modify config file, please look at FreeRTOSConfig.h.
First pull to submodule Source.
git submodule update --init
The building instruction is at dir FreeRTOS/Demo/AFTx07.