SomeFreeRTOSExamples/README.md

18 lines
278 B
Markdown
Raw Permalink Normal View History

Remember to `git submodule update --init --recursive`
2024-11-03 21:03:33 +00:00
# SomeFreeRTOSExamples
Trying to get a zero-friction FreeRTOS + RP2040 setup, and examples.
2025-01-09 02:10:35 +00:00
# Connect to TTY
With screen:
`screen /dev/ttyACM0 115200`
With minicom:
`minicom --device /dev/ttyACM0 --baudrate 115200`