8 Star 83 Fork 52

OpenHarmony-Retired / drivers_adapter_khdf_liteos

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.70 KB
一键复制 编辑 原始数据 按行查看 历史
GongHui 提交于 2021-03-16 10:48 . modify readme style

lite_khdf

Introduction

This repository stores the code and compilation scripts for the OpenHarmony driver subsystem to adapt to the LiteOS kernel and to deploy the hardware driver foundation (HDF).

Directory Structure

/drivers/adapter/khdf/liteos
├── model                # Code for adapting to the LiteOS
│   ├── bus              # Bus driver model
│   ├── display          # Display driver model
│   ├── input            # Input driver model
│   ├── network          # WLAN driver model
│   ├── sensor           # Sensor driver model
├── ndk                  # Compilation scripts for adapting to the NDK
├── network              # Code for adapting to the LiteOS kernel network
├── osal                 # System APIs for adapting to the LiteOS kernel
├── test                 # Test code for the LiteOS kernel driver framework
└── tools                # Development tools for the LiteOS kernel

Repositories Involved

Driver subsystem

drivers_framework

drivers_adapter_uhdf

drivers_adapter_khdf_linux

drivers_adapter_khdf_liteos

1
https://gitee.com/openharmony-retired/drivers_adapter_khdf_liteos.git
git@gitee.com:openharmony-retired/drivers_adapter_khdf_liteos.git
openharmony-retired
drivers_adapter_khdf_liteos
drivers_adapter_khdf_liteos
master

搜索帮助