-
Notifications
You must be signed in to change notification settings - Fork 653
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Since we are now tracking the config file in git, we no longer have to post-patch the workspace. This has multiple advantages. We no longer have to build all targets, patch all targets and can actually track changes in code. Signed-off-by: Olliver Schinagl <[email protected]>
- Loading branch information
Showing
7 changed files
with
38 additions
and
177 deletions.
There are no files selected for viewing
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,16 +1,11 @@ | ||
From 995449cb349571fe7081821225f10ea869c9bfd5 Mon Sep 17 00:00:00 2001 | ||
From: Koen Kanters <[email protected]> | ||
Date: Sun, 7 May 2023 20:55:19 +0200 | ||
Subject: [PATCH 1/1] Own changes | ||
Subject: [PATCH 1/1] Version patch | ||
|
||
--- | ||
source/ti/zstack/mt/mt_version.c | 10 +- | ||
.../znp.syscfg | 6 +- | ||
.../znp.syscfg | 6 +- | ||
.../znp.syscfg | 6 +- | ||
.../znp.syscfg | 6 +- | ||
.../znp.syscfg | 6 +- | ||
6 files changed, 33 insertions(+), 11 deletions(-) | ||
1 files changed, 9 insertions(+), 1 deletions(-) | ||
|
||
diff --git a/source/ti/zstack/mt/mt_version.c b/source/ti/zstack/mt/mt_version.c | ||
index 6a9b760d..0fa8f7c0 100644 | ||
|
@@ -41,161 +36,6 @@ index 6a9b760d..0fa8f7c0 100644 | |
}; | ||
|
||
/****************************************************************************** | ||
diff --git a/workspace/znp_CC1352P_2_LAUNCHXL_tirtos7_ticlang/znp.syscfg b/workspace/znp_CC1352P_2_LAUNCHXL_tirtos7_ticlang/znp.syscfg | ||
index 2725d0f8..af3fc593 100644 | ||
--- a/workspace/znp_CC1352P_2_LAUNCHXL_tirtos7_ticlang/znp.syscfg | ||
+++ b/workspace/znp_CC1352P_2_LAUNCHXL_tirtos7_ticlang/znp.syscfg | ||
@@ -65,6 +69,7 @@ CCFG.enableBootloaderBackdoor = true; | ||
CCFG.dioBootloaderBackdoor = 15; | ||
CCFG.levelBootloaderBackdoor = "Active low"; | ||
CCFG.forceVddr = true; | ||
+CCFG.enableDCDC = false; | ||
CCFG.ccfgTemplate.$name = "ti_devices_CCFG_CCFGCC26XXTemplate0"; | ||
|
||
rfdesign.rfDesign = "LAUNCHXL-CC1352P-2"; | ||
@@ -87,8 +92,8 @@ ECDSA1.$name = "CONFIG_ECDSA_0"; | ||
|
||
NVS1.$name = "CONFIG_NVSINTERNAL"; | ||
NVS1.internalFlash.$name = "ti_drivers_nvs_NVSCC26XX0"; | ||
-NVS1.internalFlash.regionSize = 0x4000; | ||
-NVS1.internalFlash.regionBase = 0x52000; | ||
+NVS1.internalFlash.regionSize = 0x6000; | ||
+NVS1.internalFlash.regionBase = 0x50000; | ||
|
||
NVS2.$name = "CONFIG_NVSEXTERNAL"; | ||
NVS2.nvsType = "External"; | ||
@@ -179,6 +184,7 @@ zstack.deviceTypeReadOnly = true; | ||
zstack.touchlink.$name = "ti_zstack_touchlink_zstack_touchlink0"; | ||
zstack.pm.$name = "ti_zstack_pm_zstack_pm0"; | ||
zstack.rf.$name = "ti_zstack_rf_zstack_rf0"; | ||
+zstack.rf.txPower = "9"; | ||
zstack.rf.radioConfig.$name = "ti_devices_radioconfig_settings_ieee_15_40"; | ||
zstack.rf.radioConfig.codeExportConfig.$name = "ti_devices_radioconfig_code_export_param0"; | ||
zstack.rf.coexSettings.$name = "ti_zstack_rf_zstack_coex_mod0"; | ||
diff --git a/workspace/znp_CC26X2R1_LAUNCHXL_tirtos7_ticlang/znp.syscfg b/workspace/znp_CC26X2R1_LAUNCHXL_tirtos7_ticlang/znp.syscfg | ||
index 77fed0fd..1d1f2ebb 100644 | ||
--- a/workspace/znp_CC26X2R1_LAUNCHXL_tirtos7_ticlang/znp.syscfg | ||
+++ b/workspace/znp_CC26X2R1_LAUNCHXL_tirtos7_ticlang/znp.syscfg | ||
@@ -62,6 +62,7 @@ CCFG.enableBootloader = true; | ||
CCFG.enableBootloaderBackdoor = true; | ||
CCFG.dioBootloaderBackdoor = 13; | ||
CCFG.levelBootloaderBackdoor = "Active low"; | ||
+CCFG.enableDCDC = false; | ||
CCFG.ccfgTemplate.$name = "ti_devices_CCFG_CCFGCC26XXTemplate0"; | ||
|
||
Display1.$hardware = system.deviceData.board.components.XDS110UART; | ||
@@ -82,8 +83,8 @@ ECDSA1.$name = "CONFIG_ECDSA_0"; | ||
|
||
NVS1.$name = "CONFIG_NVSINTERNAL"; | ||
NVS1.internalFlash.$name = "ti_drivers_nvs_NVSCC26XX0"; | ||
-NVS1.internalFlash.regionSize = 0x4000; | ||
-NVS1.internalFlash.regionBase = 0x52000; | ||
+NVS1.internalFlash.regionBase = 0x50000; | ||
+NVS1.internalFlash.regionSize = 0x6000; | ||
|
||
NVS2.$name = "CONFIG_NVSEXTERNAL"; | ||
NVS2.nvsType = "External"; | ||
@@ -172,6 +173,7 @@ zstack.deviceTypeReadOnly = true; | ||
zstack.touchlink.$name = "ti_zstack_touchlink_zstack_touchlink0"; | ||
zstack.pm.$name = "ti_zstack_pm_zstack_pm0"; | ||
zstack.rf.$name = "ti_zstack_rf_zstack_rf0"; | ||
+zstack.rf.txPower = "5"; | ||
zstack.rf.radioConfig.$name = "ti_devices_radioconfig_settings_ieee_15_40"; | ||
zstack.rf.radioConfig.codeExportConfig.$name = "ti_devices_radioconfig_code_export_param0"; | ||
zstack.rf.coexSettings.$name = "ti_zstack_rf_zstack_coex_mod0"; | ||
diff --git a/workspace/znp_LP_CC1352P7_4_tirtos7_ticlang/znp.syscfg b/workspace/znp_LP_CC1352P7_4_tirtos7_ticlang/znp.syscfg | ||
index 6bdc13f9..dd2a4bcc 100644 | ||
--- a/workspace/znp_LP_CC1352P7_4_tirtos7_ticlang/znp.syscfg | ||
+++ b/workspace/znp_LP_CC1352P7_4_tirtos7_ticlang/znp.syscfg | ||
@@ -64,6 +64,7 @@ CCFG.enableBootloader = true; | ||
CCFG.enableBootloaderBackdoor = true; | ||
CCFG.dioBootloaderBackdoor = 15; | ||
CCFG.levelBootloaderBackdoor = "Active low"; | ||
+CCFG.enableDCDC = false; | ||
CCFG.ccfgTemplate.$name = "ti_devices_CCFG_CCFGCC26XXTemplate0"; | ||
|
||
rfdesign.rfDesign = "LP_CC1352P7-4"; | ||
@@ -86,8 +87,8 @@ ECDSA1.$name = "CONFIG_ECDSA_0"; | ||
|
||
NVS1.$name = "CONFIG_NVSINTERNAL"; | ||
NVS1.internalFlash.$name = "ti_drivers_nvs_NVSCC26XX0"; | ||
-NVS1.internalFlash.regionSize = 0x4000; | ||
-NVS1.internalFlash.regionBase = 0xAA000; | ||
+NVS1.internalFlash.regionSize = 0x8000; | ||
+NVS1.internalFlash.regionBase = 0xA6000; | ||
|
||
NVS2.$name = "CONFIG_NVSEXTERNAL"; | ||
NVS2.nvsType = "External"; | ||
@@ -178,6 +179,7 @@ zstack.deviceTypeReadOnly = true; | ||
zstack.touchlink.$name = "ti_zstack_touchlink_zstack_touchlink0"; | ||
zstack.pm.$name = "ti_zstack_pm_zstack_pm0"; | ||
zstack.rf.$name = "ti_zstack_rf_zstack_rf0"; | ||
+zstack.rf.txPower = "5"; | ||
zstack.rf.radioConfig.$name = "ti_devices_radioconfig_settings_ieee_15_40"; | ||
zstack.rf.radioConfig.codeExportConfig.$name = "ti_devices_radioconfig_code_export_param0"; | ||
zstack.rf.coexSettings.$name = "ti_zstack_rf_zstack_coex_mod0"; | ||
diff --git a/workspace/znp_LP_CC2652R7_tirtos7_ticlang/znp.syscfg b/workspace/znp_LP_CC2652R7_tirtos7_ticlang/znp.syscfg | ||
index 3f127f08..6cf7f943 100644 | ||
--- a/workspace/znp_LP_CC2652R7_tirtos7_ticlang/znp.syscfg | ||
+++ b/workspace/znp_LP_CC2652R7_tirtos7_ticlang/znp.syscfg | ||
@@ -62,6 +62,7 @@ CCFG.enableBootloader = true; | ||
CCFG.enableBootloaderBackdoor = true; | ||
CCFG.dioBootloaderBackdoor = 13; | ||
CCFG.levelBootloaderBackdoor = "Active low"; | ||
+CCFG.enableDCDC = false; | ||
CCFG.ccfgTemplate.$name = "ti_devices_CCFG_CCFGCC26XXTemplate0"; | ||
|
||
Display1.$hardware = system.deviceData.board.components.XDS110UART; | ||
@@ -82,8 +83,8 @@ ECDSA1.$name = "CONFIG_ECDSA_0"; | ||
|
||
NVS1.$name = "CONFIG_NVSINTERNAL"; | ||
NVS1.internalFlash.$name = "ti_drivers_nvs_NVSCC26XX0"; | ||
-NVS1.internalFlash.regionSize = 0x4000; | ||
-NVS1.internalFlash.regionBase = 0xAA000; | ||
+NVS1.internalFlash.regionSize = 0x8000; | ||
+NVS1.internalFlash.regionBase = 0xA6000; | ||
|
||
NVS2.$name = "CONFIG_NVSEXTERNAL"; | ||
NVS2.nvsType = "External"; | ||
@@ -172,6 +173,7 @@ zstack.deviceTypeReadOnly = true; | ||
zstack.touchlink.$name = "ti_zstack_touchlink_zstack_touchlink0"; | ||
zstack.pm.$name = "ti_zstack_pm_zstack_pm0"; | ||
zstack.rf.$name = "ti_zstack_rf_zstack_rf0"; | ||
+zstack.rf.txPower = "5"; | ||
zstack.rf.radioConfig.$name = "ti_devices_radioconfig_settings_ieee_15_40"; | ||
zstack.rf.radioConfig.codeExportConfig.$name = "ti_devices_radioconfig_code_export_param0"; | ||
zstack.rf.coexSettings.$name = "ti_zstack_rf_zstack_coex_mod0"; | ||
diff --git a/workspace/znp_LP_CC2652RB_tirtos7_ticlang/znp.syscfg b/workspace/znp_LP_CC2652RB_tirtos7_ticlang/znp.syscfg | ||
index 210efb92..5666eb13 100644 | ||
--- a/workspace/znp_LP_CC2652RB_tirtos7_ticlang/znp.syscfg | ||
+++ b/workspace/znp_LP_CC2652RB_tirtos7_ticlang/znp.syscfg | ||
@@ -63,6 +63,7 @@ CCFG.enableBootloaderBackdoor = true; | ||
CCFG.dioBootloaderBackdoor = 13; | ||
CCFG.levelBootloaderBackdoor = "Active low"; | ||
CCFG.srcClkLF = "Derived from HF XOSC"; | ||
+CCFG.enableDCDC = false; | ||
CCFG.ccfgTemplate.$name = "ti_devices_CCFG_CCFGCC26XXTemplate0"; | ||
|
||
Display1.$hardware = system.deviceData.board.components.XDS110UART; | ||
@@ -83,8 +84,8 @@ ECDSA1.$name = "CONFIG_ECDSA_0"; | ||
|
||
NVS1.$name = "CONFIG_NVSINTERNAL"; | ||
NVS1.internalFlash.$name = "ti_drivers_nvs_NVSCC26XX0"; | ||
-NVS1.internalFlash.regionSize = 0x4000; | ||
-NVS1.internalFlash.regionBase = 0x52000; | ||
+NVS1.internalFlash.regionBase = 0x50000; | ||
+NVS1.internalFlash.regionSize = 0x6000; | ||
|
||
NVS2.$name = "CONFIG_NVSEXTERNAL"; | ||
NVS2.nvsType = "External"; | ||
@@ -173,6 +174,7 @@ zstack.deviceTypeReadOnly = true; | ||
zstack.touchlink.$name = "ti_zstack_touchlink_zstack_touchlink0"; | ||
zstack.pm.$name = "ti_zstack_pm_zstack_pm0"; | ||
zstack.rf.$name = "ti_zstack_rf_zstack_rf0"; | ||
+zstack.rf.txPower = "5"; | ||
zstack.rf.radioConfig.$name = "ti_devices_radioconfig_settings_ieee_15_40"; | ||
zstack.rf.radioConfig.codeExportConfig.$name = "ti_devices_radioconfig_code_export_param0"; | ||
zstack.rf.coexSettings.$name = "ti_zstack_rf_zstack_coex_mod0"; | ||
-- | ||
2.38.1 | ||
|
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
Oops, something went wrong.