Mercurial > public > ostc4
comparison Small_CPU/Src/baseCPU2.c @ 533:02e7e11fdbe8 1.5.5 release
increase version numbers, compile with TRUST_LOG_CONSISTENCY switch
author | heinrichsweikamp |
---|---|
date | Fri, 25 Sep 2020 11:13:03 +0200 |
parents | 9eeab3fead8f |
children | 3328189786e7 |
comparison
equal
deleted
inserted
replaced
532:d1d15b30507a | 533:02e7e11fdbe8 |
---|---|
162 | 162 |
163 // SHALL LOAD AT 0x08000000 + 0x00005000 = 0x08005000. | 163 // SHALL LOAD AT 0x08000000 + 0x00005000 = 0x08005000. |
164 // See CPU2-RTE.ld | 164 // See CPU2-RTE.ld |
165 const SFirmwareData cpu2_FirmwareData __attribute__(( section(".firmware_data") ))= { | 165 const SFirmwareData cpu2_FirmwareData __attribute__(( section(".firmware_data") ))= { |
166 .versionFirst = 2, | 166 .versionFirst = 2, |
167 .versionSecond = 4, | 167 .versionSecond = 5, |
168 .versionThird = 0, | 168 .versionThird = 0, |
169 .versionBeta = 0, | 169 .versionBeta = 0, |
170 | 170 |
171 /* 4 bytes with trailing 0 */ | 171 /* 4 bytes with trailing 0 */ |
172 .signature = "mh", | 172 .signature = "mh", |
173 | 173 |
174 .release_year = 20, | 174 .release_year = 20, |
175 .release_month = 6, | 175 .release_month = 9, |
176 .release_day = 30, | 176 .release_day = 25, |
177 .release_sub = 0, | 177 .release_sub = 0, |
178 | 178 |
179 /* max 48 with trailing 0 */ | 179 /* max 48 with trailing 0 */ |
180 //release_info ="12345678901234567890123456789012345678901" | 180 //release_info ="12345678901234567890123456789012345678901" |
181 .release_info = "stable Nov'19", | 181 .release_info = "stable Nov'19", |