Skip to content

'Classic' FreeRTOS distribution. Started as Git clone of FreeRTOS SourceForge SVN repo. Submodules the kernel.

License

Notifications You must be signed in to change notification settings

Purdue-SoCET/FreeRTOS

 
 

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.

Getting started

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.

How to build

First pull to submodule Source.

git submodule update --init

The building instruction is at dir FreeRTOS/Demo/AFTx07.

About

'Classic' FreeRTOS distribution. Started as Git clone of FreeRTOS SourceForge SVN repo. Submodules the kernel.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.5%
  • Other 1.5%