Skip to content

Commit

Permalink
裁剪工程,仅作为GUI工程案例使用
Browse files Browse the repository at this point in the history
  • Loading branch information
jiale-gdyd committed Feb 28, 2023
1 parent 5171a74 commit 025d9f1
Show file tree
Hide file tree
Showing 1,678 changed files with 104 additions and 445,985 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
## 一、构建应用,(默认master分支)可以根据configs/*_defconfig文件对功能进行裁剪

### 构建基于主机的应用
+ 构建主机的单元测试项目
```shell
./build.sh host_unittest 最终生成host_unittest可执行文件,可通过修改build.host.version中对应名字的版本号
```
+ 构建基于主机的LVGL项目
```shell
./build.sh host_lvgl_gui 最终生成lvgl_gui可执行文件,可通过修改build.host.version中对应名字的版本号
Expand All @@ -26,10 +22,6 @@
```

### 构建基于瑞星微rv1109/rv1126的应用
+ 构建基于rv1109/rv1126 soc的单元测试项目
```shell
./build.sh rv11xx_unittest 最终生成rv11xx_unittest可执行文件,可通过修改build.rv11xx.version中对应名字的版本号
```
+ 构建基于rv1109/rv1126 soc的LVGL项目
```shell
./build.sh rv11xx_lvgl_gui 最终生成lvgl_gui可执行文件,可通过修改build.rv11xx.version中对应名字的版本号
Expand Down
2 changes: 0 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,10 @@ function help()
echo " - help 显示帮助信息"
echo " - clean 清理项目工程"
echo "================================================================================="
echo " - host_unittest 构建使用构建主机的单元测试项目"
echo " - host_awtk_gui 构建使用构建主机的awtk gui项目"
echo " - host_lvgl_gui 构建使用构建主机的lvgl gui项目"
echo " - host_azure_gui 构建使用构建主机的azure gui项目"
echo "================================================================================="
echo " - rv11xx_unittest 构建使用rv1109/rv1126 soc板卡的单元测试项目"
echo " - rv11xx_awtk_gui 构建使用rv1109/rv1126 soc板卡的awtk gui项目"
echo " - rv11xx_lvgl_gui 构建使用rv1109/rv1126 soc板卡的lvgl gui项目"
echo " - rv11xx_azure_gui 构建使用rv1109/rv1126 soc板卡的azure gui项目"
Expand Down
5 changes: 0 additions & 5 deletions config/build.host.version
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ VERSION = 6
PATCHLEVEL = 2
SUBLEVEL = 0
EXTRAVERSION = 1
else ifeq ($(APP_NAME),host_unittest)
VERSION = 0
PATCHLEVEL = 0
SUBLEVEL = 0
EXTRAVERSION = 1
else
VERSION = 0
PATCHLEVEL = 0
Expand Down
5 changes: 0 additions & 5 deletions config/build.rv11xx.version
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ VERSION = 6
PATCHLEVEL = 2
SUBLEVEL = 0
EXTRAVERSION = 1
else ifeq ($(APP_NAME),rv11xx_unittest)
VERSION = 0
PATCHLEVEL = 0
SUBLEVEL = 0
EXTRAVERSION = 1
else
VERSION = 0
PATCHLEVEL = 0
Expand Down
30 changes: 0 additions & 30 deletions configs/host_unittest_defconfig

This file was deleted.

30 changes: 0 additions & 30 deletions configs/rv11xx_unittest_defconfig

This file was deleted.

215 changes: 0 additions & 215 deletions project/3rdparty/include/bindings/binding.hpp

This file was deleted.

Loading

0 comments on commit 025d9f1

Please sign in to comment.