# HG changeset patch
# User heinrichsweikamp
# Date 1612533005 -3600
# Node ID 06ec1da5e1055b39b71bb7e0114ecfdd4f958959
# Parent  1f665e31aca29dc4929e9ca59dc5475e586379d6
1.5.6 release

diff -r 1f665e31aca2 -r 06ec1da5e105 Current build/OSTC4update_201217.bin
Binary file Current build/OSTC4update_201217.bin has changed
diff -r 1f665e31aca2 -r 06ec1da5e105 Current build/OSTC4update_210205.bin
Binary file Current build/OSTC4update_210205.bin has changed
diff -r 1f665e31aca2 -r 06ec1da5e105 Discovery/Src/settings.c
--- 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 */
diff -r 1f665e31aca2 -r 06ec1da5e105 Small_CPU/Src/baseCPU2.c
--- 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 */