| Age | Commit message (Collapse) | Author |
|
from the host.
|
|
- correctly write all bytes to flash
- check CRC
- Fix bug in notification : they cannot be sent from the control point handler (because it seems you cannot send a notification and a write acknowledge at the same time) using a timer (quick'n'dirty implementation to be improved)
- Improve dfu screen
- Reset if dfu image is correctly copied into flash and crc is ok.
|
|
|
|
https://github.com/lupyuen/pinetime-rust-mynewt/releases/tag/v4.1.4
|
|
CRC verification : work in progress (not fully working for now).
|
|
Update documentation.
Remove Asserts when starting advertising to prevent crash (known bug).
Set version 0.5.0.
|
|
|
|
DFUService (WIP)
|
|
|
|
|
|
|
|
for time handling
|
|
initialization
|
|
|
|
application
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
not as good as I would like).
|
|
during discovery)
|
|
|
|
|
|
|
|
|
|
Handle all GAP events.
|
|
static array of notifications to avoid dynamic allocation.
|
|
Work In Progress!!!
|
|
version, date/time, battery, brightness and resetreason. It contains placeholder for future use (like mac address, uptime,...).
|
|
Add a new app to configure the brightness.
|
|
# Conflicts:
# src/DisplayApp/Screens/Clock.cpp
# src/DisplayApp/Screens/Clock.h
|
|
|
|
PoC of user interaction with 3 screen (clock, menu and app).
|
|
|
|
|
|
per day, now : 0 minutes in 24h).
|
|
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.
|
|
|
|
|
|
It runs every 1s in Running mode, and every 1h in sleep mode.
This should allow to keep the watch on time for more than 4 hours.
|
|
Re-enable them on wake up.
Remove delays that were not needed in st7889 driver.
Hopefully, it'll improve the battery life!
|