From 2bf93b6fed542255bce84d76eba885fe9b7e0fa7 Mon Sep 17 00:00:00 2001 From: krzysztof-cabaj Date: Fri, 24 May 2024 10:58:03 +0200 Subject: [PATCH] boards/nucleo144: fix I2Cs row name in MCU tables --- boards/nucleo-f767zi/doc.txt | 2 +- boards/nucleo-l552ze-q/doc.txt | 2 +- boards/nucleo-u575zi-q/doc.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/boards/nucleo-f767zi/doc.txt b/boards/nucleo-f767zi/doc.txt index 01b5e7d712..57840e56e0 100644 --- a/boards/nucleo-f767zi/doc.txt +++ b/boards/nucleo-f767zi/doc.txt @@ -26,7 +26,7 @@ STM32F767ZI microcontroller with 512KiB of RAM and 2 MiB of Flash. | Timers | 18 (2x watchdog, 1 SysTick, 2x 32-bit, 13x 16-bit) | | ADCs | 3x 12 bit (up to 24 channels) | | UARTs | 4 | -| I2cs | 4 | +| I2Cs | 4 | | SPIs | 6 | | CAN | 3 | | RTC | 1 | diff --git a/boards/nucleo-l552ze-q/doc.txt b/boards/nucleo-l552ze-q/doc.txt index c487337074..911a70f74a 100644 --- a/boards/nucleo-l552ze-q/doc.txt +++ b/boards/nucleo-l552ze-q/doc.txt @@ -26,7 +26,7 @@ of Flash. | TrustZone | yes | | Timers | 16 | | UARTs | 6 (3xUSART, 2xUART, 1xLPUART)| -| I2cs | 4 | +| I2Cs | 4 | | SPIs | 3 | | CAN | 1 | | Datasheet | [Datasheet](https://www.st.com/resource/en/datasheet/stm32l552ze.pdf)| diff --git a/boards/nucleo-u575zi-q/doc.txt b/boards/nucleo-u575zi-q/doc.txt index 67af20ee2a..b82b75e7dc 100644 --- a/boards/nucleo-u575zi-q/doc.txt +++ b/boards/nucleo-u575zi-q/doc.txt @@ -27,7 +27,7 @@ ture-description-include-personalized-no-cpn-medium.jpg) | TrustZone | yes | | Timers | 17 | | UARTs | 6 (3xUSART, 2xUART, 1xLPUART)| -| I2cs | 4 | +| I2Cs | 4 | | SPIs | 3 | | CAN | 1 | | Datasheet | [Datasheet](https://www.st.com/resource/en/datasheet/stm32u575zi.pdf)|