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