1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 00:29:46 +01:00

boards/nucleo144: fix I2Cs row name in MCU tables

This commit is contained in:
krzysztof-cabaj 2024-05-24 10:58:03 +02:00
parent 47b74fc021
commit 2bf93b6fed
3 changed files with 3 additions and 3 deletions

View File

@ -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 |

View File

@ -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)|

View File

@ -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)|