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