FreeRTOS / FreeRTOS-Kernel-Partner-Supported-Ports

Other
9 stars 14 forks source link

Adding port for TI c28x based microcontrollers #5

Closed VBT289 closed 2 years ago

VBT289 commented 2 years ago

FreeRTOS port for TI c28x based microcontrollers

Description

This pull request consists of FreeRTOS c28x port related files. This port has been tested with the standard demo test project as explained in following link: https://github.com/FreeRTOS/FreeRTOS/blob/main/FreeRTOS/Demo/ThirdParty/Template/README.md

The test project is available in a separate pull request: https://github.com/FreeRTOS/FreeRTOS-Partner-Supported-Demos/pull/5

Test Steps

To run the demos on TMDSCNCD28388D controlcard, the following steps are required:

Known Issues

Support for "fpu64" is not added yet to the port. The examples should specify "fpu32" as option for floating point.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

aggarg commented 2 years ago

Closing this one as this port has been merged to the community supported ports repo - https://github.com/FreeRTOS/FreeRTOS-Kernel-Community-Supported-Ports/pull/6