From ef1d3b3201e3cd6596020aaf3d93848a01054fb8 Mon Sep 17 00:00:00 2001 From: astapleton Date: Thu, 7 Aug 2025 12:00:25 -0700 Subject: [PATCH] Update peripheral support in README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 59900bf..58e6837 100644 --- a/README.md +++ b/README.md @@ -36,14 +36,15 @@ of support for peripherals is shown in the table below. |------------|----|---|---| | GPIO | ✅ | - | | | ICache | ✅ | - | | -|| I2C | ✅ | - | | +| I2C | ✅ | - | | | SPI | ✅ | - | SPI peripheral only (not implemented for USART peripheral) | +| DMA | ✅ | - | Currently one-shot transfers only | +| USB | ✅ | - | | | CAN | 🚧 | - | | | Rng | 🚧 | [#34](https://github.com/stm32-rs/stm32h5xx-hal/issues/34)| | | UART | 🚧 | - | | -| DMA | 🚧 | - | | +| Timers | 🚧 | - | | | ADC | ❌ | [#35](https://github.com/stm32-rs/stm32h5xx-hal/issues/35) | | -| Timers | ❌ | - | | | PWM | ❌ | - | | | Rtc | ❌ | - | | | Flash | ❌ | - | |