AVR* Administrator
AVR* Administrator
Sat 01 Dec 2012 01:34:10 AM CET In working on a patch to add **all** xmega devices, I ran across the power.h code. The problem is that the groupings don't...
Fri 16 Nov 2012 04:06:03 PM CET Current setbaud.h does not provide support for XMEGA's USART configuration. Providing an attached variant for the XMEGA that was adapted from Atmel's ASF....
Wed 24 Oct 2012 05:13:11 PM CEST A number of header files contains macros definitions like: #define PA0_DDR DDRADC #define PA0_PORT PORTADC #define PA0_PIN PINADC #define PA0_BIT ADC0 or #define...
Tue 07 Aug 2012 04:10:14 PM CEST IoXXX header is missing for ATmega164PA/644PA/1284. The incomplete ones (164A/324A/324PA/644A/1284) miss all Timer 3 related definitions. Only for 1284p timer 3 is included....
Mon 30 Apr 2012 01:50:42 PM CEST j@uriah 55% fgrep FUSE4_DEFAULT include/avr/iox* include/avr/iox128a1.h:#define FUSE4_DEFAULT (0xFF) include/avr/iox128a3.h:#define FUSE4_DEFAULT (0xFF) include/avr/iox128d3.h:#define FUSE4_DEFAULT (0xFF) include/avr/iox16a4.h:#define FUSE4_DEFAULT (0xFF) include/avr/iox16d4.h:#define FUSE4_DEFAULT (0xFF) include/avr/iox192a3.h:#define FUSE4_DEFAULT (0xFF)...
Mon 02 Jan 2012 08:13:35 AM CET Target devices: atmega16hvb/ atmega16hvbrevb/ atmega32hvb/ atmega32hvbrevb Following errors are issued when 'clock_prescale_get()' function is called. error: 'CLKPS2' undeclared (first use in this function)...
Fri 30 Dec 2011 11:08:56 AM CET sleep.h missing include of As per Jörg's request , this is filed as a bug report. See [http://www.avrfreaks.net/index.php?name=PNphpBB2&file=viewtopic&p=580767#580767](https://savannah.nongnu.orghttp://www.avrfreaks.net/index.php?name=PNphpBB2&file=viewtopic&p=580767#580767) /Bingo [file #25195: sleep.h.patch](https://savannah.nongnu.org/bugs/download.php?file_id=25195) This...
Sun 30 Oct 2011 09:06:15 AM CET The eclipse 3.7.1 code analyser throws heaps of errors because it doesn't parse **_attribute_**(), and then doesn't find methods because it thinks they're...
Tue 08 Mar 2011 12:10:22 AM CET Necessary check into the beginning realloc as in malloc: /* * Our minimum chunk size is the size of a pointer (plus the...
Tue 20 Jul 2010 06:49:13 PM CEST iom324pa.h has registers like SPCR0, SPSR0, SPDR0 and their bits, that have a different name in the datasheet. When compiling with avr-gcc 4.3.4...