• Home
Name Date Size #Lines LOC

..--

manager/12-May-2024-12882

model/12-May-2024-5,9894,450

ndk/12-May-2024-11297

network/12-May-2024-1,6811,100

osal/12-May-2024-2,3241,399

platform/12-May-2024-2,3741,762

test/12-May-2024-776631

BUILD.gnD12-May-20245.7 KiB124119

KconfigD12-May-20248.3 KiB259229

MakefileD12-May-20245.6 KiB10873

README.mdD12-May-20241.8 KiB3927

README_zh.mdD12-May-20241.7 KiB3927

hdf.gniD12-May-20243.7 KiB10497

hdf_driver.mkD12-May-20242.8 KiB5722

hdf_lite.mkD12-May-20248 KiB194136

lite.mkD12-May-20245.3 KiB9158

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