comparison Small_CPU/Src/baseCPU2.c @ 695:49b164022335 Betatest

1.6.0 release
author heinrichsweikamp
date Fri, 19 Aug 2022 11:27:44 +0200
parents 5e9973957318
children f1b40364b0af
comparison
equal deleted inserted replaced
694:2a800dfe64f6 695:49b164022335
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 = 2,
169 .versionSecond = 9, 169 .versionSecond = 9,
170 .versionThird = 0, 170 .versionThird = 0,
171 .versionBeta = 1, 171 .versionBeta = 0,
172 172
173 /* 4 bytes with trailing 0 */ 173 /* 4 bytes with trailing 0 */
174 .signature = "mh", 174 .signature = "mh",
175 175
176 .release_year = 22, 176 .release_year = 22,
177 .release_month = 3, 177 .release_month = 8,
178 .release_day = 12, 178 .release_day = 19,
179 .release_sub = 0, 179 .release_sub = 0,
180 180
181 /* max 48 with trailing 0 */ 181 /* max 48 with trailing 0 */
182 //release_info ="12345678901234567890123456789012345678901" 182 //release_info ="12345678901234567890123456789012345678901"
183 .release_info = "stable Nov'19", 183 .release_info = "stable Nov'19",