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

11 lines
372 B
INI
Raw Normal View History

; uSEQ-CV main board — RP2040 (uSEQ USEQHARDWARE_1_0)
; Build/upload: pio run -e main -t upload (from firmware/useq-celium/main)
[env:main]
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