1.新增设备/组件支持一览表。
This commit is contained in:
20
README.md
20
README.md
@@ -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` 环境
|
||||
|
||||
20
README_EN.md
20
README_EN.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user