mirror of
https://github.com/Koenkk/Z-Stack-firmware.git
synced 2025-01-21 05:01:19 +01:00
Z-Stack_3.x.0 coordinator 20220726
This commit is contained in:
parent
e8205a713b
commit
704d0e7372
@ -1,4 +1,4 @@
|
|||||||
# 20220724
|
# 20220726
|
||||||
- Increase request retry attempts
|
- Increase request retry attempts
|
||||||
- Increase routing table sizes
|
- 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))
|
- 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))
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
coordinator/Z-Stack_3.x.0/bin/CC2652RB_coordinator_20220726.zip
Normal file
BIN
coordinator/Z-Stack_3.x.0/bin/CC2652RB_coordinator_20220726.zip
Normal file
Binary file not shown.
Binary file not shown.
BIN
coordinator/Z-Stack_3.x.0/bin/CC2652R_coordinator_20220726.zip
Normal file
BIN
coordinator/Z-Stack_3.x.0/bin/CC2652R_coordinator_20220726.zip
Normal file
Binary file not shown.
@ -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>
|
From: Koen Kanters <koenkanters94@gmail.com>
|
||||||
Date: Sun, 24 Jul 2022 18:20:10 +0200
|
Date: Sun, 24 Jul 2022 18:20:10 +0200
|
||||||
Subject: [PATCH 1/1] Own changes
|
Subject: [PATCH 1/1] Own changes
|
||||||
@ -244,14 +244,14 @@ index 9eb8396..4805fa4 100644
|
|||||||
* @fn MT_UtilAssocFindDevice
|
* @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
|
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
|
--- a/znp_CC1352P_2_LAUNCHXL_tirtos_ticlang/Application/mt/mt_version.c
|
||||||
+++ b/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 @@
|
@@ -69,15 +69,21 @@
|
||||||
#include "zcomdef.h"
|
#include "zcomdef.h"
|
||||||
#include "mt_version.h"
|
#include "mt_version.h"
|
||||||
|
|
||||||
+#define CODE_REVISION_NUMBER 20220724
|
+#define CODE_REVISION_NUMBER 20220726
|
||||||
+
|
+
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* CONSTANTS
|
* CONSTANTS
|
||||||
@ -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
|
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
|
new file mode 100644
|
||||||
index 0000000..1f136b0
|
index 0000000..4161189
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/znp_CC1352P_2_LAUNCHXL_tirtos_ticlang/Stack/Config/preinclude.h
|
+++ b/znp_CC1352P_2_LAUNCHXL_tirtos_ticlang/Stack/Config/preinclude.h
|
||||||
@@ -0,0 +1,82 @@
|
@@ -0,0 +1,82 @@
|
||||||
@ -331,7 +331,7 @@ index 0000000..1f136b0
|
|||||||
+#define CONCENTRATOR_ENABLE TRUE
|
+#define CONCENTRATOR_ENABLE TRUE
|
||||||
+#define CONCENTRATOR_DISCOVERY_TIME 100
|
+#define CONCENTRATOR_DISCOVERY_TIME 100
|
||||||
+#define CONCENTRATOR_ROUTE_CACHE TRUE
|
+#define CONCENTRATOR_ROUTE_CACHE TRUE
|
||||||
+#define MAX_RTG_SRC_ENTRIES 255
|
+#define MAX_RTG_SRC_ENTRIES 500
|
||||||
+#define SRC_RTG_EXPIRY_TIME 2
|
+#define SRC_RTG_EXPIRY_TIME 2
|
||||||
+
|
+
|
||||||
+/**
|
+/**
|
||||||
@ -345,7 +345,7 @@ index 0000000..1f136b0
|
|||||||
+#define NWK_MAX_DEVICE_LIST 50
|
+#define NWK_MAX_DEVICE_LIST 50
|
||||||
+#define ZDSECMGR_TC_DEVICE_MAX 200
|
+#define ZDSECMGR_TC_DEVICE_MAX 200
|
||||||
+#define MAX_NEIGHBOR_ENTRIES 50
|
+#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).
|
+ * Reduce the APS ack wait duration from 6000 ms to 1000 ms (value * 2 = value in ms).
|
||||||
@ -1757,14 +1757,14 @@ index 9eb8396..4805fa4 100644
|
|||||||
* @fn MT_UtilAssocFindDevice
|
* @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
|
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
|
--- a/znp_CC26X2R1_LAUNCHXL_tirtos_ticlang/Application/mt/mt_version.c
|
||||||
+++ b/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 @@
|
@@ -69,15 +69,21 @@
|
||||||
#include "zcomdef.h"
|
#include "zcomdef.h"
|
||||||
#include "mt_version.h"
|
#include "mt_version.h"
|
||||||
|
|
||||||
+#define CODE_REVISION_NUMBER 20220724
|
+#define CODE_REVISION_NUMBER 20220726
|
||||||
+
|
+
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* CONSTANTS
|
* CONSTANTS
|
||||||
@ -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
|
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
|
new file mode 100644
|
||||||
index 0000000..639f8b4
|
index 0000000..20feea5
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/znp_CC26X2R1_LAUNCHXL_tirtos_ticlang/Stack/Config/preinclude.h
|
+++ b/znp_CC26X2R1_LAUNCHXL_tirtos_ticlang/Stack/Config/preinclude.h
|
||||||
@@ -0,0 +1,64 @@
|
@@ -0,0 +1,64 @@
|
||||||
@ -1844,7 +1844,7 @@ index 0000000..639f8b4
|
|||||||
+#define CONCENTRATOR_ENABLE TRUE
|
+#define CONCENTRATOR_ENABLE TRUE
|
||||||
+#define CONCENTRATOR_DISCOVERY_TIME 100
|
+#define CONCENTRATOR_DISCOVERY_TIME 100
|
||||||
+#define CONCENTRATOR_ROUTE_CACHE TRUE
|
+#define CONCENTRATOR_ROUTE_CACHE TRUE
|
||||||
+#define MAX_RTG_SRC_ENTRIES 255
|
+#define MAX_RTG_SRC_ENTRIES 500
|
||||||
+#define SRC_RTG_EXPIRY_TIME 2
|
+#define SRC_RTG_EXPIRY_TIME 2
|
||||||
+
|
+
|
||||||
+/**
|
+/**
|
||||||
@ -1853,7 +1853,7 @@ index 0000000..639f8b4
|
|||||||
+#define NWK_MAX_DEVICE_LIST 50
|
+#define NWK_MAX_DEVICE_LIST 50
|
||||||
+#define ZDSECMGR_TC_DEVICE_MAX 200
|
+#define ZDSECMGR_TC_DEVICE_MAX 200
|
||||||
+#define MAX_NEIGHBOR_ENTRIES 50
|
+#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).
|
+ * Reduce the APS ack wait duration from 6000 ms to 1000 ms (value * 2 = value in ms).
|
||||||
@ -2363,14 +2363,14 @@ index 9eb8396..4805fa4 100644
|
|||||||
* @fn MT_UtilAssocFindDevice
|
* @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
|
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
|
--- a/znp_LP_CC2652RB_tirtos_ticlang/Application/mt/mt_version.c
|
||||||
+++ b/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 @@
|
@@ -69,15 +69,21 @@
|
||||||
#include "zcomdef.h"
|
#include "zcomdef.h"
|
||||||
#include "mt_version.h"
|
#include "mt_version.h"
|
||||||
|
|
||||||
+#define CODE_REVISION_NUMBER 20220724
|
+#define CODE_REVISION_NUMBER 20220726
|
||||||
+
|
+
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* CONSTANTS
|
* CONSTANTS
|
||||||
@ -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
|
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
|
new file mode 100644
|
||||||
index 0000000..639f8b4
|
index 0000000..20feea5
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/znp_LP_CC2652RB_tirtos_ticlang/Stack/Config/preinclude.h
|
+++ b/znp_LP_CC2652RB_tirtos_ticlang/Stack/Config/preinclude.h
|
||||||
@@ -0,0 +1,64 @@
|
@@ -0,0 +1,64 @@
|
||||||
@ -2450,7 +2450,7 @@ index 0000000..639f8b4
|
|||||||
+#define CONCENTRATOR_ENABLE TRUE
|
+#define CONCENTRATOR_ENABLE TRUE
|
||||||
+#define CONCENTRATOR_DISCOVERY_TIME 100
|
+#define CONCENTRATOR_DISCOVERY_TIME 100
|
||||||
+#define CONCENTRATOR_ROUTE_CACHE TRUE
|
+#define CONCENTRATOR_ROUTE_CACHE TRUE
|
||||||
+#define MAX_RTG_SRC_ENTRIES 255
|
+#define MAX_RTG_SRC_ENTRIES 500
|
||||||
+#define SRC_RTG_EXPIRY_TIME 2
|
+#define SRC_RTG_EXPIRY_TIME 2
|
||||||
+
|
+
|
||||||
+/**
|
+/**
|
||||||
@ -2459,7 +2459,7 @@ index 0000000..639f8b4
|
|||||||
+#define NWK_MAX_DEVICE_LIST 50
|
+#define NWK_MAX_DEVICE_LIST 50
|
||||||
+#define ZDSECMGR_TC_DEVICE_MAX 200
|
+#define ZDSECMGR_TC_DEVICE_MAX 200
|
||||||
+#define MAX_NEIGHBOR_ENTRIES 50
|
+#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).
|
+ * Reduce the APS ack wait duration from 6000 ms to 1000 ms (value * 2 = value in ms).
|
||||||
|
Loading…
Reference in New Issue
Block a user