Trying to get a zero-friction FreeRTOS + RP2040 setup, and examples.
Go to file
John Kenyon 503c95d868 Add in flag for pico vs pico2 2025-01-08 18:31:54 -08:00
examples Add in flag for pico vs pico2 2025-01-08 18:31:54 -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 more examples 2024-11-12 20:46:24 -08:00
LICENSE Initial commit 2024-11-03 21:03:33 +00:00
README.md Add in flag for pico vs pico2 2025-01-08 18:31:54 -08:00
REMEMBER_TO_INIT_SUBMODULES.md Add first two examples 2024-11-10 12:23:56 -08:00
build_all.sh Add in flag for pico vs pico2 2025-01-08 18:31:54 -08:00

README.md

Remember to git submodule update --init --recursive

SomeFreeRTOSExamples

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

Connect to TTY

With screen:

screen /dev/ttyACM0 115200

With minicom:

minicom --device /dev/ttyACM0 --baudrate 115200