Closed n9wxu closed 1 year ago
All modified lines are covered by tests :white_check_mark:
Comparison is base (
9d2571d
) 93.62% compared to head (1393589
) 93.62%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
/bot run
/bot run formatting
/bot run formattin
/bot run formatting
/bot run formatting
/bot run
Kudos, SonarCloud Quality Gate passed!
Sample FreeRTOSConfig.h and template port
Description
This change adds a FreeRTOSConfig.h with all features documented. This configuration does compile but is intended to be a starter file for your application and is not guaranteed to have the most appropriate settings for you. Additionally, this configuration of this file is not guaranteed to be stable over time.
Additionally, this push adds a "template" port called template. This port is intended to allow the kernel to compile but it will not create a functional RTOS. The purpose of this port is as follows: 1) Provide a starting point for future ports with the minimum functions needed by the port. 2) Provide a compilable "port" to support executing static analysis automation.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.