You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue
In the readme of RP2040 port, here offered a command import(FreeRTOS_Kernel_import.cmake). However, my cmake raised an error Unknown CMake command "import".. I also seen the command to import freertos in pico-example using include rather than import. Is there a typo?
* Add test for timer start delayed past expiration
This reverts commit 53af0ec, which
itself reverted 9c91199.
* Add warning about vTimerDemoIncludeBacklogTests()
* uncrustify for CI check
* Remove unintentional changes to spacing in comments
Describe the issue
In the readme of RP2040 port, here offered a command
import(FreeRTOS_Kernel_import.cmake)
. However, my cmake raised an errorUnknown CMake command "import".
. I also seen the command to import freertos inpico-example
usinginclude
rather thanimport
. Is there a typo?Reference
the readme
the example
The text was updated successfully, but these errors were encountered: