-
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 simil…
-
Tue 30 Mar 2010 05:26:31 PM CEST
[file #20066: bug28901.patch](https://savannah.nongnu.org/patch/download.php?file_id=20066)
[file #20070: bug28901.patch](https://savannah.nongnu.org/patch/download…
-
As or now urboot does not support AVR Mega0, Tiny01/2 and AVR DA/DB/DD yet.
What about the support of optiboot_x and optiboot_dx in `-c urclock`?
One of the issue is that the bootloader is on t…
-
Fri 01 May 2015 01:50:51 PM CEST
Incorrect structure definitions for PORT_t and CRC_t. PORT_t is missing REMAP and has no reserved register at this offset, resulting in the PINxCTRL registers effecti…
-
Ricardo Martins
Thu 03 May 2012 01:45:43 PM UTC
The datasheet of the XMEGA A4 devices mentions that the "User Signature Row" is one flash page in size. In the trunk's version of avrdude.conf.in all …
-
Wed 17 Jan 2018 04:29:03 PM CET
- This patch adds support for avrxmega3 devices already supported by latest gcc8 compiler:attiny1614, attiny1616, attiny1617, attiny212, attiny214,
attiny3214, attiny3…
-
Wed 13 Nov 2013 06:14:47 PM CET
The implementation of sleep_bod_disable for non-xmega mcu's is as follows (from avr/sleep.h):
#define sleep_bod_disable()
do {
uint8_t tempreg;
**_asm_** __volatile_…
-
Fri 06 Mar 2009 05:50:36 PM CET
The attached list file shows an quick example of the bug. I'm loading the stack pointer at the beginning of a naked routine (used in the boot loader) by writing to the…
-
**Describe the bug**
In f011_core.c, there is only a single `head_track` and `head_side` variable. Switching between drive 0 and drive 1, the emulation doesn't switch to where the heads are for the n…
-
Hi,
First of all thanks for your work on this! After a bit of struggling I could get a GDB server starting. (I did not have hidapi installed! `sudo apt install libhidapi-hidraw0 libhidapi-libusb0`)…