2 Star 2 Fork 5

韦东山 / 100ask_r128_demos

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README_zh.md 1.92 KB
一键复制 编辑 原始数据 按行查看 历史
YobeZhou 提交于 2023-12-13 17:37 . feat: add other
Supported Targets R128 DevKit

English | 中文

介绍

100ask_r128_demos 的定位是作为R128的第三方库使用,因此其是基于R128SDK提供的底层接口而编写的应用示例,包括下表所示的几大部分:

get_started ./get_started/README.md
lv_100ask_desktop ./lv_100ask_desktop/README.md
module_driver ./module_driver/README.md
nwatch ./nwatch/README.md
other ./other/README.md
More todo... More todo...

用法

作为R128的第三方库, 100ask_r128_demos 使用起来非常简单:

  1. 将 100ask_r128_demos 目录复制到sdk的此目录下 R128-S2-SDK/lichee/rtos-components/thirdparty
  2. 打开文件 R128-S2-SDK/lichee/rtos-components/thirdparty/Makefile 进行编辑,在文件的最后/最前加入下面的内容:
obj-$(CONFIG_COMPONENTS_100ASK_R128_DEMOS) += 100ask_r128_demos/
  1. 打开文件 R128-S2-SDK/lichee/rtos-components/thirdparty/Kconfig 进行编辑,在文件的最后/最前加入下面的内容:
source components/common/thirdparty/100ask_r128_demos/Kconfig
  1. 执行 mrtos_menuconfig 进入到下面所示的位置进行配置:
System components  --->
    thirdparty components  --->
        USE 100ask_r128_demos  --->
            --- USE 100ask_r128_demos
            [*]   USE USE_100ASK_MODULE_DRIVER  --->
            [ ]   100ask lvgl desktop
            [*]   NWatch demo
            ......
  1. 编译、打包: mrtos && pack

技术交流

1
https://gitee.com/weidongshan/100ask_r128_demos.git
git@gitee.com:weidongshan/100ask_r128_demos.git
weidongshan
100ask_r128_demos
100ask_r128_demos
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891