Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
manager/ | 12-May-2024 | - | 128 | 82 | ||
model/ | 12-May-2024 | - | 5,989 | 4,450 | ||
ndk/ | 12-May-2024 | - | 112 | 97 | ||
network/ | 12-May-2024 | - | 1,681 | 1,100 | ||
osal/ | 12-May-2024 | - | 2,324 | 1,399 | ||
platform/ | 12-May-2024 | - | 2,374 | 1,762 | ||
test/ | 12-May-2024 | - | 776 | 631 | ||
BUILD.gn | D | 12-May-2024 | 5.7 KiB | 124 | 119 | |
Kconfig | D | 12-May-2024 | 8.3 KiB | 259 | 229 | |
Makefile | D | 12-May-2024 | 5.6 KiB | 108 | 73 | |
README.md | D | 12-May-2024 | 1.8 KiB | 39 | 27 | |
README_zh.md | D | 12-May-2024 | 1.7 KiB | 39 | 27 | |
hdf.gni | D | 12-May-2024 | 3.7 KiB | 104 | 97 | |
hdf_driver.mk | D | 12-May-2024 | 2.8 KiB | 57 | 22 | |
hdf_lite.mk | D | 12-May-2024 | 8 KiB | 194 | 136 | |
lite.mk | D | 12-May-2024 | 5.3 KiB | 91 | 58 |
README.md
1# lite\_khdf<a name="EN-US_TOPIC_0000001078489610"></a> 2 3- [Introduction](#section11660541593) 4- [Directory Structure](#section161941989596) 5- [Repositories Involved](#section1371113476307) 6 7## Introduction<a name="section11660541593"></a> 8 9This repository stores the code and compilation scripts for the OpenHarmony driver subsystem to adapt to the LiteOS kernel and to deploy the hardware driver foundation \(HDF\). 10 11## Directory Structure<a name="section161941989596"></a> 12 13``` 14/drivers/hdf_core/adapter/khdf/liteos 15├── model # Code for adapting to the LiteOS 16│ ├── bus # Bus driver model 17│ ├── display # Display driver model 18│ ├── input # Input driver model 19│ ├── network # WLAN driver model 20│ ├── sensor # Sensor driver model 21├── ndk # Compilation scripts for adapting to the NDK 22├── network # Code for adapting to the LiteOS kernel network 23├── osal # System APIs for adapting to the LiteOS kernel 24├── test # Test code for the LiteOS kernel driver framework 25└── tools # Development tools for the LiteOS kernel 26``` 27 28## Repositories Involved<a name="section1371113476307"></a> 29 30[Driver subsystem](https://gitee.com/openharmony/docs/blob/master/en/readme/driver.md) 31 32[drivers\_framework](https://gitee.com/openharmony/drivers_framework/blob/master/README.md) 33 34[drivers\_adapter\_uhdf](https://gitee.com/openharmony/drivers_adapter/blob/master/uhdf/README.md) 35 36[drivers\_adapter\_khdf\_linux](https://gitee.com/openharmony/drivers_adapter_khdf_linux/blob/master/README.md) 37 38[drivers\_adapter\_khdf\_liteos](https://gitee.com/openharmony/drivers_adapter/blob/master/khdf/liteos/README.md) 39
README_zh.md
1# lite\_khdf<a name="ZH-CN_TOPIC_0000001078489610"></a> 2 3- [简介](#section11660541593) 4- [目录](#section161941989596) 5- [相关仓](#section1371113476307) 6 7## 简介<a name="section11660541593"></a> 8 9该仓主要存放OpenHarmony驱动子系统适配liteos内核的代码和编译脚本,在liteos内核中部署OpenHarmony驱动框架。 10 11## 目录<a name="section161941989596"></a> 12 13``` 14/drivers/hdf_core/adapter/khdf/liteos 15├── model #驱动模型适配liteos代码 16│ ├── bus #总线驱动模型 17│ ├── display #显示驱动模型 18│ ├── input #输入驱动模型 19│ ├── network #wifi驱动模型 20│ └── sensor #传感器驱动模型 21├── ndk #适配NDK的编译脚本 22├── network #适配liteos内核网络代码 23├── osal #适配liteos内核的系统接口 24├── test #liteos内核驱动框架测试代码 25└── tools #liteos内核驱动开发工具 26``` 27 28## 相关仓<a name="section1371113476307"></a> 29 30[驱动子系统](https://gitee.com/openharmony/docs/blob/master/zh-cn/readme/%E9%A9%B1%E5%8A%A8%E5%AD%90%E7%B3%BB%E7%BB%9F.md) 31 32[drivers\_framework](https://gitee.com/openharmony/drivers_framework/blob/master/README_zh.md) 33 34[drivers\_adapter\_uhdf](https://gitee.com/openharmony/drivers_adapter/blob/master/uhdf/README_zh.md) 35 36[drivers\_adapter\_khdf\_linux](https://gitee.com/openharmony/drivers_adapter_khdf_linux/blob/master/README_zh.md) 37 38[drivers\_adapter\_khdf\_liteos](https://gitee.com/openharmony/drivers_adapter/blob/master/khdf/liteos/README_zh.md) 39