Feature #3
LAOS firmware numbering and docs
90%
Description
Does the LAOS firmware have a version number? Are all the latest sources in the online mbed compiler repository?
The wiki refers to "LAOS firmware" for now, i.e. no version number.
History
#1
Updated by peter over 10 years ago
Laos versions are identified by their compile date (and time) as indicated during start up on the LCD panel
or serial console.
#2
Updated by peter over 10 years ago
- Target version set to Firmware version 1.0
#3
Updated by hugomeiland about 10 years ago
- Category changed from Documentation to firmware
- Status changed from New to Feedback
proposal:
use git tags and git hash in firmware to give the correct identification
#4
Updated by hugomeiland about 10 years ago
- Tracker changed from Bug to Feature
- % Done changed from 0 to 90
just made an pull request on github with a proposal fix...
#5
Updated by peter over 9 years ago
- Status changed from Feedback to Closed
Firmware builds are now numbered with a GIT hash that corresponds to the source, and
in addition contain a date and time of compilation in a version string that is displayed.
The building process is now automated. "Official" builds will end up on
redmine.laoslaser.org/binaries/master.xxxxxxx.bin
where the 7x digits are the first part of the git hash.
see also: http://git-scm.com/book/ch9-2.html