How to use Cmake commands (or some other way) to create your own custom named *.bin file.
I defined the variables inside CmakeList.tx:
Code: Select all
set(application_name "Device_Test")
set(application_version "1.0")
set(MY_PROJECT_VER "${application_version}")
set(MY_PROJECT_NAME "${application_name}")
Tnx