| Age | Commit message (Expand) | Author |
| 2021-06-19 | Add support for BMA425 acceleration sensor. (#440) | JF002 |
| 2021-06-12 | Fix fallthrough on case statement (#403) | Jonathan Vander Mey |
| 2021-06-12 | Move most of the code from the constructor of the objects statically initiali... | Jean-François Milants |
| 2021-06-10 | Minor improvements: use std::make_unique when creating unique_ptr, check the ... | Jean-François Milants |
| 2021-06-06 | Initialize SystemTask, DisplayApp and HeartRateTask as global static variable... | Jean-François Milants |
| 2021-04-24 | Changed access modified indentation | Avamander |
| 2021-04-24 | Reformatted all the files according to clang-format style | Avamander |
| 2021-04-10 | 0.16.0 TWI problems fix | Joaquim |
| 2021-04-09 | Merge branch 'develop' into motion-sensor | Jean-François Milants |
| 2021-04-08 | TwiMaster is now based on the NRFX TWI driver, as it handles more edge cases ... | Jean-François Milants |
| 2021-04-05 | Fix wake up lock in twi | Joaquim |
| 2021-04-05 | array in SettingWakeUp wrong size | Joaquim José Almeida Pereira |
| 2021-04-04 | Reset the step count every day at midnight. | Jean-François Milants |
| 2021-04-04 | Handle return code from BMA driver, and set a flag is the initialization fail... | Jean-François Milants |
| 2021-04-04 | Code cleaning in BMA421 driver. Do the axis inversion in the driver and not i... | Jean-François Milants |
| 2021-04-04 | First integration of the motion sensor (bma 421) : step counting + wake on wr... | Jean-François Milants |
| 2021-04-04 | double tap wakeup error fix | Joaquim |
| 2021-04-04 | Big UI and navigation Rewrite | Joaquim |
| 2021-03-18 | FIX screen corruption #213 | Joaquim |
| 2021-02-12 | eliminated warnings in Hrs3300 | Niall Cooling |
| 2021-01-21 | changed command MemoryDataAccessControl from 036 to 0x36 in St7789 class | Niall Cooling |
| 2021-01-17 | Add License/copyright info in HR related files. | Jean-François Milants |
| 2021-01-10 | First implementation of the HR sensor using 100% foss code (ported from waspos) | Jean-François Milants |
| 2020-11-16 | fix TWI includes | okaestne |
| 2020-11-15 | Include cleanup: drivers | okaestne |
| 2020-10-27 | Merge pull request #111 from JF002/fix-twi-hang | JF002 |
| 2020-10-27 | Handle error code when calling TwiMaster::Read(). | JF |
| 2020-10-27 | Disable sleep mode on the SPI NOR Flash when the version is unknown. This is ... | JF |
| 2020-10-23 | Workaround for bug https://github.com/JF002/Pinetime/issues/79 until a better... | JF |
| 2020-09-13 | Fix race conditions during sleep/wakeup, where SPI/TWI could be disabled whil... | JF |
| 2020-08-22 | Re-implement sleep/wakeup for touch panel, display, NOR Flash, SPI and TWI. | JF |
| 2020-08-17 | Fix most of the warnings. Remaining warnings come from nimble source code. | JF |
| 2020-07-20 | correct include header | frederic lesur LESUR Frederic |
| 2020-07-20 | correct bad including of sdk files | frederic lesur LESUR Frederic |
| 2020-07-19 | New implementation of the I²C/TWI driver. | JF |
| 2020-06-16 | Fix #include that were pointing to my own FS instead of relative paths to the... | JF |
| 2020-06-07 | Fix reset reason (it returns the actual reset reason instead of hard coded 'h... | JF |
| 2020-06-01 | Encapsulate DFU Image buffering and writing into spi flash in DfuImage. | JF |
| 2020-05-24 | Add driver for writing into the internal flash. | JF |
| 2020-05-24 | Fix race condition in SpiMaster.cpp. | JF |
| 2020-05-24 | Merge develop | JF |
| 2020-05-17 | Improve SPI driver (use a mutex to prevent race conditions). | JF |
| 2020-05-11 | Fix race conditions on SPI and integrate the SPI NOR Flash driver into DFUSer... | JF |
| 2020-05-07 | Add SPI NOR Flash driver, WIP. | JF |
| 2020-04-19 | Integration of nimble, work in progress. | JF |
| 2020-03-22 | Add new App : Sysinfo. It displays various info about the running system : ve... | JF |
| 2020-03-11 | Backup and restore vertical scroll offset when goind to sleep/wakeup to avoid... | JF |
| 2020-03-08 | When a full screen refresh is done, apply a vertical scroll during the refres... | JF |
| 2020-03-08 | Do not copy LittleVgl object in DislayApp, use reference instead. | JF |
| 2020-03-03 | Merge branch 'littlevgl' | JF |