We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b53fee6 commit 1e1e9e4Copy full SHA for 1e1e9e4
README.md
@@ -36,14 +36,15 @@ of support for peripherals is shown in the table below.
36
|------------|----|---|---|
37
| GPIO | ✅ | - | |
38
| ICache | ✅ | - | |
39
-|| I2C | ✅ | - | |
+| I2C | ✅ | - | |
40
| SPI | ✅ | - | SPI peripheral only (not implemented for USART peripheral) |
41
+| DMA | ✅ | - | Currently one-shot transfers only |
42
+| USB | ✅ | - | |
43
| CAN | 🚧 | - | |
44
| Rng | 🚧 | [#34](https://github.com/stm32-rs/stm32h5xx-hal/issues/34)| |
45
| UART | 🚧 | - | |
-| DMA | 🚧 | - | |
46
+| Timers | 🚧 | - | |
47
| ADC | ❌ | [#35](https://github.com/stm32-rs/stm32h5xx-hal/issues/35) | |
-| Timers | ❌ | - | |
48
| PWM | ❌ | - | |
49
| Rtc | ❌ | - | |
50
| Flash | ❌ | - | |
0 commit comments