aboutsummaryrefslogtreecommitdiffstats
path: root/cmake-nRF5x
Commit message (Collapse)AuthorAgeFilesLines
* Add basic touch panel driver.JF2020-01-031-2/+3
| | | | Handle touch event in display app : draw a big square at the touch point coordinates.
* Measure and log battery voltage from SystemTaskJF2019-12-271-0/+1
|
* Add BLE and CTS client. Time can be retrieved from a CTS server (like ↵JF2019-12-211-0/+3
| | | | | | NRFConnect) once it's bond. WIP, the code is really ugly
* Convert Spi and GFX to C++.JF2019-12-071-6/+0
|
* Add missing return statements which fix crashes in release mode.JF2019-12-061-1/+1
| | | | Add flag to compiler so that it generates an error when a returning function does not return something...
* Add support for LCD (ST7789)JF2019-12-051-5/+5
|
* First code tested on the actual pinetime hardwareJF2019-12-021-0/+17
|
* Initial commitJF2019-11-1713-0/+882