luozhonghua111 / zboss-v1.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Short build instructions:

a) Linux
ln -s build-configurations/Platform-linux Platform
ln -s build-configurations/Options-linux-debug Options
make rebuild
make tags

b) 8051 using SDCC
ln -s build-configurations/Platform-8051 Platform
ln -s build-configurations/Options-8051-sim-debug Options
make rebuild
make tags

Call doxygen from the root to generate documentation.

c) Linux/ARM
ln -s build-configurations/Platform-linux-arm Platform
ln -s build-configurations/Options-linux-arm-debug Options

About


Languages

Language:C 84.6%Language:C++ 4.9%Language:Makefile 3.9%Language:Shell 3.8%Language:Assembly 2.6%Language:Objective-C 0.2%Language:QMake 0.0%Language:Batchfile 0.0%Language:HTML 0.0%Language:GDB 0.0%