AVR* Administrator

Results 146 issues of AVR* Administrator

Fri 14 Apr 2017 01:59:07 AM CEST The API Usage Example contains a call to eeprom_busy_wait(). This declaration for this function is presumably available because on of the headers that...

documentation

Thu 20 Jan 2022 01:41:31 PM CET - PRIi64 and friends should be provided when support for long long is present in printf and scanf, that is __avr_libc_does_not_implement_long_long_in_printf_or_scanf is not...

Mon 02 Jan 2017 05:38:59 PM CET On Xmega PER is located at bit 2, not at bit 0. Also the first timeout is 8ms not 16, which means that...

Sat 07 Apr 2012 04:02:23 PM CEST Newer builds of the avr-gcc toolchain, such as WinAVR20100110, or builds including the PR18145 fixup (4.7+), contain a patch which results in conditional...

documentation

Mon 03 Nov 2008 08:37:15 AM CET Found discrepancy between documentation (online, currently ver 1.6.1)and iomxx4.h (CVS: 1.13.2.3; 1.17) - differences marked with '*' doc/avr-libc/avr-libc-user-manual/group__avr__interrupts.html  defines ``` USART0_RX_vect     SIG_*UART0*_RECV     USART0,...

Tue 24 Nov 2020 07:48:56 PM CET wchar_t is not really supported by avr-libc. However even in embedded electronics there are sometimes cases were working with wide chars becomes necessary....

enhancement

Thu 05 Mar 2009 05:21:09 PM CET I noticed that util/setbaud.h cannot calculate baudrate for sync mode. I did the following modification to the file. I doubt it will it...

enhancement

Wed 13 Feb 2008 11:26:51 PM CET This code is proposed to replace actual avr-libc delay routines. Current delay routines in and present several problems: 1) They require the optimization...

enhancement

Sun 13 Dec 2009 10:31:55 PM CET This patch is based on content in xml directory. This follows up on **[bug #25300](https://savannah.nongnu.org/bugs/?25300)** It will create files similar to the io...

enhancement

Sat 22 Dec 2007 09:34:53 PM CET Right now, the default interrupt handler eventually ends up in restarting the application at address 0, so the user- visible effect is almost...

enhancement