This website requires JavaScript.
Explore
Help
Sign In
Th3maz1ng
/
W800_Smart_Watch
Watch
1
Star
0
Fork
0
You've already forked W800_Smart_Watch
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
6b06e28394
W800_Smart_Watch
/
src
/
W800_SDK_v1.00.10
History
Anatole SCHRAMM
6b06e28394
Enabling the settings save feature (called when leaving the settings screen) only when the HARDWARE_PLATFORM is set to SMART_WATCH_PCB_RELEASE
2023-10-25 12:46:43 +02:00
..
app
Enabling the settings save feature (called when leaving the settings screen) only when the HARDWARE_PLATFORM is set to SMART_WATCH_PCB_RELEASE
2023-10-25 12:46:43 +02: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
Finally cleaned the wm_type_def.h file which was provided by WinnerMicro's SDK...
2023-04-05 14:27:22 +02: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
Taking into account the newly available HARDWARE_PLATFORM for various file configurations
2023-10-25 12:44:48 +02: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