changeset 606:06ec1da5e105 v1.5.6 release

1.5.6 release
author heinrichsweikamp
date Fri, 05 Feb 2021 14:50:05 +0100
parents 1f665e31aca2
children 96daa2aa31a8
files Current build/OSTC4update_201217.bin Current build/OSTC4update_210205.bin Discovery/Src/settings.c Small_CPU/Src/baseCPU2.c
diffstat 4 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
Binary file Current build/OSTC4update_201217.bin has changed
Binary file Current build/OSTC4update_210205.bin has changed
--- a/Discovery/Src/settings.c	Thu Jan 07 09:53:04 2021 +0100
+++ b/Discovery/Src/settings.c	Fri Feb 05 14:50:05 2021 +0100
@@ -64,9 +64,9 @@
     /* 4 bytes with trailing 0 */
     .signature = "mh",
 
-    .release_year = 20,
-    .release_month = 12,
-    .release_day = 15,
+    .release_year = 21,
+    .release_month = 02,
+    .release_day = 06,
     .release_sub = 0,
 
     /* max 48 with trailing 0 */
--- a/Small_CPU/Src/baseCPU2.c	Thu Jan 07 09:53:04 2021 +0100
+++ b/Small_CPU/Src/baseCPU2.c	Fri Feb 05 14:50:05 2021 +0100
@@ -165,16 +165,16 @@
 // See CPU2-RTE.ld
 const SFirmwareData cpu2_FirmwareData __attribute__(( section(".firmware_data") ))= {
 		.versionFirst = 2,
-		.versionSecond = 5,
+		.versionSecond = 6,
 		.versionThird = 0,
 		.versionBeta = 0,
 
 /* 4 bytes with trailing 0 */
 		.signature = "mh",
 
-		.release_year = 20,
-		.release_month = 9,
-		.release_day = 25,
+		.release_year = 21,
+		.release_month = 2,
+		.release_day = 5,
 		.release_sub = 0,
 
 		/* max 48 with trailing 0 */