Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 314 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 314 Bytes

STM32 serial driver

This is a very simple, Arduino-inspired library for serial functionality on STM32 devices.

It relies on the low-level (LL_USART) library from the STM32Cube drivers.

The following STM32 device families have been tested.

  • STM32F3
  • STM32L1

Porting to other devices should be trivial.