Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Comments from upstream patch submission:
Updated avrxmega3-v9.diff.bz2 with latest AVR8X devices. Rebased on .ATDF from latest Atmel.ATtiny_DFP.1.3.229.atpack The new parser addition does: Generates iotn*.h just from atdf schema. Parse only AVR8X family types (constrained in script). Adds few alieases (hardcoded) as older coding-style. Headers generated are functional the same as Atmel's 3.6.1. Parser license is BSD (the very avr-libc one). Add _PROTECTED_WRITE_SPM in xmega.h (as per Atmel's upstream 3.6.1). Backports changes from Atmel 3.6.1 [1] toolchain: - eedef.h - eewr_block_xmega.c - eewr_byte.S This patch adds support for avrxmega3 devices already supported by latest gcc8 compiler: attiny1614, attiny1616, attiny1617, attiny212, attiny214, attiny3214, attiny3216, attiny3217, attiny412, attiny414, attiny416, attiny417, attiny814, attiny816, attiny817 . New files: - attinny*.S are generated from latest Atmel.ATtiny_DFP.1.3.169.atpack.zip .xml (.atdf) files. - iotn*.h are from latest avr8-gnu-toolchain-osx-3.6.1.495-darwin.any.x86_64.tar.gz ( http://distribute.atmel.no/tools/opensource/Atmel-AVR-GNU-Toolchain/3.6.1/ ). - ChangeLog-2017 Changed files: - include/avr/io.h - include/avr/Makefile.am - devtools/generate_iosym.sh - devtools/gen-avr-lib-tree.sh - avr-libc/configure.ac - ChangeLog
- Loading branch information