From 30b3eeac0f0dd1b0b5ecf228d31a13eaec391be8 Mon Sep 17 00:00:00 2001 From: thread-liu Date: Wed, 23 Sep 2020 15:48:03 +0800 Subject: [PATCH] [update] ci test. --- bsp/stm32/stm32mp157a-st-discovery/README.md | 38 ++++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/bsp/stm32/stm32mp157a-st-discovery/README.md b/bsp/stm32/stm32mp157a-st-discovery/README.md index 925e7e636..b138e9073 100644 --- a/bsp/stm32/stm32mp157a-st-discovery/README.md +++ b/bsp/stm32/stm32mp157a-st-discovery/README.md @@ -37,25 +37,25 @@ For more details about this board, please refer to the ST official documentation Each peripheral supporting condition for this BSP is as follows: -| On-board Peripheral | **Support** | **Remark** | -| :----------------------------- | :---------: | :-----------------: | -| USB TO UART | YES | | -| PWR | YES | | -| RCC | YES | | -| SD Card (SDMMC) | NO | | -| ETH | NO | | -| AUDIO | NO | | -| **On-chip Peripheral Drivers** | **Support** | **Remark** | -| GPIO | YES | GPIOA-GPIOK, GPIOZ | -| UART | YES | UART4 (ST-Link) | -| EXTI | YES | | -| SPI | YES | | -| TIM | YES | | -| LPTIM | YES | | -| I2C | YES | Software & Hardware | -| ADC | YES | | -| DAC | YES | | -| WWDG | YES | | +| On-board Peripheral | **Support** | **Remark** | +| :----------------------------- | :---------: | :----------------: | +| USB TO UART | YES | | +| PWR | YES | | +| RCC | YES | | +| SD Card (SDMMC) | NO | | +| ETH | NO | | +| AUDIO | NO | | +| **On-chip Peripheral Drivers** | **Support** | **Remark** | +| GPIO | YES | GPIOA-GPIOK, GPIOZ | +| UART | YES | UART4 (ST-Link) | +| EXTI | YES | | +| SPI | YES | | +| TIM | YES | | +| LPTIM | YES | | +| I2C | YES | Software | +| ADC | YES | | +| DAC | YES | | +| WWDG | YES | | ## Execution Instruction -- GitLab