summaryrefslogtreecommitdiff
path: root/src/SystemTask/SystemTask.h
AgeCommit message (Expand)AuthorFilesLines
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