mirror of
https://github.com/openharmony/drivers_adapter.git
synced 2026-08-26 21:31:58 -04:00
a842851f50
Signed-off-by: baoguotao <baoguotao@huawei.com>
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