Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 402 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 402 Bytes

CHIBIOSHAL-STM32U5

This is a first draft of a ChibiOS/HAL for the STM32U5xx.

This setup is pretty basic but surprisingly effective on my end. That said, there's still plenty of room for improvement, so if you're up for it, dive in and lend a hand!

Here's a lineup of drivers that got the port and a solid run:

  • DMAv2
  • EXTIv1
  • GPIOv2
  • I2Cv3
  • RNGv1
  • RTCv2
  • SPIv3
  • TIMv1
  • USARTv2
  • xWDGv1