From cf89e9991dc30a56fb39548136b32da257443dde Mon Sep 17 00:00:00 2001 From: Anthony Brandon Date: Thu, 30 Apr 2020 10:46:56 +0200 Subject: [PATCH] boards: stm32l496g_disco: Update board doc for sdmmc Add entries to features and pinmux tables to reflect support for sdmmc. Signed-off-by: Anthony Brandon --- boards/arm/stm32l496g_disco/doc/index.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/boards/arm/stm32l496g_disco/doc/index.rst b/boards/arm/stm32l496g_disco/doc/index.rst index d1c34ae9750..11b397df2cb 100644 --- a/boards/arm/stm32l496g_disco/doc/index.rst +++ b/boards/arm/stm32l496g_disco/doc/index.rst @@ -140,6 +140,8 @@ The Zephyr stm32l496g_disco board configuration supports the following hardware +-----------+------------+-------------------------------------+ | I2C | on-chip | i2c | +-----------+------------+-------------------------------------+ +| SDMMC | on-chip | disk access | ++-----------+------------+-------------------------------------+ | SPI | on-chip | spi | +-----------+------------+-------------------------------------+ | PWM | on-chip | pwm | @@ -167,6 +169,7 @@ Default Zephyr Peripheral Mapping: - UART_2 TX/RX : PA2/PD6 (ST-Link Virtual Port Com) - LPUART_1 TX/RX : PG7/PG8 (Arduino Serial) - I2C1 SCL/SDA : PB8/PB7 (Arduino I2C) +- SDMMC_1 D0/D1/D2/D3/CK/CMD: PC8/PC9/PC10/PC11/PC12/PD2 - SPI1 SCK/MISO/MOSI : PA5/PB4/PB5 (Arduino SPI) - I2C_1_SCL : PB8 - I2C_1_SDA : PB7