• Home
Name Date Size #Lines LOC

..--

core/12-May-2024-423296

model/12-May-2024-460314

network/12-May-2024-1,6061,032

osal/12-May-2024-1,301777

platform/12-May-2024-201154

test/12-May-2024-203126

BUILD.gnD12-May-20243.4 KiB9488

KconfigD12-May-20245.8 KiB190168

README.mdD12-May-20241.1 KiB2717

README_zh.mdD12-May-2024981 2717

hdf.gniD12-May-20243.9 KiB115103

hdi_mini.gniD12-May-20243.7 KiB134115

README.md

1# khdf\_liteosm<a name="EN-US_TOPIC_0000001096228646"></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\_m 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_m
15├── core                 # Driver code for adapting to the LiteOS Cortex-M kernel
16├── hcs                  # Script for compiling the HDF configuration source (HCS) file
17├── osal                 # System APIs for adapting to the LiteOS Cortex-M kernel
18└── test                 # Test code for the kernel driver framework
19```
20
21## Repositories Involved<a name="section1371113476307"></a>
22
23[Driver subsystem](https://gitee.com/openharmony/docs/blob/master/en/readme/driver.md)
24
25[drivers\_framework](https://gitee.com/openharmony/drivers_framework/blob/master/README.md)
26
27

README_zh.md

1# khdf\_liteosm<a name="ZH-CN_TOPIC_0000001096228646"></a>
2
3-   [简介](#section11660541593)
4-   [目录](#section161941989596)
5-   [相关仓](#section1371113476307)
6
7## 简介<a name="section11660541593"></a>
8
9该仓主要存放OpenHarmony驱动子系统适配liteos\_m内核的代码和编译脚本,在liteos\_m内核中部署OpenHarmony驱动框架。
10
11## 目录<a name="section161941989596"></a>
12
13```
14/drivers/hdf_core/adapter/khdf/liteos_m
15├── core                 #适配liteos_m内核的框架代码
16├── hcs                  #hcs配置编译脚本
17├── osal                 #适配liteos_m内核的系统接口
18└── test                 #内核驱动框架测试代码
19```
20
21## 相关仓<a name="section1371113476307"></a>
22
23[驱动子系统](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)
24
25[drivers\_framework](https://gitee.com/openharmony/drivers_framework/blob/master/README_zh.md)
26
27