README.md

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/hdf_core/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

Repositories Involved

Driver subsystem

drivers_framework