| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 4 年前 | ||
| 4 年前 | ||
| 4 年前 | ||
| 4 年前 | ||
| 4 年前 | ||
| 4 年前 | ||
| 4 年前 | ||
| 5 年前 | ||
| 5 年前 | ||
| 4 年前 |
khdf_liteosm
Introduction
This 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).
Directory Structure
/drivers/adapter/khdf/liteos_m
├── core # Driver code for adapting to the LiteOS Cortex-M kernel
├── hcs # Script for compiling the HDF configuration source (HCS) file
├── osal # System APIs for adapting to the LiteOS Cortex-M kernel
└── test # Test code for the kernel driver framework