mirror of
https://github.com/Koenkk/Z-Stack-firmware.git
synced 2024-12-29 02:47:33 +01:00
Router firmwares: use date versioning
This commit is contained in:
parent
764ad5d14a
commit
231533f9ef
@ -1,2 +1,2 @@
|
||||
# 1.0.0 (26-01-2021)
|
||||
# 20210128
|
||||
- Initial router firmwares
|
Binary file not shown.
BIN
router/Z-Stack_3.x.0/bin/CC1352P2_CC2652P_launchpad_20210128.zip
Normal file
BIN
router/Z-Stack_3.x.0/bin/CC1352P2_CC2652P_launchpad_20210128.zip
Normal file
Binary file not shown.
Binary file not shown.
BIN
router/Z-Stack_3.x.0/bin/CC1352P2_CC2652P_other_20210128.zip
Normal file
BIN
router/Z-Stack_3.x.0/bin/CC1352P2_CC2652P_other_20210128.zip
Normal file
Binary file not shown.
Binary file not shown.
BIN
router/Z-Stack_3.x.0/bin/CC2652RB_20210128.zip
Normal file
BIN
router/Z-Stack_3.x.0/bin/CC2652RB_20210128.zip
Normal file
Binary file not shown.
Binary file not shown.
BIN
router/Z-Stack_3.x.0/bin/CC2652R_20210128.zip
Normal file
BIN
router/Z-Stack_3.x.0/bin/CC2652R_20210128.zip
Normal file
Binary file not shown.
@ -1,4 +1,4 @@
|
||||
From 885f4d37843651055927389b256210ee1097e665 Mon Sep 17 00:00:00 2001
|
||||
From 0c5f65ee658c64f991b7cb22551df907984d2f71 Mon Sep 17 00:00:00 2001
|
||||
From: Koen Kanters <koenkanters94@gmail.com>
|
||||
Date: Mon, 25 Jan 2021 15:48:06 +0100
|
||||
Subject: [PATCH 1/1] Own changes
|
||||
@ -97,7 +97,7 @@ index f33fc07..5aad76f 100644
|
||||
|
||||
|
||||
diff --git a/zr_genericapp_CC1352P_2_LAUNCHXL_tirtos_ccs/Application/zcl_genericapp_data.c b/zr_genericapp_CC1352P_2_LAUNCHXL_tirtos_ccs/Application/zcl_genericapp_data.c
|
||||
index c0e473d..54d63c3 100644
|
||||
index c0e473d..a09a0df 100644
|
||||
--- a/zr_genericapp_CC1352P_2_LAUNCHXL_tirtos_ccs/Application/zcl_genericapp_data.c
|
||||
+++ b/zr_genericapp_CC1352P_2_LAUNCHXL_tirtos_ccs/Application/zcl_genericapp_data.c
|
||||
@@ -96,6 +96,8 @@ const uint16_t zclGenericApp_identify_clusterRevision = 0x0001;
|
||||
@ -105,7 +105,7 @@ index c0e473d..54d63c3 100644
|
||||
const uint8_t zclGenericApp_ZCLVersion = GENERICAPP_ZCLVERSION;
|
||||
const uint8_t zclGenericApp_ManufacturerName[] = { 16, 'T','e','x','a','s','I','n','s','t','r','u','m','e','n','t','s' };
|
||||
+const uint8_t zclGenericApp_ModelID[] = { 9, 't','i','.','r','o','u','t','e','r' };
|
||||
+const uint8_t zclGenericApp_SwBuildID[] = { 5, '1','.','0','.','0' };
|
||||
+const uint8_t zclGenericApp_SwBuildID[] = { 8, '2','0','2','1','0','1','2','8' };
|
||||
const uint8_t zclGenericApp_PowerSource = POWER_SOURCE_MAINS_1_PHASE;
|
||||
uint8_t zclGenericApp_PhysicalEnvironment = PHY_UNSPECIFIED_ENV;
|
||||
|
||||
@ -2401,7 +2401,7 @@ index f33fc07..5aad76f 100644
|
||||
|
||||
|
||||
diff --git a/zr_genericapp_CC2652RB_LAUNCHXL_tirtos_ccs/Application/zcl_genericapp_data.c b/zr_genericapp_CC2652RB_LAUNCHXL_tirtos_ccs/Application/zcl_genericapp_data.c
|
||||
index c0e473d..54d63c3 100644
|
||||
index c0e473d..a09a0df 100644
|
||||
--- a/zr_genericapp_CC2652RB_LAUNCHXL_tirtos_ccs/Application/zcl_genericapp_data.c
|
||||
+++ b/zr_genericapp_CC2652RB_LAUNCHXL_tirtos_ccs/Application/zcl_genericapp_data.c
|
||||
@@ -96,6 +96,8 @@ const uint16_t zclGenericApp_identify_clusterRevision = 0x0001;
|
||||
@ -2409,7 +2409,7 @@ index c0e473d..54d63c3 100644
|
||||
const uint8_t zclGenericApp_ZCLVersion = GENERICAPP_ZCLVERSION;
|
||||
const uint8_t zclGenericApp_ManufacturerName[] = { 16, 'T','e','x','a','s','I','n','s','t','r','u','m','e','n','t','s' };
|
||||
+const uint8_t zclGenericApp_ModelID[] = { 9, 't','i','.','r','o','u','t','e','r' };
|
||||
+const uint8_t zclGenericApp_SwBuildID[] = { 5, '1','.','0','.','0' };
|
||||
+const uint8_t zclGenericApp_SwBuildID[] = { 8, '2','0','2','1','0','1','2','8' };
|
||||
const uint8_t zclGenericApp_PowerSource = POWER_SOURCE_MAINS_1_PHASE;
|
||||
uint8_t zclGenericApp_PhysicalEnvironment = PHY_UNSPECIFIED_ENV;
|
||||
|
||||
@ -2547,7 +2547,7 @@ index f33fc07..5aad76f 100644
|
||||
|
||||
|
||||
diff --git a/zr_genericapp_CC26X2R1_LAUNCHXL_tirtos_ccs/Application/zcl_genericapp_data.c b/zr_genericapp_CC26X2R1_LAUNCHXL_tirtos_ccs/Application/zcl_genericapp_data.c
|
||||
index c0e473d..54d63c3 100644
|
||||
index c0e473d..a09a0df 100644
|
||||
--- a/zr_genericapp_CC26X2R1_LAUNCHXL_tirtos_ccs/Application/zcl_genericapp_data.c
|
||||
+++ b/zr_genericapp_CC26X2R1_LAUNCHXL_tirtos_ccs/Application/zcl_genericapp_data.c
|
||||
@@ -96,6 +96,8 @@ const uint16_t zclGenericApp_identify_clusterRevision = 0x0001;
|
||||
@ -2555,7 +2555,7 @@ index c0e473d..54d63c3 100644
|
||||
const uint8_t zclGenericApp_ZCLVersion = GENERICAPP_ZCLVERSION;
|
||||
const uint8_t zclGenericApp_ManufacturerName[] = { 16, 'T','e','x','a','s','I','n','s','t','r','u','m','e','n','t','s' };
|
||||
+const uint8_t zclGenericApp_ModelID[] = { 9, 't','i','.','r','o','u','t','e','r' };
|
||||
+const uint8_t zclGenericApp_SwBuildID[] = { 5, '1','.','0','.','0' };
|
||||
+const uint8_t zclGenericApp_SwBuildID[] = { 8, '2','0','2','1','0','1','2','8' };
|
||||
const uint8_t zclGenericApp_PowerSource = POWER_SOURCE_MAINS_1_PHASE;
|
||||
uint8_t zclGenericApp_PhysicalEnvironment = PHY_UNSPECIFIED_ENV;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user