| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-02 | Reduce RAM memory usage by tuning the stack of the stasks and the heap ↵ | JF | |
| allocated for FreeRTOS. Add Monitor to log the stack usage of each task. | |||
| 2020-06-07 | Set idle timeout to 15s before going to sleep. | JF | |
| 2020-06-01 | Automatically go to sleep after 5 sec of inactivity. | JF | |
| Advertise for 3 minutes at startup and on wake-up. Disable automatic continuous StartAdvertising. | |||
| 2020-05-07 | Add SPI NOR Flash driver, WIP. | JF | |
| 2020-05-02 | Add new screen that is displayed during the OTA transfert. | JF | |
| 2020-05-01 | Defer the discovery of services using the system task. | JF | |
| 2020-04-19 | Encapsulate nimble code into NimbleController. | JF | |
| Handle all GAP events. | |||
| 2020-03-28 | Encapsulate Notification management in NotificationManager. It implement a ↵ | JF | |
| static array of notifications to avoid dynamic allocation. | |||
| 2020-03-25 | Add support for BLE notification (ANS client). | JF | |
| Work In Progress!!! | |||
| 2020-03-22 | Add new App : Sysinfo. It displays various info about the running system : ↵ | JF | |
| version, date/time, battery, brightness and resetreason. It contains placeholder for future use (like mac address, uptime,...). | |||
| 2020-02-23 | Enable watchdog, and issue a WDT reset when the button is pushed for more ↵ | JF | |
| than 7s. | |||
| 2020-02-23 | Do not compile GFX and older fonts anymore. | JF | |
| Refactor SystemTask in its own class. Refactor Screen to be able to close current screen and open a new one. Re-enable sleep/wake up and propagate button event to Screens. | |||
