Add 20190619 source routing firmware.

This commit is contained in:
Koen Kanters 2019-06-19 20:09:08 +02:00
parent 0aaefe98fa
commit 516cffa3b4
5 changed files with 8 additions and 5 deletions

View File

@ -1,3 +1,6 @@
# 20190619
- Make source routing firmware identical to 20190315 MAX_STABILITY
# 20190611
- Attempt to improve source routing firmware

View File

@ -65,11 +65,11 @@ index 35aae57..1f8ee82 100644
diff --git a/Components/mt/revision_info.h b/Components/mt/revision_info.h
new file mode 100644
index 0000000..9d8be24
index 0000000..abe513b
--- /dev/null
+++ b/Components/mt/revision_info.h
@@ -0,0 +1 @@
+#define CODE_REVISION_NUMBER 20190611
+#define CODE_REVISION_NUMBER 20190619
diff --git a/Components/stack/af/AF.c b/Components/stack/af/AF.c
index c6183b6..2b885b6 100644
--- a/Components/stack/af/AF.c
@ -147,7 +147,7 @@ index 7c6c77e..8265ff1 100644
znpCfg1 = P2_0;
diff --git a/Projects/zstack/ZNP/CC253x/Source/preinclude.h b/Projects/zstack/ZNP/CC253x/Source/preinclude.h
new file mode 100644
index 0000000..f3353a1
index 0000000..9910539
--- /dev/null
+++ b/Projects/zstack/ZNP/CC253x/Source/preinclude.h
@@ -0,0 +1,117 @@
@ -206,7 +206,7 @@ index 0000000..f3353a1
+ #define CONCENTRATOR_ROUTE_CACHE TRUE
+ #define MAX_RTG_SRC_ENTRIES 40
+ #undef MAX_RTG_ENTRIES
+ #define MAX_RTG_ENTRIES 20
+ #define MAX_RTG_ENTRIES 40
+ #define MAX_NEIGHBOR_ENTRIES 16
+ #define SRC_RTG_EXPIRY_TIME 0
+#else
@ -222,7 +222,7 @@ index 0000000..f3353a1
+ #define CC2531ZNP
+ #if defined SOURCE_ROUTING
+ #define NWK_MAX_DEVICE_LIST 5
+ #define MAXMEMHEAP 3449
+ #define MAXMEMHEAP 3309
+ #else
+ #define NWK_MAX_DEVICE_LIST 20
+ #define MAXMEMHEAP 3285