Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
core/ | 12-May-2024 | - | 379 | 262 | ||
osal/ | 12-May-2024 | - | 1,177 | 669 | ||
platform/ | 12-May-2024 | - | 331 | 293 | ||
test/ | 12-May-2024 | - | 2,888 | 1,912 | ||
BUILD.gn | D | 12-May-2024 | 3.3 KiB | 87 | 81 | |
Kconfig | D | 12-May-2024 | 2.2 KiB | 59 | 52 | |
README.md | D | 12-May-2024 | 975 | 27 | 17 | |
README_zh.md | D | 12-May-2024 | 876 | 27 | 17 | |
hdf.gni | D | 12-May-2024 | 3.9 KiB | 115 | 102 |
README.md
1# khdf\_uniproton 2 3- [Introduction](#section11660541593) 4- [Directory Structure](#section161941989596) 5- [Repositories Involved](#section1371113476307) 6 7## Introduction 8 9This repository stores the code and compilation scripts for the OpenHarmony driver subsystem to adapt to the uniproton kernel and to deploy the hardware driver foundation \(HDF\). 10 11## Directory Structure 12 13``` 14/drivers/hdf_core/adapter/khdf/uniproton 15├── core # Driver code for adapting to the LiteOS Cortex-M kernel 16├── osal # System APIs for adapting to the LiteOS Cortex-M kernel 17├── platform # Platform driver interfaces and adaptation code build 18└── test # Test code for the kernel driver framework 19``` 20 21## Repositories Involved 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\_uniproton 2 3- [简介](#section11660541593) 4- [目录](#section161941989596) 5- [相关仓](#section1371113476307) 6 7## 简介 8 9该仓主要存放OpenHarmony驱动子系统适配uniproton内核的代码和编译脚本,在uniproton内核中部署OpenHarmony驱动框架。 10 11## 目录 12 13``` 14/drivers/hdf_core/adapter/khdf/uniproton 15├── core #适配uniproton内核的框架代码 16├── osal #适配uniproton内核的系统接口 17├── platform #平台驱动接口及适配构建 18└── test #驱动框架以及平台驱动适配相关的测试 19``` 20 21## 相关仓 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