Does anyone know if the format/meaning of all the entries in the *.Uv2 file is available? Some are pretty obvious (RunUsr 1), but others are not (T51FL=33392). I assume they all correspond to entries in the "Options for Target" dialog box, but don't know which are which.
Thanks, Ed
A good start might be why you want to access (and presumably change) these settings directly in the project files?
My perusal of them suggests that some of the more obscure fields are either time stamps, or bit fields which reflect the status of a file. I've never modified them, so I can't verify this.
I actually don't want to change them, but I *do* want to be able to know what differences mean.
When checking a software change, I use Beyond Compare 2 to diff all the source code files. While doing this, I found that there were several differences in the *.Uv2 file as compared to the baseline. (I found differences in the *.opt file too, but since those are mostly local environment-type settings, I don't really care about those.)
So I want to know how the two software sets may be different in compiler options and whatever else the *.Uv2 file might indicate.