aboutsummaryrefslogtreecommitdiffstats
path: root/src/SystemTask
Commit message (Expand)AuthorAgeFilesLines
* Renamed SystemTask/ to systemtask/Avamander2020-10-023-385/+0
* Add BatteryInformationService to expose the battery level to BLE host.JF2020-09-271-1/+1
* Call SpiNorFlash::WakeUp() during initialization to ensure that the chip is n...JF2020-09-201-0/+1
* Fix race conditions during sleep/wakeup, where SPI/TWI could be disabled whil...JF2020-09-132-17/+31
* Re-implement sleep/wakeup for touch panel, display, NOR Flash, SPI and TWI.JF2020-08-222-1/+16
* Fix most of the warnings. Remaining warnings come from nimble source code.JF2020-08-172-2/+1
* Add new screen that allows the user to manually validate the new firmware he'...JF2020-08-111-8/+0
* Merge pull request #40 from piggz/musicJF0022020-07-252-2/+6
|\
| * Fully implement music app and serviceAdam Pigg2020-07-202-1/+3
| * Merge branch 'develop' of https://github.com/JF002/Pinetime into musicAdam Pigg2020-07-113-5/+66
| |\
| * | Add start of music applictionAdam Pigg2020-07-111-1/+3
* | | New implementation of the I²C/TWI driver.JF2020-07-192-3/+8
| |/ |/|
* | Automatically switch the display on when receiving a notificationJF2020-07-042-5/+11
* | Add doc about memory usage analysis.JF2020-07-031-1/+1
* | Reduce RAM memory usage by tuning the stack of the stasks and the heap alloca...JF2020-07-023-0/+55
* | Re-enable watchdogJF2020-06-271-2/+2
* | Update to nimble 1.3.0 + WIP : debug BLE connection issue with android phones.JF2020-06-161-2/+2
|/
* Fix idle timer bug that would prevent the screen from waking up.JF2020-06-131-0/+3
* 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-012-8/+54
* DFU : add timeout detection : abort dfu procedure after 10s without any data ...JF2020-06-011-1/+2
* Improve DFU procedure :JF2020-06-011-0/+1
* Add driver for writing into the internal flash.JF2020-05-241-27/+7
* Refactor CMake files to allow building 2 binaries : one standalone and one co...JF2020-05-241-5/+5
* Working demo of OTA using MCUBoot https://github.com/lupyuen/pinetime-rust-my...JF2020-05-241-0/+29
* Fix race conditions on SPI and integrate the SPI NOR Flash driver into DFUSer...JF2020-05-111-8/+6
* Add SPI NOR Flash driver, WIP.JF2020-05-072-3/+8
* Merge branch 'nimble' into nimble-otaJF2020-05-021-2/+2
|\
| * Re-enable watchdogJF2020-04-271-2/+2
* | Add new screen that is displayed during the OTA transfert.JF2020-05-022-1/+8
* | Defer the discovery of services using the system task.JF2020-05-012-2/+19
|/
* BLE : Display the actual status of the connection on the screen.JF2020-04-271-1/+2
* Remove references to BLE ManagerAdam Pigg2020-04-271-1/+0
* NimbleController : CTS & ANS working but not at the same time (conflict durin...JF2020-04-251-1/+1
* NimbleController : support CTSJF2020-04-221-1/+1
* Encapsulate nimble code into NimbleController.JF2020-04-192-75/+6
* Integration of nimble, work in progress.JF2020-04-191-6/+84
* Encapsulate Notification management in NotificationManager. It implement a st...JF2020-03-282-13/+15
* Add support for BLE notification (ANS client).JF2020-03-252-2/+9
* Add new App : Sysinfo. It displays various info about the running system : ve...JF2020-03-222-2/+5
* Display battery level and BLE connection status using icon on Clock screen.JF2020-03-141-3/+3
* When a full screen refresh is done, apply a vertical scroll during the refres...JF2020-03-081-2/+2
* Call ble_manager_init_peer_manager() _after_ the scheduler has been started. ...JF2020-03-061-0/+1
* Re-Enable BLEJF2020-03-021-1/+1
* Add new Screens (gauge, meter,...)JF2020-02-261-1/+1
* Enable watchdog, and issue a WDT reset when the button is pushed for more tha...JF2020-02-232-1/+9
* Re-enable BLE, BLE status on display and battery level on display.JF2020-02-231-2/+4
* Do not compile GFX and older fonts anymore.JF2020-02-232-0/+175