W800_Smart_Watch/src/W800 SDK v1.00.08/tools/w800
2023-01-15 20:40:45 +01:00
..
ca Added vanilla SDK, lvgl still needs to be added to the project plus other custom configurations 2022-11-20 20:24:17 +01:00
config Added vanilla SDK, lvgl still needs to be added to the project plus other custom configurations 2022-11-20 20:24:17 +01:00
projects/SDK_Project/project/CDK_WS Added vanilla SDK, lvgl still needs to be added to the project plus other custom configurations 2022-11-20 20:24:17 +01:00
utilities Added vanilla SDK, lvgl still needs to be added to the project plus other custom configurations 2022-11-20 20:24:17 +01:00
zlib-1.2.11 Added vanilla SDK, lvgl still needs to be added to the project plus other custom configurations 2022-11-20 20:24:17 +01:00
.config Changed the memory layout to have more flash space allocated to the application, should now have 1.855 MB instead of the 1.152 MB 2022-12-17 12:07:44 +01:00
.config_backup Changed the memory layout to have more flash space allocated to the application, should now have 1.855 MB instead of the 1.152 MB 2022-12-17 12:07:44 +01:00
conf.mk Added vanilla SDK, lvgl still needs to be added to the project plus other custom configurations 2022-11-20 20:24:17 +01:00
inc.mk Added the watch_peripherals folder to the include path 2023-01-15 20:40:45 +01:00
mconfig.sh Added vanilla SDK, lvgl still needs to be added to the project plus other custom configurations 2022-11-20 20:24:17 +01:00
README.md Added vanilla SDK, lvgl still needs to be added to the project plus other custom configurations 2022-11-20 20:24:17 +01:00
rules.mk Various modification to the SDK 2022-11-27 13:09:52 +01:00
w800_secboot.bin Added vanilla SDK, lvgl still needs to be added to the project plus other custom configurations 2022-11-20 20:24:17 +01:00
w800_secboot.img Added vanilla SDK, lvgl still needs to be added to the project plus other custom configurations 2022-11-20 20:24:17 +01:00
wconfig Added vanilla SDK, lvgl still needs to be added to the project plus other custom configurations 2022-11-20 20:24:17 +01:00
wm_getver.c Added vanilla SDK, lvgl still needs to be added to the project plus other custom configurations 2022-11-20 20:24:17 +01:00
wm_getver.exe Added vanilla SDK, lvgl still needs to be added to the project plus other custom configurations 2022-11-20 20:24:17 +01:00
wm_tool.c Added vanilla SDK, lvgl still needs to be added to the project plus other custom configurations 2022-11-20 20:24:17 +01:00
wm_tool.exe Added vanilla SDK, lvgl still needs to be added to the project plus other custom configurations 2022-11-20 20:24:17 +01:00

wm_tool is a command line tool that provides firmware packaging, firmware download, and log capture for the w600 chip.

wm_tool runs on Windows, Linux and Mac OS X.

Build

cd zlib-1.2.11
make clean;make
cd ..
gcc wm_tool.c -lpthread -o wm_tool -L. zlib-1.2.11/libz.a

Windows system needs to be compiled in MSYS environment. Linux/Mac system needs to install the gcc compiler.