1.新增设备/组件支持一览表。

This commit is contained in:
MacRsh
2023-12-14 01:16:55 +08:00
parent 50e2f0572a
commit 9857532359
2 changed files with 40 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
* [标准化设备接口](#标准化设备接口)
* [配置工具](#配置工具)
* [目录结构](#目录结构)
* [设备/组件支持一览表](#设备组件支持一览表)
* [开始使用](#开始使用)
* [配置 `Kconfig` 环境](#配置-kconfig-环境)
* [将框架导入工程](#将框架导入工程)
@@ -130,6 +131,25 @@ int main(void)
----------
# 设备/组件支持一览表
| 设备/组件 | 计划 | 预览 | 稳定 | 文档 |
|:-----------|:----|:----|:----|:----|
| `ADC` | | | [√] | [√] |
| `CAN` | | [√] | | |
| `DAC` | | | [√] | [√] |
| `I2C` | | | [√] | [√] |
| `Soft-I2C` | | | [√] | [√] |
| `Pin` | | | [√] | [√] |
| `PWM` | [√] | | | |
| `Serial` | | | [√] | [√] |
| `SPI` | | | [√] | [√] |
| `Timer` | | | [√] | [√] |
| `LCD` | [√] | | | |
| `Senser` | [√] | | | |
----------
# 开始使用
## 配置 `Kconfig` 环境

View File

@@ -12,6 +12,7 @@
* [Standardized device interface](#standardized-device-interface)
* [Configuration tool](#configuration-tool)
* [Directory structure](#directory-structure)
* [Device/Component Support Overview](#devicecomponent-support-overview)
* [Get Started](#get-started)
* [Configure the Kconfig Environment](#configure-the-kconfig-environment)
* [Import the Framework into the Project](#import-the-framework-into-the-project)
@@ -140,6 +141,25 @@ the `Python` script automatically generates the configuration file.
----------
# Device/Component Support Overview
| Device/Component | Plan | Preview | Stable | Document |
|:-----------------|:-----|:--------|:-------|:---------|
| `ADC` | | | [√] | [√] |
| `CAN` | | [√] | | |
| `DAC` | | | [√] | [√] |
| `I2C` | | | [√] | [√] |
| `Soft-I2C` | | | [√] | [√] |
| `Pin` | | | [√] | [√] |
| `PWM` | [√] | | | |
| `Serial` | | | [√] | [√] |
| `SPI` | | | [√] | [√] |
| `Timer` | | | [√] | [√] |
| `LCD` | [√] | | | |
| `Senser` | [√] | | | |
----------
# Get Started
## Configure the Kconfig Environment