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
|
2023-02-10 00:35:25 +00:00
|
|
|
board_level = extra
|
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
|
2022-08-08 21:11:19 +00:00
|
|
|
-DDEBUG_RP2040_PORT=Serial
|
2023-05-23 21:19:36 +00:00
|
|
|
-DHW_SPI1_DEVICE
|
|
|
|
-L "${platformio.libdeps_dir}/${this.__env__}/BSEC2 Software Library/src/cortex-m0plus"
|
2022-08-08 21:11:19 +00:00
|
|
|
lib_deps =
|
|
|
|
${rp2040_base.lib_deps}
|