-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Waldemar Porscha
committed
Jul 9, 2024
1 parent
b248288
commit 0f27451
Showing
12 changed files
with
41 additions
and
38 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#pragma once | ||
|
||
#define MAIN_Version "2481e93" | ||
#define KNX_Version "acf4a0b" | ||
#define MODULE_LogicModule_Version "3.2.0+ef7a8e2" | ||
#define MODULE_LogicModule_ETS 50 | ||
#define MODULE_Common_Version "1.1.1+220d667" | ||
#define MODULE_Common_ETS 17 | ||
#define MAIN_Version "b248288" | ||
#define KNX_Version "e69f636" | ||
#define MODULE_LogicModule_Version "3.3.0+0834fc0" | ||
#define MODULE_LogicModule_ETS 51 | ||
#define MODULE_Common_Version "1.2.0+73e09e3" | ||
#define MODULE_Common_ETS 18 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,10 +36,6 @@ build_flags = | |
-D USE_KNX_DMA_IRQ=0 | ||
; -D SERIAL_HF=Serial2 | ||
-Wunused-variable | ||
; ${RP2040_FIX_INCLUDES.build_flags} | ||
; -iC:/Users/[email protected]/.platformio/packages/framework-arduinopico | ||
; "@C:/Users/[email protected]/.platformio/packages/framework-arduinopico/lib/platform_inc.txt" | ||
;-D NCN5120 | ||
|
||
; this config block is for specifing options that are valid for all RP2040-based develop/debug builds | ||
[RP2040_custom_develop] | ||
|
@@ -227,6 +223,12 @@ build_flags = | |
${RP2040_custom_releases_TP_16MB.build_flags} | ||
-D OKNXHW_REG1_CONTROLLER2040 | ||
|
||
[env:release_OpenKNX_REG1_BASE_V1] | ||
extends = RP2040_custom_releases_TP_16MB | ||
build_flags = | ||
${RP2040_custom_releases_TP_16MB.build_flags} | ||
-D OKNXHW_REG1_BASE_V1 | ||
|
||
[env:release_RP2040_devel] | ||
extends = RP2040_custom_releases_TP_2MB | ||
build_flags = | ||
|
@@ -245,6 +247,12 @@ build_flags = | |
${RP2040_custom_releases_TP_16MB.build_flags} | ||
-D BOARD_MASIFI_HFPM_V20 | ||
|
||
[env:release_Fingerprint_v13_RP2040] | ||
extends = RP2040_custom_develop, RP2040_16MB | ||
build_flags = | ||
${RP2040_custom_releases.build_flags} | ||
-D BOARD_ABTOOLS_FINGERPRINT_V13 | ||
|
||
[env:release_REG1_BASE_IP] | ||
extends = RP2040_UPLOAD_USB, RP2040_custom_releases_IP, RP2040_EXCHANGE_16MB | ||
build_flags = | ||
|
@@ -254,9 +262,4 @@ build_flags = | |
; -D KNX_IP_GENERIC | ||
-D KNX_IP_W5500 | ||
|
||
[env:release_OpenKNX_REG1_BASE_V1] | ||
extends = RP2040_custom_releases_TP_16MB | ||
build_flags = | ||
${RP2040_custom_releases_TP_16MB.build_flags} | ||
-D OKNXHW_REG1_BASE_V1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters