Skip to content

Commit

Permalink
remove rp2040
Browse files Browse the repository at this point in the history
  • Loading branch information
Ing-Dom committed Jan 14, 2024
1 parent 17ff6eb commit 0cbb7f1
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions examples/knx-demo/platformio-ci.ini
Original file line number Diff line number Diff line change
Expand Up @@ -81,21 +81,21 @@ build_flags =
-DUSE_DATASECURE

;--- RP2040 -----------------------------------------------
[env:rp2040]
framework = arduino
platform = https://github.com/maxgerhardt/platform-raspberrypi.git#182d833
platform_packages = framework-arduinopico @ https://github.com/earlephilhower/arduino-pico/releases/download/3.6.2/rp2040-3.6.2.zip
board = rpipico
board_build.core = earlephilhower

lib_deps =
knx

lib_ldf_mode = deep+

build_flags =
-DMASK_VERSION=0x07B0
-DKNX_FLASH_SIZE=4096
-D PIO_FRAMEWORK_ARDUINO_ENABLE_RTTI
-Wno-unknown-pragmas
;[env:rp2040]
;framework = arduino
;platform = https://github.com/maxgerhardt/platform-raspberrypi.git#182d833
;platform_packages = framework-arduinopico @ https://github.com/earlephilhower/arduino-pico/releases/download/3.6.2/rp2040-3.6.2.zip
;board = rpipico
;board_build.core = earlephilhower

;lib_deps =
; knx

;lib_ldf_mode = deep+

;build_flags =
; -DMASK_VERSION=0x07B0
; -DKNX_FLASH_SIZE=4096
; -D PIO_FRAMEWORK_ARDUINO_ENABLE_RTTI
; -Wno-unknown-pragmas

0 comments on commit 0cbb7f1

Please sign in to comment.