aboutsummaryrefslogtreecommitdiff
path: root/ble/log.h
Commit message (Collapse)AuthorAgeFilesLines
* Major improvement in the sm-get-value utility:Trygve Laugstøl2015-02-231-0/+11
| | | | | | | | | | o Adding command line option parsing through boost::program_option Current options: --device, --sensor --format selects between CSV and JSON output. --sleep controls single reads vs continuous reads. o Adding JSON output. o Adding support for Release builds without debugging info. Needs improvement.
* Reorganizing the source code:Trygve Laugstøl2015-02-201-0/+14
o Moving main to apps/ o Moving the library sources to ble/ o Creating cmake files for each piece.