Go to file
2023-11-26 07:47:52 -08:00
application Add device manager module files. 2023-11-25 19:20:48 -08:00
build Modify clang tools usage. 2023-11-24 05:58:00 -08:00
customization design doc. 2023-07-22 00:02:45 -07:00
doc Modify design document. 2023-11-26 07:47:52 -08:00
external Cross compile libconfig. 2023-11-14 08:28:21 -08:00
hal Add device manager module files. 2023-11-25 19:20:48 -08:00
middleware Add device manager module files. 2023-11-25 19:20:48 -08:00
test Modify test develop document. 2023-11-21 07:32:42 -08:00
tools Add cmake tools installation package. 2023-11-25 18:20:03 -08:00
utils Add linux api module. 2023-11-17 07:46:03 -08:00
.clang-format Improve format on shared data module. 2023-11-10 16:03:23 -08:00
.gitignore Improve build. 2023-09-10 07:15:05 -07:00
CMakeLists.txt Improve build. 2023-11-25 19:19:30 -08:00
Makefile Fix a build bug. 2023-09-25 09:32:09 -07:00
README.md Improve build. 2023-09-10 07:09:00 -07:00

1. README

1.1. 编译

架构设计上支持去平台编译和运行。

1.1.1. Ubuntu系统

在项目根目录下执行命令:

make clean  // 如果之前有跨平台编译过需要先make clean
make cmake  // 构建源码生成Makefile文件
cd cmake-shell/   // 在中间文件目录进行编译,把所有中间文件创建在此目录
make        // 编译全部输出构建文件