Is there a way to figure out for which target a binary in _build/
is compiled with Keil?
(other than parse .map or .lnp file for a file unique to the target)
Is there a way to figure out for which target a binary in _build/
is compiled with Keil?
(other than parse .map or .lnp file for a file unique to the target)
As far as I know this is not possible since the binary only contains information about what data to be programmed in flash and not the target itself.
As far as I know this is not possible since the binary only contains information about what data to be programmed in flash and not the target itself.
Right, the most robust way I found is to parse the build log for "Rebuild target '<TARGET_NAME>'".