AVR* Administrator

Results 146 issues of AVR* Administrator

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

Thu 17 Feb 2011 05:06:48 AM CET Patch adds support to avr-libc for the c++ operators new and delete. This patch wraps the malloc and free c functions in the...

enhancement

Fri 13 May 2011 01:14:31 AM CEST Add documentation on deprecation system. Document usage of `__AVR_LIBC_DEPRECATED_ENABLE__` definition. This issue was migrated from https://savannah.nongnu.org/task/?11127

documentation

Sun 14 Dec 2008 10:15:51 PM CET Document the existence of the other system header files that are provided by GCC. Located in /lib/gcc/avr//include: float.h iso646.h stdarg.h stdbool.h stddef.h stdfix.h...

documentation
enhancement

Sun 29 Jan 2012 11:08:15 PM CET avr-libc user manual on website has incomplete alphabetical index: [http://www.nongnu.org/avr-libc/user-manual/globals.html](https://savannah.nongnu.orghttp://www.nongnu.org/avr-libc/user-manual/globals.html) Something must be up with doxygen generation... This issue was migrated from https://savannah.nongnu.org/bugs/?35399

documentation

Mon 06 May 2013 02:22:16 PM CEST Changes from 2013-05-03 introduce bug in: /usr/avr/include/util/delay.h With gcc-4.8 I get: ``` usr/avr/include/util/delay_basic.h:83:2: error: '__ticks' may be used uninitialized in this function [-Werror=maybe-uninitialized]...