| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Workaround for TWI driver freeze
|
|
|
|
because the current bootloader (which does not exposes its version) cannot initialize the chip when it's in sleep mode.
This feature will be re-enabled when the bootloader expses it's version.
|
|
better fix is found.
When the driver is stuck in an infinite loop for more than ~2.5ms, the TWI device is re-init and the transaction is retried.
Read() and Write() return an error code.
|
|
while transaction were in progress (https://github.com/JF002/Pinetime/issues/60).
|
|
|
|
|
|
|
|
(cherry picked from commit 8510e4436f6a2ac7b53fe8cb5010acb840c743b8)
|
|
Fix reset timing and add dummy reading in Cst816S to fix init error on some devices.
|
|
the SDK.
|
|
'hard reset' value).
|
|
Add some const in SPI driver.
|
|
Write the OK flag for mcuboot using this driver.
|
|
|
|
|
|
|
|
DFUService (WIP)
|
|
|
|
Advertising is working.
|
|
version, date/time, battery, brightness and resetreason. It contains placeholder for future use (like mac address, uptime,...).
|
|
avoid scrambled display on wake-up.
|
|
refresh. This makes the transition from one screen the another one smoother, even if the refresh rate is slow.
|
|
Make Cst816s, SpiMaster and St7789 not copiable and not movable
|
|
# Conflicts:
# src/DisplayApp/Screens/Clock.cpp
# src/DisplayApp/Screens/Clock.h
|
|
Disable logging once again.
|
|
than 7s.
|
|
PoC of user interaction with 3 screen (clock, menu and app).
|
|
|
|
|
|
|
|
Code cleaning in SpiMaster.
|
|
be improved by using 'Started' IRQ to prepare the next buffer while the current one is beeing sent.
|
|
= 115.2ms) using IRQ and DMA.
Code needs some cleaning before integration.
|
|
|
|
|
|
|
|
enough to wake the display up.
|
|
Re-enable them on wake up.
Remove delays that were not needed in st7889 driver.
Hopefully, it'll improve the battery life!
|
|
Handle touch event in display app : draw a big square at the touch point coordinates.
|
|
|
|
HUGE performance improvement of the display driver.
|
|
|