changeset 417:54a480c43e97 v1.5.2.beta release

1.5.2 beta with RTE 2.02
author heinrichsweikamp
date Wed, 15 Jan 2020 13:41:01 +0100
parents bcf447646e07
children f1fb4aa0e9eb c2264ce139cb
files Current build/OSTC4update_191124.bin Current build/OSTC4update_200115.bin Discovery/Src/settings.c Small_CPU/Src/baseCPU2.c
diffstat 4 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
Binary file Current build/OSTC4update_191124.bin has changed
Binary file Current build/OSTC4update_200115.bin has changed
--- a/Discovery/Src/settings.c	Wed Jan 15 10:53:15 2020 +0000
+++ b/Discovery/Src/settings.c	Wed Jan 15 13:41:01 2020 +0100
@@ -56,8 +56,8 @@
 {
     .versionFirst   = 1,
     .versionSecond 	= 5,
-    .versionThird   = 1,
-    .versionBeta    = 0,
+    .versionThird   = 2,
+    .versionBeta    = 1,
 
     /* 4 bytes with trailing 0 */
     .signature = "mh",
--- a/Small_CPU/Src/baseCPU2.c	Wed Jan 15 10:53:15 2020 +0000
+++ b/Small_CPU/Src/baseCPU2.c	Wed Jan 15 13:41:01 2020 +0100
@@ -162,7 +162,7 @@
 // See CPU2-RTE.ld
 const SFirmwareData cpu2_FirmwareData __attribute__(( section(".firmware_data") ))= {
 		.versionFirst = 2,
-		.versionSecond = 1,
+		.versionSecond = 2,
 		.versionThird = 0,
 		.versionBeta = 0,