# HG changeset patch # User heinrichsweikamp # Date 1582791188 -3600 # Node ID 5b4c78c36b0456ff65d1a0870d07d4072045480d # Parent 597243c688494e777fdc55d550bd1216dd2ddae1 1.5.3 release diff -r 597243c68849 -r 5b4c78c36b04 Discovery/Src/settings.c --- 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 */ diff -r 597243c68849 -r 5b4c78c36b04 Small_CPU/Src/baseCPU2.c --- 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 */