openharmony_ci ec0b726b01 !235 docs:add OAT.xml file
Merge pull request !235 from 王超/OpenHarmony_1.0.1_release
2022-02-07 01:35:43 +00:00
2021-04-07 14:44:05 +08:00
2021-03-11 18:38:32 +08:00
2021-03-11 18:38:32 +08:00
2021-03-11 18:38:32 +08:00
2021-06-15 11:37:56 +08:00
2021-03-11 18:38:32 +08:00
2021-06-08 10:06:23 +08:00
2021-03-11 18:38:32 +08:00
2021-03-11 18:38:32 +08:00
2021-03-11 18:38:32 +08:00
2021-03-11 18:38:32 +08:00
2021-03-11 18:38:32 +08:00
2022-01-28 15:17:26 +08:00
2021-03-11 18:38:32 +08:00
2021-03-11 18:38:32 +08:00

linux_khdf

Introduction

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

Directory Structure

/drivers/adapter/khdf/linux
├── config               # Compilation scripts for building and configuring the parsing code
├── hcs                  # HDF configuration and management
├── manager              # Code for starting and adapting to the HDF
├── model                # Code for adapting to the Linux
│   ├── display         # Display driver model
│   ├── input           # Input driver model
│   ├── network         # WLAN driver model
│   ├── sensor         # Sensor driver model
├── network             # Code for adapting to the Linux kernel network
├── osal                # POSIX APIs for adapting to the Linux kernel
├── platform             # Code for adapting the platform APIs to the Linux kernel
│   ├── emmc            # EMMC APIs
│   ├── gpio            # GPIO APIs
│   ├── i2c             # I2C APIs
│   ├── mipi_dsi        # MIPI DSI APIs
│   ├── pwm             # PWM APIs
│   ├── rtc             # RTC APIs
│   ├── sdio            # SDIO APIs
│   ├── spi             # SPI APIs
│   ├── uart            # UART APIs
│   └── watchdog        # WATCHDOG APIs

Repositories Involved

hmf/drivers/framework

hmf/drivers/adapter_uhdf

hmf/drivers/adapter_khdf_linux

hmf/drivers/adapter_khdf_liteos

S
Description
(本仓已停止使用)Linux kernel adapter of the Hardware Driver Foundation (HDF) | HDF Linux内核适配
Readme GPL-2.0 1.4 MiB
Languages
C 87.3%
Makefile 12.3%
Shell 0.4%