comparison Small_CPU/Src/baseCPU2.c @ 382:14fd5f35cb50 MotionDetection

merge default
author Ideenmodellierer
date Thu, 10 Oct 2019 22:26:03 +0200
parents 591c03a1e68d
children cb3870f79e9d
comparison
equal deleted inserted replaced
381:695434a6dcf6 382:14fd5f35cb50
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",