2022-10-13 13:57:17 +02:00
|
|
|
[env:picow]
|
2022-08-08 23:11:19 +02:00
|
|
|
extends = rp2040_base
|
2022-10-13 13:57:17 +02:00
|
|
|
board = rpipicow
|
2025-07-24 07:13:23 -04:00
|
|
|
board_level = pr
|
2025-07-25 16:25:50 -04:00
|
|
|
board_check = true
|
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/rpipicow
|
|
|
|
|
-D HW_SPI1_DEVICE
|
|
|
|
|
-D HAS_UDP_MULTICAST=1
|
2023-12-02 21:47:52 +01:00
|
|
|
-fexceptions # for exception handling in MQTT
|
|
|
|
|
build_src_filter = ${rp2040_base.build_src_filter} +<mesh/wifi/>
|
2022-08-08 23:11:19 +02:00
|
|
|
lib_deps =
|
2023-12-02 21:47:52 +01:00
|
|
|
${rp2040_base.lib_deps}
|
2024-01-28 14:53:39 +01:00
|
|
|
${networking_base.lib_deps}
|
2024-11-16 01:20:20 +01:00
|
|
|
debug_build_flags = ${rp2040_base.build_flags}, -g
|
2025-03-20 09:49:28 -04:00
|
|
|
debug_tool = cmsis-dap ; for e.g. Picotool
|