Name Date Size

..25-Oct-20244 KiB

BUILD.gnH A D25-Oct-20243.4 KiB

core/H25-Oct-20244 KiB

hdf.gniH A D25-Oct-20243.9 KiB

hdi_mini.gniH A D25-Oct-20243.7 KiB

KconfigH A D25-Oct-20245.8 KiB

model/H25-Oct-20244 KiB

network/H25-Oct-20244 KiB

osal/H25-Oct-20244 KiB

platform/H25-Oct-20244 KiB

README.mdH A D25-Oct-20241.1 KiB

README_zh.mdH A D25-Oct-2024981

test/H25-Oct-20244 KiB

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