makefile: also clean generic.rs
makefile: all and clean are .PHONY
ci: Get rid of matrix build
Instead of a matrix build just build a single time
with all features enabled.
Signed-off-by: Rahix <rahix@rahix.de>
attiny88: simplify patches thanks to svdpatch fixes
svdpatch: Fix _replace_enum when used on derived fields
Make sure the enum is replaced properly in the case of derived
enumerated values.
Signed-off-by: Rahix <rahix@rahix.de>
svdpatch: Fix peripheral modifications
attiny85: Make differential channel names consistent
attiny85: Numerous patch improvements
attiny85: USI patch fixes
attiny85: Timer patch fixes
attiny85: Add patch for Timer/Counter 1
Signed-off-by: Rahix <rahix@rahix.de>
atmega328p: Add patch for 8-bit asynchronous timer
Signed-off-by: Rahix <rahix@rahix.de>
atmega32u4: Add patch for 10-bit timer/counter
Signed-off-by: Rahix <rahix@rahix.de>
atmega32u4,atmega328p: Add patch for 16-bit timers
Signed-off-by: Rahix <rahix@rahix.de>