In 2021, Microchip launched two new series of AVR microcontrollers: AVR-DA and AVR-DB. This patch-set contains patches to add support for the full set of both series of devices, by listing the memory layouts in avr-mcus.def.
There is an open GitHub Pull Request to add support for these devices to avr-libc here: https://github.com/avrdudes/avr-libc/pull/881 In addition, this patch-set includes a patch to remove non-printable characters from avr-devices.cc. Joel Holdsworth (2): avr: Added AVR-DA and DB MCU series avr: Removed errant control characters gcc/config/avr/avr-devices.cc | 2 -- gcc/config/avr/avr-mcus.def | 22 ++++++++++++++++++++++ gcc/config/avr/gen-avr-mmcu-specs.cc | 2 +- gcc/config/avr/gen-avr-mmcu-texi.cc | 2 +- gcc/doc/avr-mmcu.texi | 6 +++--- 5 files changed, 27 insertions(+), 7 deletions(-) -- 2.35.GIT