comparison Small_CPU/Src/baseCPU2.c @ 1062:785772303f9c Icon_Integration

Added pressure sensors in Sentnel mode: The Red Head/Provide pressure and tempstick information on a uart channel together with the O2 data. The support for receiving pressure data has been added to the Sentinel protocol function.
author Ideenmodellierer
date Tue, 10 Feb 2026 19:36:05 +0100
parents 9fabad6436a2
children
comparison
equal deleted inserted replaced
1061:f501d7c35c8f 1062:785772303f9c
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 = 7, 175 .versionSecond = 8,
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",