mirror of
https://github.com/openharmony/vendor_openvalley.git
synced 2026-06-30 21:17:58 -04:00
ae32251363
Signed-off-by: linxuemei <linxuemei_jm@hotmail.com>
2.7 KiB
2.7 KiB
vendor_openvalley
介绍
该仓库托管湖南开鸿智谷数字产业发展有限公司Niobe系列开发板的示例程序、配置文件及文档。
目录结构
代码路径说明。
vendor/openvalley/
├── LICENSE
├── niobeu4
│ ├── BUILD.gn
│ ├── config.json # config文件
│ ├── demo # 应用程序目录
│ ├── hals # 适配层目录
│ ├── hdf_config # hdf配置
│ ├── kernel_configs # 内核配置
│ ├── LICENSE
│ └── ohos.build
├── OAT.xml
└── README_zh.md
使用说明
参考device_board_openvalley 仓库下链接使用。
示例展示
开发套件SDK中提供了大量示例代码如下。
| 示例功能 | 示例名称 |
|---|---|
| 调试打印示例 | 001_quick_start |
LOS接口线程使用示例 |
002_system_los_thread |
LOS接口定时器使用示例 |
003_system_los_timer |
LOS接口事件使用示例 |
004_system_los_event |
LOS接口互斥锁使用示例 |
005_system_los_mutex |
LOS接口信号量使用示例 |
006_system_los_semp |
LOS接口消息队列使用示例 |
007_system_los_message |
ADC采集示例 |
101_hdf_adc |
GPIO使用示例 |
102_hdf_gpio |
UART使用示例 |
103_hdf_uart |
看门狗使用示例 |
104_hdf_watchdog |
PWM使用示例 |
105_hdf_pwm |
I2C使用示例 |
106_hdf_i2c |
SPI使用示例 |
107_hdf_spi |
BLUETOOTH使用示例 |
201_bluetooth |
WIFI使用示例 |
202_wifi |
参与贡献
- Fork 本仓库
- 新建 Feat_xxx 分支
- 提交代码
- 新建 Pull Request