summaryrefslogtreecommitdiff
path: root/src/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-04-04First integration of the motion sensor (bma 421) : step counting + wake on wr...Jean-François Milants7-0/+12082
2021-04-04double tap wakeup error fixJoaquim1-2/+5
2021-04-04Big UI and navigation RewriteJoaquim1-50/+30
2021-03-18FIX screen corruption #213Joaquim2-12/+3
2021-02-12eliminated warnings in Hrs3300Niall Cooling1-4/+5
2021-01-21changed command MemoryDataAccessControl from 036 to 0x36 in St7789 classNiall Cooling1-1/+1
2021-01-17Add License/copyright info in HR related files.Jean-François Milants1-1/+9
2021-01-10First implementation of the HR sensor using 100% foss code (ported from waspos)Jean-François Milants2-0/+155
2020-11-16fix TWI includesokaestne1-0/+2
2020-11-15Include cleanup: driversokaestne17-34/+22
2020-10-27Merge pull request #111 from JF002/fix-twi-hangJF0024-23/+106
2020-10-27Handle error code when calling TwiMaster::Read().JF2-8/+10
2020-10-27Disable sleep mode on the SPI NOR Flash when the version is unknown. This is ...JF1-3/+3
2020-10-23Workaround for bug https://github.com/JF002/Pinetime/issues/79 until a better...JF2-15/+96
2020-09-13Fix race conditions during sleep/wakeup, where SPI/TWI could be disabled whil...JF1-1/+3
2020-08-22Re-implement sleep/wakeup for touch panel, display, NOR Flash, SPI and TWI.JF8-17/+62
2020-08-17Fix most of the warnings. Remaining warnings come from nimble source code.JF2-6/+3
2020-07-21correct include headerfrederic lesur LESUR Frederic1-2/+2
2020-07-21correct bad including of sdk filesfrederic lesur LESUR Frederic1-2/+2
2020-07-19New implementation of the I²C/TWI driver.JF4-48/+214
2020-06-16Fix #include that were pointing to my own FS instead of relative paths to the...JF1-1/+1
2020-06-07Fix reset reason (it returns the actual reset reason instead of hard coded 'h...JF1-11/+11
2020-06-01Encapsulate DFU Image buffering and writing into spi flash in DfuImage.JF6-7/+7
2020-05-24Add driver for writing into the internal flash.JF2-0/+54
2020-05-24Fix race condition in SpiMaster.cpp.JF1-0/+2
2020-05-24Merge developJF2-36/+31
2020-05-17Improve SPI driver (use a mutex to prevent race conditions).JF2-17/+24
2020-05-11Fix race conditions on SPI and integrate the SPI NOR Flash driver into DFUSer...JF6-35/+215
2020-05-07Add SPI NOR Flash driver, WIP.JF8-16/+183
2020-04-19Integration of nimble, work in progress.JF1-10/+10
2020-03-22Add new App : Sysinfo. It displays various info about the running system : ve...JF2-11/+23
2020-03-11Backup and restore vertical scroll offset when goind to sleep/wakeup to avoid...JF2-0/+3
2020-03-08When a full screen refresh is done, apply a vertical scroll during the refres...JF2-5/+5
2020-03-08Do not copy LittleVgl object in DislayApp, use reference instead.JF3-0/+16
2020-03-03Merge branch 'littlevgl'JF8-32/+226
2020-03-01Add debugPins module that provides functions to set and clear debug GPIOs.JF2-0/+74
2020-02-23Enable watchdog, and issue a WDT reset when the button is pushed for more tha...JF2-0/+77
2020-02-16Add touch panel port to lvgl.JF1-20/+20
2020-02-15Add support for hardware assisted vertical scrolling.JF2-0/+23
2020-02-12Log Touchpanel data (position + gesture!)JF2-14/+55
2020-02-08First quick'n'dirty integration of LittleVGL. Needs some cleaning.JF2-18/+20
2020-01-26GFX : wait end of transfert using a task notification.JF2-60/+53
2020-01-26Better integration of SPI with DMA and IRQ. Using only 'End' IRQ. Perf could ...JF5-94/+64
2020-01-22[WIP] Max SPI speed reached (119ms for a full refresh. Theo max : 240*240*16 ...JF4-44/+82
2020-01-22[WIP] Use IRQ in SPI driver to improve performancesJF2-49/+71
2020-01-19Implement the SPI driver using DMA.JF4-39/+98
2020-01-18Refactor ctor() and Ini() of SpiMaster.JF2-11/+14
2020-01-18Apply Hardware reset on display during wake-up, as softreset might not be eno...JF1-0/+1
2020-01-17Disable SPI, I²C, touch controller and display controller in sleep mode.JF6-3/+66
2020-01-03Add basic touch panel driver.JF2-0/+124