summaryrefslogtreecommitdiff
path: root/src/SystemTask/SystemTask.h
AgeCommit message (Expand)Author
2020-07-25Merge pull request #40 from piggz/musicJF002
2020-07-20Fully implement music app and serviceAdam Pigg
2020-07-19New implementation of the I²C/TWI driver.JF
2020-07-11Merge branch 'develop' of https://github.com/JF002/Pinetime into musicAdam Pigg
2020-07-11Add start of music applictionAdam Pigg
2020-07-04Automatically switch the display on when receiving a notificationJF
2020-07-02Reduce RAM memory usage by tuning the stack of the stasks and the heap alloca...JF
2020-06-07Set idle timeout to 15s before going to sleep.JF
2020-06-01Automatically go to sleep after 5 sec of inactivity.JF
2020-05-07Add SPI NOR Flash driver, WIP.JF
2020-05-02Add new screen that is displayed during the OTA transfert.JF
2020-05-01Defer the discovery of services using the system task.JF
2020-04-19Encapsulate nimble code into NimbleController.JF
2020-03-28Encapsulate Notification management in NotificationManager. It implement a st...JF
2020-03-25Add support for BLE notification (ANS client).JF
2020-03-22Add new App : Sysinfo. It displays various info about the running system : ve...JF
2020-02-23Enable watchdog, and issue a WDT reset when the button is pushed for more tha...JF
2020-02-23Do not compile GFX and older fonts anymore.JF