SKcoch / optiboot

Automatically exported from code.google.com/p/optiboot
0 stars 0 forks source link

OPTIBOOT_CUSTOMVER is not working #109

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set OPTIBOOT_CUSTOMVER
2. Compile
3. Check output of avrdude

What is the expected output? What do you see instead?
Major version: OPTIBOOT_MAJVER 
Minor version: OPTIBOOT_MINVER + OPTIBOOT_CUSTOMVER

Instead it will ignore OPTIBOOT_CUSTOMVER

What version of the product are you using? On what operating system?
6.0

Please provide any additional information below.
Although optiboot_version was modified recently, only OPTIBOOT_MAJVER and 
OPTIBOOT_MINVER are being output, completely ignoring the .version section.

Original issue reported on code.google.com by johnpatc...@googlemail.com on 3 Aug 2014 at 11:35

GoogleCodeExporter commented 9 years ago
Oops.
Makefile support isn't there yet, either.

Original comment by wes...@gmail.com on 14 Aug 2014 at 6:26

GoogleCodeExporter commented 9 years ago
https://code.google.com/p/optiboot/source/detail?r=a096b95abbd79dc87e868d5042114
a1ae3f7d7fb
tentatively fixed in 6.1

I also made it so that it's OPTIBOOT_MAJVER that gets CUSTOMVER added to it.  
So a typical custom version based on 6.1 would be 106.1 or similar.

Original comment by wes...@gmail.com on 14 Aug 2014 at 9:05