• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..17-Mar-2025-

manager/H17-Mar-2025-12882

model/H17-Mar-2025-6,0224,481

ndk/H17-Mar-2025-11297

network/H17-Mar-2025-1,6781,100

osal/H17-Mar-2025-2,3241,399

platform/H17-Mar-2025-2,3721,760

test/H17-Mar-2025-789645

BUILD.gnH A D17-Mar-20255.7 KiB124119

KconfigH A D17-Mar-20258.3 KiB259229

MakefileH A D17-Mar-20255.6 KiB10873

README.mdH A D17-Mar-20251.8 KiB3927

README_zh.mdH A D17-Mar-20251.7 KiB3927

hdf.gniH A D17-Mar-20253.7 KiB10497

hdf_driver.mkH A D17-Mar-20252.8 KiB5722

hdf_lite.mkH A D17-Mar-20258 KiB194136

lite.mkH A D17-Mar-20255.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