Mercurial > public > ostc4
comparison Small_CPU/Src/baseCPU2.c @ 968:b9a1710522b1 Evo_2_23
work on release candidate
| author | heinrichsweikamp |
|---|---|
| date | Sun, 19 Jan 2025 12:00:50 +0100 |
| parents | e7f87ade3037 |
| children | 81049905d829 |
comparison
equal
deleted
inserted
replaced
| 949:c6b858f2e025 | 968:b9a1710522b1 |
|---|---|
| 172 // See CPU2-RTE.ld | 172 // See CPU2-RTE.ld |
| 173 const SFirmwareData cpu2_FirmwareData __attribute__(( section(".firmware_data") ))= { | 173 const SFirmwareData cpu2_FirmwareData __attribute__(( section(".firmware_data") ))= { |
| 174 .versionFirst = 3, | 174 .versionFirst = 3, |
| 175 .versionSecond = 4, | 175 .versionSecond = 4, |
| 176 .versionThird = 0, | 176 .versionThird = 0, |
| 177 .versionBeta = 1, | 177 .versionBeta = 0, |
| 178 | 178 |
| 179 /* 4 bytes with trailing 0 */ | 179 /* 4 bytes with trailing 0 */ |
| 180 .signature = "mh", | 180 .signature = "mh", |
| 181 | 181 |
| 182 .release_year = 23, | 182 .release_year = 25, |
| 183 .release_month = 9, | 183 .release_month = 1, |
| 184 .release_day = 14, | 184 .release_day = 18, |
| 185 .release_sub = 0, | 185 .release_sub = 0, |
| 186 | 186 |
| 187 /* max 48 with trailing 0 */ | 187 /* max 48 with trailing 0 */ |
| 188 //release_info ="12345678901234567890123456789012345678901" | 188 //release_info ="12345678901234567890123456789012345678901" |
| 189 .release_info = "stable April 2023", | 189 .release_info = "stable April 2023", |
