feat(mcu): Add micropython firmware and build instructions

This commit is contained in:
viernullvier 2026-04-07 23:35:49 +02:00
commit b15eeca2b2
9 changed files with 107 additions and 0 deletions

View file

@ -0,0 +1,2 @@
set(PICO_BOARD "olimex_rp2350_xl")
set(PICO_NUM_GPIOS 48)