avrdudes / avr-libc

The AVR-LibC package provides a subset of the standard C library for AVR 8-bit RISC microcontrollers.
https://avrdudes.github.io/avr-libc/
Other
261 stars 56 forks source link

[bug #44279] incorrect USB_TRNCOMPL_vect_num in iox64a1u.h, iox128a1u.h #603

Closed avrs-admin closed 2 years ago

avrs-admin commented 2 years ago

Tue 17 Feb 2015 12:01:37 AM CET

The header files for the ATXmega64a1U and ATXmega128a1U incorrectly specify the vector for USB_TRNCOMPL_vect as '127' when it should be '126'.  Other headers for similar CPUs have it correctly assigned as 126.  This was seen in both versions 1.8.0 and 1.8.1, and is probably the case in earlier releases.  The ATMel Studio files also have the vector assigned as 126, as it is with other USB-capable xmega processors (such as in iox128a4u.h, etc.).  Only the 64a1u and 128a1u headers seem to have this problem.

This issue was migrated from https://savannah.nongnu.org/bugs/?44279

avrs-admin commented 2 years ago

Pitchumani Mon 22 Jun 2015 08:11:00 AM CEST

Committed. http://svn.savannah.nongnu.org/viewvc?view=rev&root=avr-libc&revision=2478