Files
drivers_adapter/khdf/liteos
openharmony_ci 96ec8317e6 !78 从Make编译切换到GN编译
Merge pull request !78 from Caoruihong/build_gn
2021-07-22 01:50:27 +00:00
..
2021-07-21 11:38:19 +08:00
2021-04-12 20:34:28 +08:00
2021-06-03 14:10:13 +00:00
2021-06-26 07:09:58 +00:00
2021-07-21 11:38:19 +08:00
2021-07-21 11:38:19 +08:00
2021-07-16 09:55:26 +08:00
2021-07-21 11:38:19 +08:00
2021-07-15 19:37:21 +08:00
2021-06-15 17:24:00 +08:00
2021-04-12 20:34:28 +08:00
2021-04-12 20:34:28 +08:00

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