1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00

Merge pull request #20692 from krzysztof-cabaj/nucleo144-MCU-editing

boards/nucleo144: fix I2Cs row name in MCU tables
This commit is contained in:
benpicco 2024-05-24 13:03:13 +00:00 committed by GitHub
commit ffc9a3c2e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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)|