| Age | Commit message (Collapse) | Author |
|
Music
|
|
Fix reset timing and add dummy reading in Cst816S to fix init error on some devices.
|
|
|
|
|
|
|
|
icons are smaller in memory and quicker to draw.
BLE and battery icon replaced in Clock screen.
Added heartbeat and step icons in Clock screen.
Replace all labels in Menu by icons.
Add doc to generate new font.
|
|
|
|
allocated for FreeRTOS.
Add Monitor to log the stack usage of each task.
|
|
|
|
|
|
Apply Release by default.
|
|
|
|
spi flash memory.
|
|
Add some const in SPI driver.
|
|
- 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.
|
|
Write the OK flag for mcuboot using this driver.
|
|
|
|
compatible with mcuboot bootloader (the offset in memory is different).
Add documentation about mcuboot image generation and OTA.
Re-enable watchdog
|
|
|
|
for time handling
|
|
initialization
|
|
application
|
|
|
|
|
|
|
|
|
|
during discovery)
|
|
|
|
|
|
Handle all GAP events.
|
|
Advertising is working.
|
|
static array of notifications to avoid dynamic allocation.
|
|
version, date/time, battery, brightness and resetreason. It contains placeholder for future use (like mac address, uptime,...).
|
|
A default action is taken if the current screen doesn't handle it.
|
|
Add a new app to configure the brightness.
|
|
|
|
|
|
Disable logging once again.
|
|
|
|
than 7s.
|
|
|
|
Refactor SystemTask in its own class.
Refactor Screen to be able to close current screen and open a new one.
Re-enable sleep/wake up and propagate button event to Screens.
|
|
PoC of user interaction with 3 screen (clock, menu and app).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|