ahtn / keyplus

An easy to use, wired and wireless modular keyboard firmware
MIT License
246 stars 40 forks source link

Missing header defines for ATxmega128A1U in avr libc #56

Closed ahtn closed 6 years ago

ahtn commented 6 years ago

A couple of defines are missing in the avr libc header files for the ATxmega128A1U. Need to add them as a work around.

Upstream bug for this issue, seems to have gone stale..

ahtn commented 6 years ago

Latest header definitions can be found here: http://distribute.atmel.no/tools/opensource/Atmel-AVR-GNU-Toolchain/

Specifically, this issue is fixed by using these header files: http://distribute.atmel.no/tools/opensource/Atmel-AVR-GNU-Toolchain/3.6.1/avr8-headers.zip . Copying them to /usr/avr/include/avr or equivalent will fix this issue.

Added them to the travis build script here: 00d9cc0f0b0f97c4b32ba94a522d521041ea08cf