Trying to get a zero-friction FreeRTOS + RP2040 setup, and examples.
Go to file
John Kenyon 55929635e5 Add first two examples
What:
* Add markdown docs wtih instructions
* Add example 0
** Does not use FreeRTOS, only the pico-sdk
* Add example 1
** Creates a FreeRTOS task which runs in a loop
2024-11-10 12:23:56 -08:00
examples Add first two examples 2024-11-10 12:23:56 -08:00
submodules Add submodules for FreeRTOS, pico-sdk, and picotool 2024-11-03 13:17:05 -08:00
.gitignore Add submodules for FreeRTOS, pico-sdk, and picotool 2024-11-03 13:17:05 -08:00
.gitmodules Add submodules for FreeRTOS, pico-sdk, and picotool 2024-11-03 13:17:05 -08:00
BUILD.md Add first two examples 2024-11-10 12:23:56 -08:00
LICENSE Initial commit 2024-11-03 21:03:33 +00:00
README.md Add first two examples 2024-11-10 12:23:56 -08:00
REMEMBER_TO_INIT_SUBMODULES.md Add first two examples 2024-11-10 12:23:56 -08:00

README.md

Remember to git submodule update --init --recursive

SomeFreeRTOSExamples

Trying to get a zero-friction FreeRTOS + RP2040 setup, and examples.