Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Initial OpenKNX REG2-PiPico and REG2-PiPicoW Support! #16

Open
wants to merge 13 commits into
base: v1
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions platformio.custom.ini
Original file line number Diff line number Diff line change
Expand Up @@ -238,3 +238,18 @@ build_flags =
${RP2040_custom_releases_TP.build_flags}
-D OKNXHW_REG1_BASE_V1

; Release REG2_PiPico
[env:release_OKNXHW_REG2_PiPico]
extends = RP2040_custom_releases_TP, RP2040_2MB
build_flags =
${RP2040_custom_releases_TP.build_flags}
-D OKNXHW_REG2_PIPICO_V1
board = rpipico

; Release REG2_PiPico_W
[env:release_OKNXHW_REG2_PiPico_W]
extends = RP2040_custom_releases_TP, RP2040_2MB
build_flags =
${RP2040_custom_releases_TP.build_flags}
-D OKNXHW_REG2_PIPICO_W_V1
board = rpipicow
Loading