platformio: switch to rp2040 based board
This commit is contained in:
parent
a004929245
commit
9582fbad37
|
@ -1,11 +1,17 @@
|
||||||
[env:adafruit_qt_py_m0]
|
[env:rp2040]
|
||||||
platform = atmelsam
|
|
||||||
board = adafruit_qt_py_m0
|
|
||||||
framework = arduino
|
framework = arduino
|
||||||
|
platform = https://github.com/maxgerhardt/platform-raspberrypi.git#60d6ae8
|
||||||
|
platform_packages = framework-arduinopico @ https://github.com/earlephilhower/arduino-pico/releases/download/3.9.3/rp2040-3.9.3.zip
|
||||||
|
board_build.core = earlephilhower
|
||||||
|
|
||||||
|
board = waveshare_rp2040_zero
|
||||||
|
lib_ldf_mode = deep+
|
||||||
|
|
||||||
build_flags =
|
build_flags =
|
||||||
-D MASK_VERSION=0x07B0
|
-D MASK_VERSION=0x07B0
|
||||||
-D KNX_NO_SPI
|
-DKNX_FLASH_SIZE=4096
|
||||||
|
-DKNX_LED=10
|
||||||
|
-D PIO_FRAMEWORK_ARDUINO_ENABLE_RTTI
|
||||||
-Wno-unknown-pragmas
|
-Wno-unknown-pragmas
|
||||||
|
|
||||||
lib_deps =
|
lib_deps =
|
||||||
|
|
Loading…
Reference in a new issue