AVR* Administrator

Results 111 issues of AVR* Administrator

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](http://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]...

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,...

enhancement

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...

enhancement

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...