comparison Small_CPU/Src/baseCPU2.c @ 341:591c03a1e68d

change max. allowed surface pressure to 1030hPa (As in the small OSTC) Change Firmware to 1.5.1 Change RTE to 2.0 Create install file for testing and release
author heinrichsweikamp
date Sun, 06 Oct 2019 14:07:51 +0200
parents 37f45300bc2e
children cb3870f79e9d
comparison
equal deleted inserted replaced
340:0756013e43b3 341:591c03a1e68d
159 } 159 }
160 160
161 // SHALL LOAD AT 0x08000000 + 0x00005000 = 0x08005000. 161 // SHALL LOAD AT 0x08000000 + 0x00005000 = 0x08005000.
162 // See CPU2-RTE.ld 162 // See CPU2-RTE.ld
163 const SFirmwareData cpu2_FirmwareData __attribute__(( section(".firmware_data") ))= { 163 const SFirmwareData cpu2_FirmwareData __attribute__(( section(".firmware_data") ))= {
164 .versionFirst = 1, 164 .versionFirst = 2,
165 .versionSecond = 9, 165 .versionSecond = 0,
166 .versionThird = 0, 166 .versionThird = 0,
167 .versionBeta = 0, 167 .versionBeta = 0,
168 168
169 /* 4 bytes with trailing 0 */ 169 /* 4 bytes with trailing 0 */
170 .signature = "mh", 170 .signature = "mh",
171 171
172 .release_year = 19, 172 .release_year = 19,
173 .release_month = 8, 173 .release_month = 10,
174 .release_day = 5, 174 .release_day = 6,
175 .release_sub = 0, 175 .release_sub = 0,
176 176
177 /* max 48 with trailing 0 */ 177 /* max 48 with trailing 0 */
178 //release_info ="12345678901234567890123456789012345678901" 178 //release_info ="12345678901234567890123456789012345678901"
179 .release_info = "stable Aug'19", 179 .release_info = "stable Aug'19",