Mercurial > public > ostc4
comparison Small_CPU/Src/baseCPU2.c @ 728:5143e927219f
Added sensor map to Firmware <=> RTE inferface:
The sensor map contains a list of up to five sensors which may be connected to the external interface. The update includes the definition of the type as well as the data structure. to ensure compatibility the RTE and needed RTE version has been set to 3.0
author | Ideenmodellierer |
---|---|
date | Sat, 14 Jan 2023 20:41:36 +0100 |
parents | 1fbcca5bdf5d |
children | 30717de00f3a |
comparison
equal
deleted
inserted
replaced
727:1dca3bb187d7 | 728:5143e927219f |
---|---|
163 } | 163 } |
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 = 3, |
169 .versionSecond = 9, | 169 .versionSecond = 0, |
170 .versionThird = 1, | 170 .versionThird = 1, |
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", |