changeset 334:143fe85f82a2 v1.5.0 release

building a 1.5
author heinrichsweikamp
date Sun, 04 Aug 2019 11:01:06 +0200
parents be1f74d5b3cb
children c11ce8c885d3 0756013e43b3
files Current build/OSTC4update_190720.bin Current build/OSTC4update_190804.bin Discovery/Src/settings.c Small_CPU/Src/baseCPU2.c
diffstat 4 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
Binary file Current build/OSTC4update_190720.bin has changed
Binary file Current build/OSTC4update_190804.bin has changed
--- a/Discovery/Src/settings.c	Sat Jul 20 10:44:01 2019 +0200
+++ b/Discovery/Src/settings.c	Sun Aug 04 11:01:06 2019 +0200
@@ -54,16 +54,16 @@
 const SFirmwareData firmware_FirmwareData __attribute__( (section(".firmware_firmware_data")) ) =
 {
     .versionFirst   = 1,
-    .versionSecond 	= 4,
-    .versionThird   = 9,
-    .versionBeta    = 1,
+    .versionSecond 	= 5,
+    .versionThird   = 0,
+    .versionBeta    = 0,
 
     /* 4 bytes with trailing 0 */
     .signature = "mh",
 
     .release_year = 19,
-    .release_month = 5,
-    .release_day = 6,
+    .release_month = 8,
+    .release_day = 5,
     .release_sub = 0,
 
     /* max 48 with trailing 0 */
--- a/Small_CPU/Src/baseCPU2.c	Sat Jul 20 10:44:01 2019 +0200
+++ b/Small_CPU/Src/baseCPU2.c	Sun Aug 04 11:01:06 2019 +0200
@@ -170,13 +170,13 @@
 		.signature = "mh",
 
 		.release_year = 19,
-		.release_month = 7,
-		.release_day = 1,
+		.release_month = 8,
+		.release_day = 5,
 		.release_sub = 0,
 
 		/* max 48 with trailing 0 */
 		//release_info ="12345678901234567890123456789012345678901"
-		.release_info = "stable May'19",
+		.release_info = "stable Aug'19",
 
 		/* for safety reasons and coming functions */
 		.magic[0] = FIRMWARE_MAGIC_FIRST, .magic[1] = FIRMWARE_MAGIC_SECOND,