Mercurial > public > ostc4
comparison Small_CPU/Src/baseCPU2.c @ 606:06ec1da5e105 v1.5.6 release
1.5.6 release
author | heinrichsweikamp |
---|---|
date | Fri, 05 Feb 2021 14:50:05 +0100 |
parents | 3328189786e7 |
children | ebe3fc302ab8 |
comparison
equal
deleted
inserted
replaced
605:1f665e31aca2 | 606:06ec1da5e105 |
---|---|
163 | 163 |
164 // SHALL LOAD AT 0x08000000 + 0x00005000 = 0x08005000. | 164 // SHALL LOAD AT 0x08000000 + 0x00005000 = 0x08005000. |
165 // See CPU2-RTE.ld | 165 // See CPU2-RTE.ld |
166 const SFirmwareData cpu2_FirmwareData __attribute__(( section(".firmware_data") ))= { | 166 const SFirmwareData cpu2_FirmwareData __attribute__(( section(".firmware_data") ))= { |
167 .versionFirst = 2, | 167 .versionFirst = 2, |
168 .versionSecond = 5, | 168 .versionSecond = 6, |
169 .versionThird = 0, | 169 .versionThird = 0, |
170 .versionBeta = 0, | 170 .versionBeta = 0, |
171 | 171 |
172 /* 4 bytes with trailing 0 */ | 172 /* 4 bytes with trailing 0 */ |
173 .signature = "mh", | 173 .signature = "mh", |
174 | 174 |
175 .release_year = 20, | 175 .release_year = 21, |
176 .release_month = 9, | 176 .release_month = 2, |
177 .release_day = 25, | 177 .release_day = 5, |
178 .release_sub = 0, | 178 .release_sub = 0, |
179 | 179 |
180 /* max 48 with trailing 0 */ | 180 /* max 48 with trailing 0 */ |
181 //release_info ="12345678901234567890123456789012345678901" | 181 //release_info ="12345678901234567890123456789012345678901" |
182 .release_info = "stable Nov'19", | 182 .release_info = "stable Nov'19", |