avr-mcu
avr-mcu copied to clipboard
Pragmatic access to AVR chip specifications
Fixes a small typo I came across in the documentation.
Each peripheral `Instance` has a reference to a `RegisterGroup`. I've modeled this as an optional `RegisterGroupRef` which captures the name to reference as well as offset and other details. It's...
Hi. While I was generating c++ headers (from original atdf files) with registers and their bit fields, I've noticed that they have lots of bugs and inconsistencies. I basicly do...
`avr-mcu` is not good I also get it mixed up with `avrd` after a coding hiatus
The packfiles in this repository declare conformance to `avr_tools_device_file.xsd`. Is that file publically available?
Using the `avr_mcu::microcontroller("atmega328p")` function will load and parse every single packfile in the repository, causing it to take ~20s. We should modify the function so that it only loads the...