W800_Smart_Watch/src/W800_SDK_v1.00.10
2024-01-01 21:46:20 +01:00
..
app Added experimental functions allowing to set the BLE modem to sleep to save power. Does not work as intended (bug in the SDK probably). 2024-01-01 21:45:20 +01:00
demo Updated all other files to be inline with version 1.00.10 of the SDK 2023-02-19 16:34:26 +01:00
doc Updated all other files to be inline with version 1.00.10 of the SDK 2023-02-19 16:34:26 +01:00
include Started to add the RTC calibration trigger function - WIP. 2024-01-01 21:46:20 +01:00
ld/w800 Increased application max size in the gcc_csky_bt.ld script as well, added WiFi hotspot scan routine to test antenna 2023-02-19 20:30:04 +01:00
lib/w800 Added libs needed with the SDK version 1.00.10 2023-02-19 17:51:03 +01:00
lvgl Regenerated used fonts (14, 16, 24, 28 and 30) to add accented characters used in the french and german languages. Added parentheses around macro value in app_config.h, Updated the firmware_version.h file. 2023-11-04 12:09:02 +01:00
platform Reworked the RTC driver to internally track the years from 2000 and not 1900 as there are only 7 bits for storing the years and this would overflow in 2028 ... 2023-10-22 09:02:38 +02:00
src Added BLE pairing security when this is the first time the watch is paired to a phone. Depending on the capabilities of the device, it might be required to enter a pass key for bonding. 2023-04-22 22:40:41 +02:00
tools/w800 Added the watch_power_management folder to the header include list 2023-10-22 09:03:46 +02:00
Makefile Added new app_utils module/lib containing miscellaneous utility functions like blocking delays and such. Still need to fully implement the elapsed_ms function. 2023-04-13 13:31:54 +02:00