changeset 324:d4d8d717e9a7

increase RTE to 1.9 and Firmware to 1.4.9 beta add update files for testing purposes
author heinrichsweikamp
date Sun, 30 Jun 2019 22:12:15 +0200
parents b43fa6a6c85a
children 8e62f4701676 2559a3f0f1f2
files Current build/OSTC4update_190601.bin Current build/OSTC4update_190630.bin Discovery/Src/settings.c Small_CPU/Src/baseCPU2.c
diffstat 4 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
Binary file Current build/OSTC4update_190601.bin has changed
Binary file Current build/OSTC4update_190630.bin has changed
--- a/Discovery/Src/settings.c	Sun Jun 30 19:52:46 2019 +0000
+++ b/Discovery/Src/settings.c	Sun Jun 30 22:12:15 2019 +0200
@@ -36,7 +36,7 @@
 SSettings Settings;
 
 const uint8_t RTErequiredHigh = 1;
-const uint8_t RTErequiredLow = 8;
+const uint8_t RTErequiredLow = 9;
 
 const uint8_t FONTrequiredHigh = 1;
 const uint8_t FONTrequiredLow =	0;
@@ -55,8 +55,8 @@
 {
     .versionFirst   = 1,
     .versionSecond 	= 4,
-    .versionThird   = 8,
-    .versionBeta    = 0,
+    .versionThird   = 9,
+    .versionBeta    = 1,
 
     /* 4 bytes with trailing 0 */
     .signature = "mh",
--- a/Small_CPU/Src/baseCPU2.c	Sun Jun 30 19:52:46 2019 +0000
+++ b/Small_CPU/Src/baseCPU2.c	Sun Jun 30 22:12:15 2019 +0200
@@ -162,7 +162,7 @@
 // See CPU2-RTE.ld
 const SFirmwareData cpu2_FirmwareData __attribute__(( section(".firmware_data") ))= {
 		.versionFirst = 1,
-		.versionSecond = 8,
+		.versionSecond = 9,
 		.versionThird = 0,
 		.versionBeta = 0,
 
@@ -170,8 +170,8 @@
 		.signature = "mh",
 
 		.release_year = 19,
-		.release_month = 5,
-		.release_day = 6,
+		.release_month = 7,
+		.release_day = 1,
 		.release_sub = 0,
 
 		/* max 48 with trailing 0 */