esp-rs / esp32

Peripheral access crate for the ESP32
Apache License 2.0
126 stars 12 forks source link

Updates for UART support #24

Closed arjanmels closed 4 years ago

arjanmels commented 4 years ago

This prepares for UART support. It also includes updates for the dport peripheral (used to enable/disable and reset peripherals).

It is depends on pull request for svdtools to support multiple addressblocks: https://github.com/stm32-rs/svdtools/pull/16