freertos icon indicating copy to clipboard operation
freertos copied to clipboard

FreeRTOS SVN clone

Results 4 freertos issues
Sort by recently updated
recently updated
newest added

The `xTaskCreateStati`c claimed that it return `pdPASS` or an error value depending on success, but what they it returns is an `TaskHandle_t`.

Function was assigning the result of a boolean opeartion to id intead of the bitwise operation

Hi, all is in the title ! I use your freertos repo as a submodule for one of my project but when I checkout tag V8.2.1 submodule is emptied. I...