Feature #3
closedLAOS 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.
Updated by peter about 12 years ago
Laos versions are identified by their compile date (and time) as indicated during start up on the LCD panel
or serial console.
Updated by hugomeiland over 11 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
Updated by hugomeiland over 11 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...
Updated by peter about 11 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