AVR* Administrator

Results 146 issues of AVR* Administrator

Sat 02 May 2015 08:14:03 AM CEST Errno macros are really useful inside programs, and they don't add any overhead unless they are used. Included is a patch to include...

question

Thu 12 Mar 2015 04:11:29 PM CET This feature request applies to avr-libc 1.8.1. (the bug tracker does not list this version) avr-libc contains an implementation of the POSIX/ISO C...

Fri 22 Aug 2014 10:37:27 AM CEST Trying to build avr-libc 1.8.1 with version the "--enable-debug-info=dwarf-4" configure option does not work, as it results in an error complaining about pgm_copystring()....

duplicate

Sun 10 Nov 2013 12:11:09 PM CET realloc(xxx, 0) is supposed to free the given memory block if xxx is not NULL, If xxx is NULL, realloc() is supposed to...

question

Thu 20 Jun 2013 11:35:27 AM CEST Now that the AVR-LibC headers for devices that still have SIG_* names defined also uses #poison for each the manual should be updated...

Thu 09 May 2013 03:27:29 PM CEST PR_PRPC is defined as PR_PRPC |= (uint8_t)(PR_TWI_bm|R_USART0_bm|PR_SPI_bm|PR_HIRES_bm|PR_TC1_bm|PR_TC0_bm); R_USART0_bm should actually by PR_USART0_bm. Patch attached ChangeLog 2013-05-09  George Thomas * include/avr/power.h (power_all_disable): Fix typo...

invalid

Sun 21 Apr 2013 08:24:18 AM CEST iox64d4.h seems to be missing OSC_RC32MCREF_bm. Not yet sure what else might be wrong. This issue was migrated from https://savannah.nongnu.org/bugs/?38793

Mon 07 Jan 2013 07:17:52 PM CET The "Building and Installing under Linux, FreeBSD, and Others" documentation [1] needs some fixes: 1) "Installing GCC" states in [2]: "First, we **highly**...

Sat 01 Dec 2012 06:12:18 PM CET This is the avr-libc component of a patchset to implement support for all known Xmega variants (list taken from Digikey plus one part...

Sat 01 Dec 2012 02:37:33 AM CET In developing my product I have a header file that lets me shuffle around all the various pinouts and peripherals to match the...