Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
core/ | 12-May-2024 | - | 423 | 296 | ||
model/ | 12-May-2024 | - | 460 | 314 | ||
network/ | 12-May-2024 | - | 1,606 | 1,032 | ||
osal/ | 12-May-2024 | - | 1,301 | 777 | ||
platform/ | 12-May-2024 | - | 201 | 154 | ||
test/ | 12-May-2024 | - | 203 | 126 | ||
BUILD.gn | D | 12-May-2024 | 3.4 KiB | 94 | 88 | |
Kconfig | D | 12-May-2024 | 5.8 KiB | 190 | 168 | |
README.md | D | 12-May-2024 | 1.1 KiB | 27 | 17 | |
README_zh.md | D | 12-May-2024 | 981 | 27 | 17 | |
hdf.gni | D | 12-May-2024 | 3.9 KiB | 115 | 103 | |
hdi_mini.gni | D | 12-May-2024 | 3.7 KiB | 134 | 115 |
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