AVR* Administrator
AVR* Administrator
Sun 12 Apr 2009 07:26:05 AM CEST This patch allows a C++ interrupt handler name to be represented by a number, and while the name will be mangled as usual,...
Fri 30 Jan 2015 12:26:12 AM CET I was performing some test with bootloaders on atmega1284 (testing if they can program all the available flash) and one test included printing...
Mon 24 Nov 2008 02:13:45 PM CET Hi All, I listed this under patches, if this is wrong I'm sorry.. The issues are the sine, cosine functions. When I started...
Thu 07 Dec 2006 05:48:47 PM CET On 12/1/06, Galen Seitz wrote: > Not exactly what you want, but this might help you get started. > > galen > >...
Thu 27 Feb 2020 09:52:26 PM CET The strftime function works incorrectly, in cases where the Format string part on the maxsize Bound, is not a %-placeholder, but rather some...
Mon 25 Nov 2019 07:10:21 PM CET Newer headers povided in the device packs from microchip include a struct for UARTS that defines a member "BAUD". This conflicts with the...
Fri 21 Jun 2019 05:14:26 PM CEST In iom328pb.h you can find the following two testing variables for ATmega 328PB Power Reduction Register 1: - __AVR_HAVE_PRR1_PRSPI1 and- __AVR_HAVE_PRR1_PRPTC along with...
Tue 02 Oct 2018 03:48:27 PM CEST line 1049, should be NVM_CMD_READ_USER_SIG_ROW_gc = (0x01
Mon 03 Sep 2018 09:48:05 PM CEST This is from the iox256d3.h file /* Negative input multiplexer selection */ typedef enum ADC_CH_MUXNEG_enum { ADC_CH_MUXNEG_PIN0_gc = (0x00
Sun 04 Mar 2018 11:19:44 PM CET The realloc() function does not respect the __freelist size when resizing an allocation down to 0 or 1 bytes. If this allocation is...