Mercurial > public > ostc4
comparison Small_CPU/Src/baseCPU2.c @ 1019:67e3dbc4d212 GasConsumption
make sure version number is increased after releases
| author | heinrichsweikamp |
|---|---|
| date | Mon, 09 Jun 2025 09:45:21 +0200 |
| parents | 085e9c04b76b |
| children | 9fabad6436a2 |
comparison
equal
deleted
inserted
replaced
| 1018:808153ba3fec | 1019:67e3dbc4d212 |
|---|---|
| 170 | 170 |
| 171 // SHALL LOAD AT 0x08000000 + 0x00005000 = 0x08005000. | 171 // SHALL LOAD AT 0x08000000 + 0x00005000 = 0x08005000. |
| 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 = 6, | 175 .versionSecond = 7, |
| 176 .versionThird = 0, | 176 .versionThird = 0, |
| 177 .versionBeta = 0, | 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 = 25, | 182 .release_year = 25, |
| 183 .release_month = 1, | 183 .release_month = 6, |
| 184 .release_day = 18, | 184 .release_day = 9, |
| 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", |
