|
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`
|
|
|