From 85e4c36fd6d5c2a30b49abd52037890c3ecf9f61 Mon Sep 17 00:00:00 2001 From: krzysztof-cabaj Date: Fri, 14 Jun 2024 16:47:22 +0200 Subject: [PATCH 1/2] boards/nucleo-l476rg: fix MCU table --- boards/nucleo-l476rg/doc.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/nucleo-l476rg/doc.txt b/boards/nucleo-l476rg/doc.txt index dc729e209d9f..b44a85a4bf8d 100644 --- a/boards/nucleo-l476rg/doc.txt +++ b/boards/nucleo-l476rg/doc.txt @@ -24,8 +24,8 @@ STM32L476RG microcontroller with 128KiB of RAM and 1MiB of Flash. | Frequency | up to 80MHz | | FPU | yes | | Timers | 16 (2x watchdog, 1 SysTick, 6x 16-bit, 2x 32-bit [TIM2]) | -| ADCs | 1x 12-bit | -| UARTs | 3 (two UARTs and one Low-Power UART) | +| ADCs | 3x 12-bit (up to 16 channels) | +| UARTs | 6 (three USARTs, two UARTs and one Low-Power UART) | | SPIs | 3 | | I2Cs | 3 | | RTC | 1 | From 7b5b265c8822a9fd6282196ba78d4c528d3cf9d6 Mon Sep 17 00:00:00 2001 From: krzysztof-cabaj Date: Fri, 14 Jun 2024 17:11:27 +0200 Subject: [PATCH 2/2] boards/stm32l476g-disco: fix MCU table --- boards/stm32l476g-disco/doc.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/stm32l476g-disco/doc.txt b/boards/stm32l476g-disco/doc.txt index 1d5bbbad67ca..b825daa9951f 100644 --- a/boards/stm32l476g-disco/doc.txt +++ b/boards/stm32l476g-disco/doc.txt @@ -24,8 +24,8 @@ ROM Flash. | Frequency | up to 80MHz | | FPU | yes | | Timers | 16 (2x watchdog, 1 SysTick, 6x 16-bit, 2x 32-bit [TIM2]) | -| ADCs | 1x 12-bit | -| UARTs | 3 (two UARTs and one Low-Power UART) | +| ADCs | 3x 12-bit (up to 16 channels) | +| UARTs | 6 (three USARTs, two UARTs and one Low-Power UART) | | SPIs | 3 | | I2Cs | 3 | | RTC | 1 |