memlnaut-nisps/firmware/useq-celium/expander/platformio.ini

11 lines
401 B
INI
Raw Permalink Normal View History

; uSEQ-CV expander board — RP2040 (uSEQ USEQHARDWARE_EXPANDER_OUT_0_1)
; Build/upload: pio run -e expander -t upload (from firmware/useq-celium/expander)
[env:expander]
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
board = rpipico
framework = arduino
board_build.core = earlephilhower
build_flags = -I${PROJECT_DIR}/../shared
upload_protocol = picotool
monitor_speed = 115200