This commit is contained in:
Koen Kanters 2019-04-19 21:19:39 +02:00
parent b6159f8e02
commit 74ef202ca4
4 changed files with 8 additions and 8 deletions

View File

@ -3,9 +3,9 @@ This directory contains the CC2652R Z-Stack 3.10.00.53 coordinator firmware.
## Description
- Zigbee 3.0
- Allow for 50 **directly** connected devices
- Allows for max 200 Zigbee 3.0 devices
- MTO concentrator (stores up-to 200 routes to devices)
- Allow for 30 **directly** connected devices
- Allows for max 40 Zigbee 3.0 devices
- MTO concentrator (stores up-to 100 routes to devices)
- To be used with Zigbee2mqtt
## Compiling the firmware

Binary file not shown.

View File

@ -29,7 +29,7 @@ index 305dfc7..51d8890 100644
1, /* Software maintenance release number */
diff --git a/Application/mt/revision_info.h b/Application/mt/revision_info.h
new file mode 100644
index 0000000..98752c1
index 0000000..5cfa29e
--- /dev/null
+++ b/Application/mt/revision_info.h
@@ -0,0 +1,13 @@
@ -43,12 +43,12 @@ index 0000000..98752c1
+#ifndef APPLICATION_MT_REVISION_INFO_H_
+#define APPLICATION_MT_REVISION_INFO_H_
+
+#define CODE_REVISION_NUMBER 20190418
+#define CODE_REVISION_NUMBER 20190419
+
+#endif /* APPLICATION_MT_REVISION_INFO_H_ */
diff --git a/Stack/Config/preinclude.h b/Stack/Config/preinclude.h
new file mode 100644
index 0000000..231eb79
index 0000000..c976357
--- /dev/null
+++ b/Stack/Config/preinclude.h
@@ -0,0 +1,38 @@
@ -58,13 +58,13 @@ index 0000000..231eb79
+#define CONCENTRATOR_ENABLE TRUE
+#define CONCENTRATOR_DISCOVERY_TIME 60
+#define CONCENTRATOR_ROUTE_CACHE TRUE
+#define MAX_RTG_SRC_ENTRIES 200
+#define MAX_RTG_SRC_ENTRIES 100
+#define SRC_RTG_EXPIRY_TIME 255
+
+/**
+ * Scale device tables
+ */
+#define NWK_MAX_DEVICE_LIST 50
+#define NWK_MAX_DEVICE_LIST 30
+#define MAX_NEIGHBOR_ENTRIES 20
+#define MAX_RTG_ENTRIES 100
+