aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/ver
Commit message (Collapse)AuthorAgeFilesLines
* only define GIT_VERSION where it's usedDaniel Agar2015-04-182-1/+3
| | | | | -when the git revision is passed to every file as a define it causes unnecessary ccache cache misses
* Add call to access the mcu unique id. Expose via the 'ver' command.hauptmech2015-01-281-1/+13
| | | | This is prep for verifying calibration parameters against the hardware they were gathered on.
* Fix output of ver hwcmd callLorenz Meier2014-11-171-1/+1
|
* Fixed typo in ver commandLorenz Meier2014-11-151-2/+1
|
* Fix ver commandLorenz Meier2014-11-151-1/+1
|
* Fix up ver command handling to print MCU version on all command as wellLorenz Meier2014-11-151-24/+34
|
* Systemlib: Add MCU version command. ver commandline tool: Add support for ↵Lorenz Meier2014-11-151-72/+16
| | | | MCU version command
* Version command optimizationLorenz Meier2014-11-151-3/+1
|
* Add capability to read chip ID and revision from ver commandLorenz Meier2014-11-151-1/+84
|
* simplified code, which is now less robust but smaller and easier to read ↵ufoncz2014-05-011-59/+29
| | | | | | | (comment Babushkin) formated source code with fix_code_style.sh (comment Babushkin) fixed Copyright (comment Babushkin)
* ver command ready including hwcmp which replaces hw_ver, removed hw_verufoncz2014-04-272-107/+21
| | | | | updated all scripts to use new ver hwcmp command q
* changed dir from version to ver to keep it shorterufoncz2014-04-273-0/+283
added "hw_ver compare" as command option so we can replace hw_ver in future