InfiniTime/src
2020-01-31 20:01:33 +01:00
..
BLE Detect BLE disconnection (in addition to BLE connection) and update the display accordingly. 2020-01-12 16:39:03 +01:00
BlinkApp Add BLE and CTS client. Time can be retrieved from a CTS server (like NRFConnect) once it's bond. 2019-12-21 17:58:00 +01:00
Components Improve clock accuraty and reduce clock drifting over time (before : 1/2h per day, now : 0 minutes in 24h). 2020-01-31 20:01:33 +01:00
DisplayApp Remove test code 2020-01-26 15:39:49 +01:00
drivers GFX : wait end of transfert using a task notification. 2020-01-26 15:35:18 +01:00
FreeRTOS Improve power consumption and SLEEP mode : 2020-01-05 11:09:07 +01:00
libs/date Add date library (https://github.com/HowardHinnant/date) to manage the date and time. 2020-01-11 17:14:12 +01:00
Logging Improve power consumption and SLEEP mode : 2020-01-05 11:09:07 +01:00
CMakeLists.txt Merge branch 'master' of https://github.com/JF002/Pinetime 2020-01-19 12:30:03 +01:00
FreeRTOSConfig.h Improve date/time accuracy and handle counter overflow. 2020-01-12 16:00:45 +01:00
main.cpp Better integration of SPI with DMA and IRQ. Using only 'End' IRQ. Perf could be improved by using 'Started' IRQ to prepare the next buffer while the current one is beeing sent. 2020-01-26 13:37:10 +01:00
sdk_config.h Improve clock accuraty and reduce clock drifting over time (before : 1/2h per day, now : 0 minutes in 24h). 2020-01-31 20:01:33 +01:00
Version.h.in Add version (major.minor.patch) in CMake files. 2020-01-18 14:50:24 +01:00