AVR* Administrator

Results 111 issues of AVR* Administrator

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

Thu 09 Feb 2017 11:07:34 PM CET The article available here: [http://www.nongnu.org/avr-libc/user-manual/optimization.html#optim_code_reorder/optimization_1optim_code_reorder.html](https://savannah.nongnu.orghttp://www.nongnu.org/avr-libc/user-manual/optimization.html#optim_code_reorder/optimization_1optim_code_reorder.html) contains an essential mistake and is misleading for avr-gcc users. In short: the author of the article in...

documentation

Thu 02 Mar 2017 11:11:37 PM CET This issue was migrated from https://savannah.nongnu.org/bugs/?50436

documentation

Sun 21 Jul 2019 03:30:36 AM CEST Hello All, Just a small error in the instructions on how to build avr-libc with debugging symbols.  The web page (in the summary)...

documentation

Sun 05 Jul 2020 11:41:26 PM CEST - as it relates to .dox filesIn the doxy source for the manual, how should spelling/grammar related corrections be handled? The rate at...

documentation

Sat 16 Jan 2021 12:33:02 AM CET On a 16 MHz Arduino Mega 256, this code: __builtin_avr_delay_cycles (100.0);   // Compiles, so we apparently have it debug_led_on (); _delay_ms (290000.0); debug_led_off...

documentation