2022-10-13 11:57:17 +00:00
|
|
|
[env:picow]
|
2022-08-08 21:11:19 +00:00
|
|
|
extends = rp2040_base
|
2022-10-13 11:57:17 +00:00
|
|
|
board = rpipicow
|
2022-08-08 21:11:19 +00:00
|
|
|
upload_protocol = picotool
|
|
|
|
|
|
|
|
# add our variants files to the include and src paths
|
|
|
|
build_flags = ${rp2040_base.build_flags}
|
2023-05-28 15:30:54 +00:00
|
|
|
-DRPI_PICO
|
2022-10-13 11:57:17 +00:00
|
|
|
-Ivariants/rpipicow
|
2023-05-23 21:19:36 +00:00
|
|
|
-DHW_SPI1_DEVICE
|
|
|
|
-L "${platformio.libdeps_dir}/${this.__env__}/BSEC2 Software Library/src/cortex-m0plus"
|
2023-12-02 20:47:52 +00:00
|
|
|
-fexceptions # for exception handling in MQTT
|
|
|
|
build_src_filter = ${rp2040_base.build_src_filter} +<mesh/wifi/>
|
2022-08-08 21:11:19 +00:00
|
|
|
lib_deps =
|
2023-12-02 20:47:52 +00:00
|
|
|
${rp2040_base.lib_deps}
|
2024-01-28 13:53:39 +00:00
|
|
|
${networking_base.lib_deps}
|
|
|
|
debug_build_flags = ${rp2040_base.build_flags}
|
|
|
|
debug_tool = cmsis-dap ; for e.g. Picotool
|