Skip to content

FreeRTOS Readme and examples needs to update? #2160

Answered by earlephilhower
board707 asked this question in Q&A
Discussion options

You must be logged in to vote

The README.md was untouched from the original port-of-a-port so please ignore anything it says. :)

For the example, it does work but it's got race conditions such that as soon as a task gives up a mutex it re-grabs it before the other task can take it, so the led doesn't blink. Adding a delay(1) to the end of each while takes care of this, so I'll throw a PR up for it. Also change the default output to the USB port, not UART0.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by board707
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants