comparison Small_CPU/Src/baseCPU2.c @ 644:ebe3fc302ab8

Compile with ENABLE_CHARGER_STATUS_V2
author heinrichs weikamp
date Tue, 30 Mar 2021 10:34:12 +0200
parents 06ec1da5e105
children 9513a92b293b
comparison
equal deleted inserted replaced
643:5149cd644fbc 644:ebe3fc302ab8
163 163
164 // SHALL LOAD AT 0x08000000 + 0x00005000 = 0x08005000. 164 // SHALL LOAD AT 0x08000000 + 0x00005000 = 0x08005000.
165 // See CPU2-RTE.ld 165 // See CPU2-RTE.ld
166 const SFirmwareData cpu2_FirmwareData __attribute__(( section(".firmware_data") ))= { 166 const SFirmwareData cpu2_FirmwareData __attribute__(( section(".firmware_data") ))= {
167 .versionFirst = 2, 167 .versionFirst = 2,
168 .versionSecond = 6, 168 .versionSecond = 7,
169 .versionThird = 0, 169 .versionThird = 0,
170 .versionBeta = 0, 170 .versionBeta = 0,
171 171
172 /* 4 bytes with trailing 0 */ 172 /* 4 bytes with trailing 0 */
173 .signature = "mh", 173 .signature = "mh",
174 174
175 .release_year = 21, 175 .release_year = 21,
176 .release_month = 2, 176 .release_month = 3,
177 .release_day = 5, 177 .release_day = 30,
178 .release_sub = 0, 178 .release_sub = 0,
179 179
180 /* max 48 with trailing 0 */ 180 /* max 48 with trailing 0 */
181 //release_info ="12345678901234567890123456789012345678901" 181 //release_info ="12345678901234567890123456789012345678901"
182 .release_info = "stable Nov'19", 182 .release_info = "stable Nov'19",