changeset 439:5b4c78c36b04 v1.5.3 release

1.5.3 release
author heinrichsweikamp
date Thu, 27 Feb 2020 09:13:08 +0100
parents 597243c68849
children 4787cd767a9d
files Discovery/Src/settings.c Small_CPU/Src/baseCPU2.c
diffstat 2 files changed, 9 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/Discovery/Src/settings.c	Mon Feb 24 15:17:54 2020 +0100
+++ b/Discovery/Src/settings.c	Thu Feb 27 09:13:08 2020 +0100
@@ -37,7 +37,7 @@
 SSettings Settings;
 
 const uint8_t RTErequiredHigh = 2;
-const uint8_t RTErequiredLow = 2;
+const uint8_t RTErequiredLow = 3;
 
 const uint8_t FONTrequiredHigh = 1;
 const uint8_t FONTrequiredLow =	0;
@@ -57,14 +57,14 @@
     .versionFirst   = 1,
     .versionSecond 	= 5,
     .versionThird   = 3,
-    .versionBeta    = 1,
+    .versionBeta    = 0,
 
     /* 4 bytes with trailing 0 */
     .signature = "mh",
 
-    .release_year = 19,
-    .release_month = 10,
-    .release_day = 6,
+    .release_year = 20,
+    .release_month = 2,
+    .release_day = 26,
     .release_sub = 0,
 
     /* max 48 with trailing 0 */
--- a/Small_CPU/Src/baseCPU2.c	Mon Feb 24 15:17:54 2020 +0100
+++ b/Small_CPU/Src/baseCPU2.c	Thu Feb 27 09:13:08 2020 +0100
@@ -164,16 +164,16 @@
 // See CPU2-RTE.ld
 const SFirmwareData cpu2_FirmwareData __attribute__(( section(".firmware_data") ))= {
 		.versionFirst = 2,
-		.versionSecond = 2,
+		.versionSecond = 3,
 		.versionThird = 0,
 		.versionBeta = 0,
 
 /* 4 bytes with trailing 0 */
 		.signature = "mh",
 
-		.release_year = 19,
-		.release_month = 11,
-		.release_day = 23,
+		.release_year = 20,
+		.release_month = 2,
+		.release_day = 26,
 		.release_sub = 0,
 
 		/* max 48 with trailing 0 */