esp-rs / esp32

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

Added field to FIFO registers, for cortex-m debug to work #29

Closed arjanmels closed 4 years ago

arjanmels commented 4 years ago

The cortex-m debugger could not load the SVD file when no fields were defined on these registers.

(BTW it does also not work with the _interrupts.yaml file, so in my local copy I have commented this out for the time being.)