Mercurial > public > ostc4
comparison Small_CPU/Src/baseCPU2.c @ 1011:085e9c04b76b GasConsumption
make sure version number is increased after releases
| author | heinrichsweikamp |
|---|---|
| date | Wed, 07 May 2025 10:58:45 +0200 |
| parents | efb7d18cc564 |
| children | 67e3dbc4d212 |
comparison
equal
deleted
inserted
replaced
| 1010:08f76d3e9856 | 1011:085e9c04b76b |
|---|---|
| 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 = 5, | 175 .versionSecond = 6, |
| 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", |
