Hello,
I was wondering if it is possible to add support for the board SEEED XIAO RP2040, or if it is techincally already fully supported through some other board
JP
Hello,
I was wondering if it is possible to add support for the board SEEED XIAO RP2040, or if it is techincally already fully supported through some other board
JP
Already supported in https://github.com/platformio/platform-raspberrypi/pull/36.
[env]
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
framework = arduino
board_build.core = earlephilhower
board_build.filesystem_size = 0.5m
[env:seeed_xiao_rp2040]
board = seeed_xiao_rp2040
; if using picoprobe SWD upload / debugging
;upload_protocol = picoprobe
;debug_tool = picoprobe