aboutsummaryrefslogtreecommitdiffstats
path: root/src/sdk_config.h
Commit message (Collapse)AuthorAgeFilesLines
* Improve power consumption and SLEEP mode :JF2020-01-051-3/+3
| | | | | | | - Disable IDLE hook (it would wake the device up as soon as possible). - Logger task sleep for 100ms (disable logging for better battery life) - Logging is disabled by default - Apply fix for ERRATA 87 (clear FPU interrupt before going to sleep). Ports files from FreeRTOS are now in the sources (they where in the SDK before)
* Add basic touch panel driver.JF2020-01-031-95/+7
| | | | Handle touch event in display app : draw a big square at the touch point coordinates.
* Add documentation about building a stub using NRF52-DK.JF2020-01-021-13/+13
|
* Measure and log battery voltage from SystemTaskJF2019-12-271-1/+1
|
* Use push button to go to sleep/wake up.JF2019-12-261-2/+2
| | | | Use a queue to transmit messages between system and display task (sleep & wake up for now).
* Add BLE and CTS client. Time can be retrieved from a CTS server (like ↵JF2019-12-211-1/+5
| | | | | | NRFConnect) once it's bond. WIP, the code is really ugly
* Add support for LCD (ST7789)JF2019-12-051-7/+11
|
* First code tested on the actual pinetime hardwareJF2019-12-021-11/+115
|
* Initial commitJF2019-11-171-0/+12938