diff --git a/docs/.vuepress/theme.ts b/docs/.vuepress/theme.ts index 97bf77c..edfe3e9 100644 --- a/docs/.vuepress/theme.ts +++ b/docs/.vuepress/theme.ts @@ -92,7 +92,7 @@ export default hopeTheme({ playground: { presets: ["ts", "vue"], }, - revealjs: ["highlight", "math", "search", "notes", "zoom"], + revealJs: ["highlight", "math", "search", "notes", "zoom"], stylize: [ { matcher: "Recommended", diff --git a/docs/getting_started/README.md b/docs/getting_started/README.md index 0152560..16c9827 100644 --- a/docs/getting_started/README.md +++ b/docs/getting_started/README.md @@ -13,7 +13,8 @@ AirMCU 是一个由社区推动,旨在适配上海合宙通信有限公司的 | MCU 系列 | 是否支持 | 详细链接 | | :-------: | :------: | :-----------------: | | Air001 | ✅ | | -| Air32F103 | 🔨 | | +| Air32F103 | ✅ | | +| Air401 | ✅ | | 有关开发板的更多资料,请查看所述链接中的开发板内容。 diff --git a/docs/library/readme.md b/docs/library/readme.md index e44793e..f586324 100644 --- a/docs/library/readme.md +++ b/docs/library/readme.md @@ -8,17 +8,17 @@ icon: certificate 目前,AirMCU 通过 Arduino API 支持以下外设。 -|外设|Air001|Air32F103|备注| +|外设|Air001|Air32F103|Air401|备注| |:---:|:---:|:---:|:---:| -|ADC|✅|🔨|| -|DAC|❌|🔨|| -|GPIO|✅|✅|| -|I2C|✅|🔨|| -|Servo|✅|🔨|| -|SPI|✅|🔨|| -|PWM|✅|🔨|| -|UART|✅|🔨|| -|USB|❌|🔨|| +|ADC|✅|🔨|🔨|| +|DAC|❌|🔨|🔨|| +|GPIO|✅|✅|✅|| +|I2C|✅|🔨|🔨|| +|Servo|✅|🔨|🔨|| +|SPI|✅|🔨|🔨|| +|PWM|✅|🔨|🔨|| +|UART|✅|🔨|✅|| +|USB|❌|🔨|❌|| - ✅:支持 - 🔨:开发中 @@ -39,3 +39,4 @@ AirMCU 提供了一些独特的 API,如本节所述: - [air001](https://air001.cn) - [air32f103](https://air32.cn) +- [air401](https://air401.cn)