Mercurial > public > ostc4
comparison Small_CPU/Src/baseCPU2.c @ 990:d63584d6428d GasConsumption
increase version number, add the download documentation
(This really needs an update at some point...)
| author | heinrichsweikamp |
|---|---|
| date | Sat, 12 Apr 2025 12:21:49 +0200 |
| parents | d9290c76b840 |
| children | c386ae6635e4 |
comparison
equal
deleted
inserted
replaced
| 989:c317130aaafc | 990:d63584d6428d |
|---|---|
| 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 = 4, | 175 .versionSecond = 5, |
| 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", |
