W801_SDK_dev_env/tools/w800
2023-03-31 16:09:12 +02:00
..
ca SDK updated 2022-11-01 18:22:10 +01:00
config SDK updated 2022-11-01 18:22:10 +01:00
projects/SDK_Project/project/CDK_WS Updated SDK from version 1.00.08 to 1.00.10 2023-03-08 08:23:45 +01:00
utilities Added missing tools 2022-11-01 18:42:59 +01:00
zlib-1.2.11 SDK updated 2022-11-01 18:22:10 +01:00
.config SDK updated 2022-11-01 18:22:10 +01:00
.config.old SDK updated 2022-11-01 18:22:10 +01:00
conf.mk Updated SDK from version 1.00.08 to 1.00.10 2023-03-08 08:23:45 +01:00
inc.mk Added the ble folder to the include paths 2023-03-26 23:03:08 +02:00
mconfig.sh SDK updated 2022-11-01 18:22:10 +01:00
README.md SDK updated 2022-11-01 18:22:10 +01:00
rules.mk Changed the parameter passed to the size utility 2023-03-31 16:09:12 +02:00
w800_secboot.bin SDK updated 2022-11-01 18:22:10 +01:00
w800_secboot.img SDK updated 2022-11-01 18:22:10 +01:00
wconfig SDK updated 2022-11-01 18:22:10 +01:00
wm_getver.c SDK updated 2022-11-01 18:22:10 +01:00
wm_getver.exe Added missing tools 2022-11-01 18:42:59 +01:00
wm_tool.c SDK updated 2022-11-01 18:22:10 +01:00
wm_tool.exe Added missing tools 2022-11-01 18:42:59 +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.