From 0c188a1699916bef211f1483f5246c6c4dca57d8 Mon Sep 17 00:00:00 2001 From: GongHui Date: Tue, 16 Mar 2021 10:52:07 +0800 Subject: [PATCH] modify readme style --- README.md | 32 ++++++++++++++++---------------- README_zh.md | 32 ++++++++++++++++---------------- 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index 3f1ac2e..a7b293b 100644 --- a/README.md +++ b/README.md @@ -16,23 +16,23 @@ This repository stores the code and compilation scripts for the OpenHarmony driv ├── hcs # HDF configuration and management ├── manager # Code for starting and adapting to the HDF ├── model # Code for adapting to 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 +│ ├── 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 +│ ├── 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 diff --git a/README_zh.md b/README_zh.md index cf6a90b..b3848ec 100644 --- a/README_zh.md +++ b/README_zh.md @@ -16,23 +16,23 @@ ├── hcs #linux内核下HDF的配置管理目录 ├── manager #linux内核下启动适配启动HDF框架代码 ├── model #驱动模型适配linux代码 -│ ├── display #显示驱动模型 -│ ├── input #输入驱动模型 -│ ├── network #wifi驱动模型 -│ └── sensor #传感器驱动模型 -├── network #适配linux内核网络代码 -├── osal #适配linux内核的posix接口 +│ ├── display #显示驱动模型 +│ ├── input #输入驱动模型 +│ ├── network #wifi驱动模型 +│ └── sensor #传感器驱动模型 +├── network #适配linux内核网络代码 +├── osal #适配linux内核的posix接口 ├── platform #平台设备接口适配linux内核代码 -│ ├── emmc #emmc操作接口 -│ ├── gpio #gpio接口 -│ ├── i2c #i2c接口 -│ ├── mipi_dsi #mipi dsi接口 -│ ├── pwm #pwm接口 -│ ├── rtc #rtc接口 -│ ├── sdio #sdio接口 -│ ├── spi #spi接口 -│ ├── uart #uart接口 -│ └── watchdog #watchdog接口 +│ ├── emmc #emmc操作接口 +│ ├── gpio #gpio接口 +│ ├── i2c #i2c接口 +│ ├── mipi_dsi #mipi dsi接口 +│ ├── pwm #pwm接口 +│ ├── rtc #rtc接口 +│ ├── sdio #sdio接口 +│ ├── spi #spi接口 +│ ├── uart #uart接口 +│ └── watchdog #watchdog接口 ``` ## 相关仓 -- Gitee