public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 0/2] avr: Add support AVR-DA and DB series devices
@ 2022-04-01 15:20 Joel Holdsworth
  2022-04-01 15:20 ` [PATCH 1/2] avr: Added AVR-DA and DB MCU series Joel Holdsworth
  2022-04-01 15:20 ` [PATCH 2/2] avr: Removed errant control characters Joel Holdsworth
  0 siblings, 2 replies; 5+ messages in thread
From: Joel Holdsworth @ 2022-04-01 15:20 UTC (permalink / raw)
  To: gcc-patches
  Cc: Denis Chertykov, Georg-Johann Lay, Jakub Jelinek, Joern Rennecke,
	Joseph Myers, Martin Liska, Matwey V . Kornilov,
	Pitchumani Sivanupandi, Richard Sandiford,
	Senthil Kumar Selvaraj, Sivanupandi Pitchumani, Joel Holdsworth

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-05-28 19:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-01 15:20 [PATCH 0/2] avr: Add support AVR-DA and DB series devices Joel Holdsworth
2022-04-01 15:20 ` [PATCH 1/2] avr: Added AVR-DA and DB MCU series Joel Holdsworth
2022-05-28 19:18   ` Jeff Law
2022-04-01 15:20 ` [PATCH 2/2] avr: Removed errant control characters Joel Holdsworth
2022-05-28 19:08   ` Jeff Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).