2022-08-08 23:11:19 +02:00
|
|
|
[env:pico]
|
|
|
|
|
extends = rp2040_base
|
2022-10-13 13:57:17 +02:00
|
|
|
board = rpipico
|
2025-07-24 07:13:23 -04:00
|
|
|
board_level = pr
|
2022-08-08 23:11:19 +02:00
|
|
|
upload_protocol = picotool
|
|
|
|
|
|
|
|
|
|
# add our variants files to the include and src paths
|
2025-07-20 07:20:57 -04:00
|
|
|
build_flags =
|
|
|
|
|
${rp2040_base.build_flags}
|
|
|
|
|
-D RPI_PICO
|
|
|
|
|
-I variants/rp2040/rpipico
|
|
|
|
|
-D DEBUG_RP2040_PORT=Serial
|
|
|
|
|
-D HW_SPI1_DEVICE
|
2022-08-08 23:11:19 +02:00
|
|
|
lib_deps =
|
2024-01-28 14:53:39 +01:00
|
|
|
${rp2040_base.lib_deps}
|
2024-11-16 01:20:20 +01:00
|
|
|
debug_build_flags = ${rp2040_base.build_flags}, -g
|
2025-07-20 07:20:57 -04:00
|
|
|
debug_tool = cmsis-dap ; for e.g. Picotool
|