Hi Folks,
In my projects I use different strings to identify the product name, version, instance, whatever. These information, mainly the device instance, that must be unique per hw product , are generated in a pre build step (emitting a header file).
What I am looking for is a solution to attach somehow a chunk to the binary without compilation step. I would like to avoid the continuous compilation and it should be editable by anybody else, but the developers.
Regards,
Norbert