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
|
2022-08-08 23:11:19 +02:00
|
|
|
upload_protocol = picotool
|
|
|
|
|
|
|
|
|
|
# add our variants files to the include and src paths
|
|
|
|
|
build_flags = ${rp2040_base.build_flags}
|
2023-05-28 17:30:54 +02:00
|
|
|
-DRPI_PICO
|
2022-10-13 13:57:17 +02:00
|
|
|
-Ivariants/rpipicow
|
2023-05-23 23:19:36 +02:00
|
|
|
-DHW_SPI1_DEVICE
|
2023-12-02 21:47:52 +01:00
|
|
|
-fexceptions # for exception handling in MQTT
|
2025-03-20 09:49:28 -04:00
|
|
|
-DHAS_UDP_MULTICAST=1
|
2023-12-02 21:47:52 +01:00
|
|
|
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
|