Mercurial > public > ostc4
comparison Small_CPU/Src/baseCPU2.c @ 687:5e9973957318 Betatest
Increased version numbers:
increased RTE version because of interface change and firmware as well to have a better indicator of the versions used during beta test phase.
author | Ideenmodellierer |
---|---|
date | Fri, 05 Aug 2022 15:10:10 +0200 |
parents | 8c3d495afc69 |
children | 49b164022335 |
comparison
equal
deleted
inserted
replaced
686:b1e24513b83e | 687:5e9973957318 |
---|---|
164 | 164 |
165 // SHALL LOAD AT 0x08000000 + 0x00005000 = 0x08005000. | 165 // SHALL LOAD AT 0x08000000 + 0x00005000 = 0x08005000. |
166 // See CPU2-RTE.ld | 166 // See CPU2-RTE.ld |
167 const SFirmwareData cpu2_FirmwareData __attribute__(( section(".firmware_data") ))= { | 167 const SFirmwareData cpu2_FirmwareData __attribute__(( section(".firmware_data") ))= { |
168 .versionFirst = 2, | 168 .versionFirst = 2, |
169 .versionSecond = 8, | 169 .versionSecond = 9, |
170 .versionThird = 0, | 170 .versionThird = 0, |
171 .versionBeta = 1, | 171 .versionBeta = 1, |
172 | 172 |
173 /* 4 bytes with trailing 0 */ | 173 /* 4 bytes with trailing 0 */ |
174 .signature = "mh", | 174 .signature = "mh", |