aboutsummaryrefslogtreecommitdiff
path: root/apps/generate.cpp
Commit message (Collapse)AuthorAgeFilesLines
* o Trying to make the Bluetooth API more C++ idiomatic, a GATT connection has ↵Trygve Laugstøl2015-06-211-1/+7
| | | | | | | the same lifecycle as a BluetoothGatt. sm-get-value: o Better error handling.
* o Using ends_with when checking for which app to launch too.Trygve Laugstøl2015-06-211-2/+4
| | | | | sm-get-value: o Using the io code for writing samples
* o Going all header file based and single-executable to launch all apps.Trygve Laugstøl2015-06-211-0/+71
o Ading CMake magic to generate the launcher