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