diff --git a/router/Z-Stack_3.x.0/CHANGELOG.md b/router/Z-Stack_3.x.0/CHANGELOG.md index 2893f92..96d5ca1 100644 --- a/router/Z-Stack_3.x.0/CHANGELOG.md +++ b/router/Z-Stack_3.x.0/CHANGELOG.md @@ -1,2 +1,2 @@ -# 1.0.0 (26-01-2021) +# 20210128 - Initial router firmwares \ No newline at end of file diff --git a/router/Z-Stack_3.x.0/bin/CC1352P2_CC2652P_launchpad_1.0.0.zip b/router/Z-Stack_3.x.0/bin/CC1352P2_CC2652P_launchpad_1.0.0.zip deleted file mode 100644 index 407a6c4..0000000 Binary files a/router/Z-Stack_3.x.0/bin/CC1352P2_CC2652P_launchpad_1.0.0.zip and /dev/null differ diff --git a/router/Z-Stack_3.x.0/bin/CC1352P2_CC2652P_launchpad_20210128.zip b/router/Z-Stack_3.x.0/bin/CC1352P2_CC2652P_launchpad_20210128.zip new file mode 100644 index 0000000..43c66d5 Binary files /dev/null and b/router/Z-Stack_3.x.0/bin/CC1352P2_CC2652P_launchpad_20210128.zip differ diff --git a/router/Z-Stack_3.x.0/bin/CC1352P2_CC2652P_other_1.0.0.zip b/router/Z-Stack_3.x.0/bin/CC1352P2_CC2652P_other_1.0.0.zip deleted file mode 100644 index bc33ef8..0000000 Binary files a/router/Z-Stack_3.x.0/bin/CC1352P2_CC2652P_other_1.0.0.zip and /dev/null differ diff --git a/router/Z-Stack_3.x.0/bin/CC1352P2_CC2652P_other_20210128.zip b/router/Z-Stack_3.x.0/bin/CC1352P2_CC2652P_other_20210128.zip new file mode 100644 index 0000000..7add157 Binary files /dev/null and b/router/Z-Stack_3.x.0/bin/CC1352P2_CC2652P_other_20210128.zip differ diff --git a/router/Z-Stack_3.x.0/bin/CC2652RB_1.0.0.zip b/router/Z-Stack_3.x.0/bin/CC2652RB_1.0.0.zip deleted file mode 100644 index 48525f8..0000000 Binary files a/router/Z-Stack_3.x.0/bin/CC2652RB_1.0.0.zip and /dev/null differ diff --git a/router/Z-Stack_3.x.0/bin/CC2652RB_20210128.zip b/router/Z-Stack_3.x.0/bin/CC2652RB_20210128.zip new file mode 100644 index 0000000..7657c45 Binary files /dev/null and b/router/Z-Stack_3.x.0/bin/CC2652RB_20210128.zip differ diff --git a/router/Z-Stack_3.x.0/bin/CC2652R_1.0.0.zip b/router/Z-Stack_3.x.0/bin/CC2652R_1.0.0.zip deleted file mode 100644 index 1fba866..0000000 Binary files a/router/Z-Stack_3.x.0/bin/CC2652R_1.0.0.zip and /dev/null differ diff --git a/router/Z-Stack_3.x.0/bin/CC2652R_20210128.zip b/router/Z-Stack_3.x.0/bin/CC2652R_20210128.zip new file mode 100644 index 0000000..22efdac Binary files /dev/null and b/router/Z-Stack_3.x.0/bin/CC2652R_20210128.zip differ diff --git a/router/Z-Stack_3.x.0/firmware.patch b/router/Z-Stack_3.x.0/firmware.patch index 6b5a7c0..0389805 100644 --- a/router/Z-Stack_3.x.0/firmware.patch +++ b/router/Z-Stack_3.x.0/firmware.patch @@ -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 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;