Skip to content

Commit

Permalink
Z-Stack_3.x.0 coordinator 20220726
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jul 26, 2022
1 parent e8205a7 commit 704d0e7
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion coordinator/Z-Stack_3.x.0/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 20220724
# 20220726
- Increase request retry attempts
- Increase routing table sizes
- SimpleLink SDK 6.10.00.29 ([changelog](https://software-dl.ti.com/simplelink/esd/simplelink_cc13xx_cc26xx_sdk/6.10.00.29/exports/changelog.html)) and SimpleLink SDK 6.20.00.29 ([changelog](https://software-dl.ti.com/simplelink/esd/simplelink_cc13xx_cc26xx_sdk/6.20.00.29/exports/changelog.html))
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
32 changes: 16 additions & 16 deletions coordinator/Z-Stack_3.x.0/firmware.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 45ad70171f2815b1204750b8e4cd0dc9d7901bfb Mon Sep 17 00:00:00 2001
From e56100f0dbaf44869ac62f90e6b487edc89c0afe Mon Sep 17 00:00:00 2001
From: Koen Kanters <koenkanters94@gmail.com>
Date: Sun, 24 Jul 2022 18:20:10 +0200
Subject: [PATCH 1/1] Own changes
Expand Down Expand Up @@ -244,14 +244,14 @@ index 9eb8396..4805fa4 100644
* @fn MT_UtilAssocFindDevice
*
diff --git a/znp_CC1352P_2_LAUNCHXL_tirtos_ticlang/Application/mt/mt_version.c b/znp_CC1352P_2_LAUNCHXL_tirtos_ticlang/Application/mt/mt_version.c
index 6a9b760..1975ed5 100644
index 6a9b760..c2eec25 100644
--- a/znp_CC1352P_2_LAUNCHXL_tirtos_ticlang/Application/mt/mt_version.c
+++ b/znp_CC1352P_2_LAUNCHXL_tirtos_ticlang/Application/mt/mt_version.c
@@ -69,15 +69,21 @@
#include "zcomdef.h"
#include "mt_version.h"

+#define CODE_REVISION_NUMBER 20220724
+#define CODE_REVISION_NUMBER 20220726
+
/******************************************************************************
* CONSTANTS
Expand Down Expand Up @@ -288,7 +288,7 @@ index 7ee216e..2032cc0 100644
}
diff --git a/znp_CC1352P_2_LAUNCHXL_tirtos_ticlang/Stack/Config/preinclude.h b/znp_CC1352P_2_LAUNCHXL_tirtos_ticlang/Stack/Config/preinclude.h
new file mode 100644
index 0000000..1f136b0
index 0000000..4161189
--- /dev/null
+++ b/znp_CC1352P_2_LAUNCHXL_tirtos_ticlang/Stack/Config/preinclude.h
@@ -0,0 +1,82 @@
Expand Down Expand Up @@ -331,7 +331,7 @@ index 0000000..1f136b0
+#define CONCENTRATOR_ENABLE TRUE
+#define CONCENTRATOR_DISCOVERY_TIME 100
+#define CONCENTRATOR_ROUTE_CACHE TRUE
+#define MAX_RTG_SRC_ENTRIES 255
+#define MAX_RTG_SRC_ENTRIES 500
+#define SRC_RTG_EXPIRY_TIME 2
+
+/**
Expand All @@ -345,7 +345,7 @@ index 0000000..1f136b0
+#define NWK_MAX_DEVICE_LIST 50
+#define ZDSECMGR_TC_DEVICE_MAX 200
+#define MAX_NEIGHBOR_ENTRIES 50
+#define MAX_RTG_ENTRIES 255
+#define MAX_RTG_ENTRIES 250
+
+/**
+ * Reduce the APS ack wait duration from 6000 ms to 1000 ms (value * 2 = value in ms).
Expand Down Expand Up @@ -1757,14 +1757,14 @@ index 9eb8396..4805fa4 100644
* @fn MT_UtilAssocFindDevice
*
diff --git a/znp_CC26X2R1_LAUNCHXL_tirtos_ticlang/Application/mt/mt_version.c b/znp_CC26X2R1_LAUNCHXL_tirtos_ticlang/Application/mt/mt_version.c
index 6a9b760..1975ed5 100644
index 6a9b760..c2eec25 100644
--- a/znp_CC26X2R1_LAUNCHXL_tirtos_ticlang/Application/mt/mt_version.c
+++ b/znp_CC26X2R1_LAUNCHXL_tirtos_ticlang/Application/mt/mt_version.c
@@ -69,15 +69,21 @@
#include "zcomdef.h"
#include "mt_version.h"

+#define CODE_REVISION_NUMBER 20220724
+#define CODE_REVISION_NUMBER 20220726
+
/******************************************************************************
* CONSTANTS
Expand Down Expand Up @@ -1801,7 +1801,7 @@ index 7ee216e..1f884ca 100644

diff --git a/znp_CC26X2R1_LAUNCHXL_tirtos_ticlang/Stack/Config/preinclude.h b/znp_CC26X2R1_LAUNCHXL_tirtos_ticlang/Stack/Config/preinclude.h
new file mode 100644
index 0000000..639f8b4
index 0000000..20feea5
--- /dev/null
+++ b/znp_CC26X2R1_LAUNCHXL_tirtos_ticlang/Stack/Config/preinclude.h
@@ -0,0 +1,64 @@
Expand Down Expand Up @@ -1844,7 +1844,7 @@ index 0000000..639f8b4
+#define CONCENTRATOR_ENABLE TRUE
+#define CONCENTRATOR_DISCOVERY_TIME 100
+#define CONCENTRATOR_ROUTE_CACHE TRUE
+#define MAX_RTG_SRC_ENTRIES 255
+#define MAX_RTG_SRC_ENTRIES 500
+#define SRC_RTG_EXPIRY_TIME 2
+
+/**
Expand All @@ -1853,7 +1853,7 @@ index 0000000..639f8b4
+#define NWK_MAX_DEVICE_LIST 50
+#define ZDSECMGR_TC_DEVICE_MAX 200
+#define MAX_NEIGHBOR_ENTRIES 50
+#define MAX_RTG_ENTRIES 255
+#define MAX_RTG_ENTRIES 250
+
+/**
+ * Reduce the APS ack wait duration from 6000 ms to 1000 ms (value * 2 = value in ms).
Expand Down Expand Up @@ -2363,14 +2363,14 @@ index 9eb8396..4805fa4 100644
* @fn MT_UtilAssocFindDevice
*
diff --git a/znp_LP_CC2652RB_tirtos_ticlang/Application/mt/mt_version.c b/znp_LP_CC2652RB_tirtos_ticlang/Application/mt/mt_version.c
index 6a9b760..1975ed5 100644
index 6a9b760..c2eec25 100644
--- a/znp_LP_CC2652RB_tirtos_ticlang/Application/mt/mt_version.c
+++ b/znp_LP_CC2652RB_tirtos_ticlang/Application/mt/mt_version.c
@@ -69,15 +69,21 @@
#include "zcomdef.h"
#include "mt_version.h"

+#define CODE_REVISION_NUMBER 20220724
+#define CODE_REVISION_NUMBER 20220726
+
/******************************************************************************
* CONSTANTS
Expand Down Expand Up @@ -2407,7 +2407,7 @@ index 7ee216e..1f884ca 100644

diff --git a/znp_LP_CC2652RB_tirtos_ticlang/Stack/Config/preinclude.h b/znp_LP_CC2652RB_tirtos_ticlang/Stack/Config/preinclude.h
new file mode 100644
index 0000000..639f8b4
index 0000000..20feea5
--- /dev/null
+++ b/znp_LP_CC2652RB_tirtos_ticlang/Stack/Config/preinclude.h
@@ -0,0 +1,64 @@
Expand Down Expand Up @@ -2450,7 +2450,7 @@ index 0000000..639f8b4
+#define CONCENTRATOR_ENABLE TRUE
+#define CONCENTRATOR_DISCOVERY_TIME 100
+#define CONCENTRATOR_ROUTE_CACHE TRUE
+#define MAX_RTG_SRC_ENTRIES 255
+#define MAX_RTG_SRC_ENTRIES 500
+#define SRC_RTG_EXPIRY_TIME 2
+
+/**
Expand All @@ -2459,7 +2459,7 @@ index 0000000..639f8b4
+#define NWK_MAX_DEVICE_LIST 50
+#define ZDSECMGR_TC_DEVICE_MAX 200
+#define MAX_NEIGHBOR_ENTRIES 50
+#define MAX_RTG_ENTRIES 255
+#define MAX_RTG_ENTRIES 250
+
+/**
+ * Reduce the APS ack wait duration from 6000 ms to 1000 ms (value * 2 = value in ms).
Expand Down

0 comments on commit 704d0e7

Please sign in to comment.