Mercurial > public > ostc4
comparison Small_CPU/Src/baseCPU2.c @ 274:2f0eb65df557
add update files for testing purposes, bump to 1.4.8 beta / RTE 1.7.1 beta
author | heinrichsweikamp |
---|---|
date | Sun, 28 Apr 2019 09:41:43 +0200 |
parents | e4207f0aaa4b |
children | ae27d6185d51 |
comparison
equal
deleted
inserted
replaced
273:5fe136480a47 | 274:2f0eb65df557 |
---|---|
162 // SHALL LOAD AT 0x08000000 + 0x00005000 = 0x08005000. | 162 // SHALL LOAD AT 0x08000000 + 0x00005000 = 0x08005000. |
163 // See CPU2-RTE.ld | 163 // See CPU2-RTE.ld |
164 const SFirmwareData cpu2_FirmwareData __attribute__(( section(".firmware_data") ))= { | 164 const SFirmwareData cpu2_FirmwareData __attribute__(( section(".firmware_data") ))= { |
165 .versionFirst = 1, | 165 .versionFirst = 1, |
166 .versionSecond = 7, | 166 .versionSecond = 7, |
167 .versionThird = 0, | 167 .versionThird = 1, |
168 .versionBeta = 0, | 168 .versionBeta = 1, |
169 | 169 |
170 /* 4 bytes with trailing 0 */ | 170 /* 4 bytes with trailing 0 */ |
171 .signature = "mh", | 171 .signature = "mh", |
172 | 172 |
173 .release_year = 19, | 173 .release_year = 19, |