Mercurial > public > ostc4
comparison Discovery/Src/settings.c @ 639:13ded99ecd56
add build for testing, advance to FW1.5.7, RTE is unchanged since 1.5.6
author | heinrichsweikamp |
---|---|
date | Thu, 25 Feb 2021 12:20:43 +0100 |
parents | 6738028de847 |
children | ebe3fc302ab8 |
comparison
equal
deleted
inserted
replaced
638:4532953ac1a0 | 639:13ded99ecd56 |
---|---|
56 | 56 |
57 const SFirmwareData firmware_FirmwareData __attribute__( (section(".firmware_firmware_data")) ) = | 57 const SFirmwareData firmware_FirmwareData __attribute__( (section(".firmware_firmware_data")) ) = |
58 { | 58 { |
59 .versionFirst = 1, | 59 .versionFirst = 1, |
60 .versionSecond = 5, | 60 .versionSecond = 5, |
61 .versionThird = 6, | 61 .versionThird = 7, |
62 .versionBeta = 0, | 62 .versionBeta = 0, |
63 | 63 |
64 /* 4 bytes with trailing 0 */ | 64 /* 4 bytes with trailing 0 */ |
65 .signature = "mh", | 65 .signature = "mh", |
66 | 66 |
67 .release_year = 21, | 67 .release_year = 21, |
68 .release_month = 02, | 68 .release_month = 02, |
69 .release_day = 06, | 69 .release_day = 25, |
70 .release_sub = 0, | 70 .release_sub = 0, |
71 | 71 |
72 /* max 48 with trailing 0 */ | 72 /* max 48 with trailing 0 */ |
73 //release_info ="12345678901234567890123456789012345678901" | 73 //release_info ="12345678901234567890123456789012345678901" |
74 .release_info ="gcc_2nd", | 74 .release_info ="gcc_2nd", |