Skip to content

Commit 1e1e9e4

Browse files
authored
Update peripheral support in README (#67)
1 parent b53fee6 commit 1e1e9e4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,15 @@ of support for peripherals is shown in the table below.
3636
|------------|----|---|---|
3737
| GPIO || - | |
3838
| ICache || - | |
39-
|| I2C || - | |
39+
| I2C || - | |
4040
| SPI || - | SPI peripheral only (not implemented for USART peripheral) |
41+
| DMA || - | Currently one-shot transfers only |
42+
| USB || - | |
4143
| CAN | 🚧 | - | |
4244
| Rng | 🚧 | [#34](https://github.com/stm32-rs/stm32h5xx-hal/issues/34)| |
4345
| UART | 🚧 | - | |
44-
| DMA | 🚧 | - | |
46+
| Timers | 🚧 | - | |
4547
| ADC || [#35](https://github.com/stm32-rs/stm32h5xx-hal/issues/35) | |
46-
| Timers || - | |
4748
| PWM || - | |
4849
| Rtc || - | |
4950
| Flash || - | |

0 commit comments

Comments
 (0)