Skip to content

Commit

Permalink
Merge v1dev into rp2040_ip_routing_search_extended
Browse files Browse the repository at this point in the history
  • Loading branch information
Ing-Dom committed Apr 23, 2024
2 parents f96bef5 + 7cbc0d8 commit 5bce42a
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
17 changes: 17 additions & 0 deletions examples/knx-demo/platformio-ci.ini
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,20 @@ build_flags =
-DMASK_VERSION=0x07B0
-Wno-unknown-pragmas
-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

build_flags =
-DMASK_VERSION=0x07B0
-DKNX_FLASH_SIZE=4096
-D PIO_FRAMEWORK_ARDUINO_ENABLE_RTTI
-Wno-unknown-pragmas
23 changes: 23 additions & 0 deletions examples/knx-demo/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,26 @@ build_flags =
-Wno-unknown-pragmas

extra_scripts = ../scripts/stm32rdu.py


;--- 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
; We consider that the this projects is opened within its project directory
; while working with VS Code.


lib_deps =
knx=file://../../../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 5bce42a

Please sign in to comment.