Mercurial > public > ostc4
comparison Small_CPU/Src/baseCPU2.c @ 439:5b4c78c36b04 v1.5.3 release
1.5.3 release
author | heinrichsweikamp |
---|---|
date | Thu, 27 Feb 2020 09:13:08 +0100 |
parents | aa286a4926c2 |
children | edfc1a464b42 |
comparison
equal
deleted
inserted
replaced
438:597243c68849 | 439:5b4c78c36b04 |
---|---|
162 | 162 |
163 // SHALL LOAD AT 0x08000000 + 0x00005000 = 0x08005000. | 163 // SHALL LOAD AT 0x08000000 + 0x00005000 = 0x08005000. |
164 // See CPU2-RTE.ld | 164 // See CPU2-RTE.ld |
165 const SFirmwareData cpu2_FirmwareData __attribute__(( section(".firmware_data") ))= { | 165 const SFirmwareData cpu2_FirmwareData __attribute__(( section(".firmware_data") ))= { |
166 .versionFirst = 2, | 166 .versionFirst = 2, |
167 .versionSecond = 2, | 167 .versionSecond = 3, |
168 .versionThird = 0, | 168 .versionThird = 0, |
169 .versionBeta = 0, | 169 .versionBeta = 0, |
170 | 170 |
171 /* 4 bytes with trailing 0 */ | 171 /* 4 bytes with trailing 0 */ |
172 .signature = "mh", | 172 .signature = "mh", |
173 | 173 |
174 .release_year = 19, | 174 .release_year = 20, |
175 .release_month = 11, | 175 .release_month = 2, |
176 .release_day = 23, | 176 .release_day = 26, |
177 .release_sub = 0, | 177 .release_sub = 0, |
178 | 178 |
179 /* max 48 with trailing 0 */ | 179 /* max 48 with trailing 0 */ |
180 //release_info ="12345678901234567890123456789012345678901" | 180 //release_info ="12345678901234567890123456789012345678901" |
181 .release_info = "stable Nov'19", | 181 .release_info = "stable Nov'19", |