From de1d2011721f6f56e63382af16cfbace8750b24f Mon Sep 17 00:00:00 2001
From: Birte Kristina Friesel <derf@finalrewind.org>
Date: Mon, 12 Feb 2024 17:37:58 +0100
Subject: [PATCH] =?UTF-8?q?README:=20Add=20I=C2=B2C=20on=20STM32F7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4cba957..4997ab5 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ features; the remainder of this README covers details.
 | MSP430FR5994 | 16 MHz | 48 (256) KiB FRAM | 4 (8) KiB SRAM | I²C, SPI, UART, DMX, ADC |
 | RM46L852 (Cortex-R4F) | 160 MHz | 1.25 MiB Flash | 192 KiB SRAM | |
 | STM32F446RE (Cortex-M4) | 168 MHz | 512 KiB Flash | 128 KiB SRAM | I²C |
-| STM32F746ZG (Cortex-M7) | 216 MHz | 1 MiB Flash | 320 KiB SRAM | |
+| STM32F746ZG (Cortex-M7) | 216 MHz | 1 MiB Flash | 320 KiB SRAM | I²C |
 | POSIX | – | – | – | I²C |
 
 ## Supported Architectures
@@ -140,6 +140,7 @@ Preliminary support, timers may be incorrect.
 Peripheral communication:
 
 * UART output on USART3
+* I²C on I2C1 muxed to PB8 / PB9
 
 ### POSIX
 
-- 
GitLab