Mercurial > public > ostc4
comparison Small_CPU/Src/baseCPU2.c @ 324:d4d8d717e9a7
increase RTE to 1.9 and Firmware to 1.4.9 beta
add update files for testing purposes
author | heinrichsweikamp |
---|---|
date | Sun, 30 Jun 2019 22:12:15 +0200 |
parents | 733877ab87d9 |
children | da5b91b1e20e |
comparison
equal
deleted
inserted
replaced
323:b43fa6a6c85a | 324:d4d8d717e9a7 |
---|---|
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 = 1, |
165 .versionSecond = 8, | 165 .versionSecond = 9, |
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 = 5, | 173 .release_month = 7, |
174 .release_day = 6, | 174 .release_day = 1, |
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 May'19", | 179 .release_info = "stable May'19", |