2025-03-21 14:15:29 +00:00
|
|
|
# pico-acm-cfw
|
|
|
|
|
2025-03-24 09:33:49 +01:00
|
|
|
This project is a Custom FirmWare for RP2040 written from scratch.
|
|
|
|
This CFW provides minimum hardware setup and support for USB CDC ACM.
|
|
|
|
Basic REPL code is given.
|
|
|
|
To test it, simply flash the RP2040 and connect to it with minicom.
|
2025-03-21 14:15:29 +00:00
|
|
|
|
2025-03-24 09:33:49 +01:00
|
|
|
# Requirements
|
|
|
|
- gcc-arm-none-eabi
|