W800_Smart_Watch/src/W800 SDK v1.00.08/tools/w800
2022-11-29 21:24:51 +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 Added vanilla SDK, lvgl still needs to be added to the project plus other custom configurations 2022-11-20 20:24:17 +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 Updated the .gitignore file, started to organize the project source files, created a new task to handle the graphics and more 2022-11-29 21:24:51 +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.