[PATCH] avr: Removed errant control characters

2022-07-18 Thread Joel Holdsworth via Gcc-patches
Signed-off-by: Joel Holdsworth --- gcc/config/avr/avr-devices.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/gcc/config/avr/avr-devices.cc b/gcc/config/avr/avr-devices.cc index aa284217f50..ff6a5441b77 100644 --- a/gcc/config/avr/avr-devices.cc +++ b/gcc/config/avr/avr-devices.cc @@ -126

RE: [PATCH] avr: add support for tinyAVR 2 family

2022-04-26 Thread Joel Holdsworth via Gcc-patches
> From: Gcc-patches bounces+jholdsworth=nvidia@gcc.gnu.org> On Behalf Of Torsten Duwe > via Gcc-patches > Sent: Tuesday, April 26, 2022 4:00 PM > To: gcc-patches@gcc.gnu.org > Subject: [PATCH] avr: add support for tinyAVR 2 family Note, I also submitted a patch to add support for the AVR-DA a

Ping: [PATCH 0/2] avr: Add support AVR-DA and DB series devices

2022-04-19 Thread Joel Holdsworth via Gcc-patches
Ping patch. Link: https://gcc.gnu.org/pipermail/gcc-patches/2022-April/592668.html Thanks Joel Holdsworth

[PATCH 2/2] avr: Removed errant control characters

2022-04-01 Thread Joel Holdsworth via Gcc-patches
Signed-off-by: Joel Holdsworth --- gcc/config/avr/avr-devices.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/gcc/config/avr/avr-devices.cc b/gcc/config/avr/avr-devices.cc index aa284217f50..ff6a5441b77 100644 --- a/gcc/config/avr/avr-devices.cc +++ b/gcc/config/avr/avr-devices.cc @@ -126

[PATCH 1/2] avr: Added AVR-DA and DB MCU series

2022-04-01 Thread Joel Holdsworth via Gcc-patches
gcc/ * config/avr/avr-mcus.def: Add device definitions. * doc/avr-mmcu.texi: Corresponding changes. * gcc/config/avr/gen-avr-mmcu-texi.c: Added support for avr device prefix. * gcc/config/avr/gen-avr-mmcu-specs.c: Prevent -mmcu=avr* flags from lea

[PATCH 0/2] avr: Add support AVR-DA and DB series devices

2022-04-01 Thread Joel Holdsworth via Gcc-patches
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