Re: FIRMWARE VERSION INFOMATION
"'Tom Collins' tom-lnEA/wrDJtNWk0Htik3J/[email protected] [rabbit-semi]" <[email protected]> Fri, 2 Sep 2016 14:50:29 -0700
| Newsgroups | gmane.comp.hardware.rabbit-semiconductor |
|---|---|
| Message-ID | <[email protected]> |
What do you want to modify?
If you look at the function help for firmware_info_t (in Dynamic C, hit
Ctrl-H with the cursor on that term) you'll see that you have control over
the following:
program_name is set by the project macro _FIRMWARE_NAME_
version is set by the project macro _FIRMWARE_VERSION_
build_timestamp is set by the project macro _FIRMWARE_TIMESTAMP_
Note that _FIRMWARE_TIMESTAMP_ just overrides use of the current time.
Setting it to a fixed value allows for builds that result in identical
binaries.
-Tom
On Sep 2, 2016, at 1:56 PM, [email protected] <mailto:[email protected]>
[rabbit-semi] wrote:
We can use fiProgramInfo to get firmware information, but it looks we only
get a read only copy. the frimware information, there are some user define
parts, is it possible modify user define parts?