Go to file
2024-02-16 17:47:41 -08:00
application Backup:DeivceManager test code. 2024-02-16 04:31:40 -08:00
build Add MucManager module. 2024-02-02 06:25:00 -08:00
customization
doc Add:contor infrared light and get photosensitivity value. 2024-02-12 23:46:11 -08:00
external Fixed:Resolve CMakeLists warning. 2024-02-15 19:39:13 -08:00
hal Add:KeyControl test code. 2024-02-16 17:47:41 -08:00
middleware Add:KeyControl test code. 2024-02-16 17:47:41 -08:00
test Add:KeyControl test code. 2024-02-16 17:47:41 -08:00
tools
utils Add:KeyControl test code. 2024-02-16 17:47:41 -08:00
.clang-format Add MucManager module. 2024-02-02 06:25:00 -08:00
.gitignore
CMakeLists.txt Improve Config builed. 2023-12-01 20:18:24 -08:00
Makefile Fixed:build gtest failed. 2024-02-13 05:33:03 -08:00
README.md

1. README

1.1. 编译

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

1.1.1. Ubuntu系统

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

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