Page 1 of 1

Managing firmware version

Posted: 09 Mar 2016 16:05
by Dany79
When compiling the firmware modifications made are saved to a file that includes every change. The version with number is incremented when compiling.

As:
v1.32
OldLine 564: If x = 30 Then
New Line 564: If (x = 30) then

Or:
Line 564: If (x = 30) then

Dany

Re: Managing firmware version

Posted: 10 Mar 2016 14:38
by biljana.nedeljkovic
Hello Dany,

Can you explain more what is your request?

I would like to hear more.

Best regards,
Biljana

Re: Managing firmware version

Posted: 29 Mar 2016 19:18
by Dany79
Each time the project is compiled, the version number is incremented.

The IDE generate a file with the difference between the latest version and the current.

It would be nice to add a way to identify the user who start the compilation.

The version number could be integreated in the firmware with a constant from the IDE.

Dany

Re: Managing firmware version

Posted: 30 Mar 2016 12:48
by biljana.nedeljkovic
Hello,

Thank you for the suggestions.
I will forward it to our development team.

Kind regards,
Biljana

Re: Managing firmware version

Posted: 30 Mar 2016 16:22
by Dany