AVR* Administrator

Results 146 issues of AVR* Administrator

Sat 17 Jun 2017 07:56:37 AM CEST Calculations are wrong, the error becomes severe at high baud rates.  Correct formula in attached file includes correct calculation and finesse of (ratio...

Sun 14 May 2017 03:10:05 AM CEST This issue was migrated from https://savannah.nongnu.org/bugs/?51022

Sun 16 Apr 2017 01:38:22 AM CEST The documentation seems to be saying that using those flags is supposed to save flash, but without them, a main() that does a...

Tue 10 Jan 2017 07:55:46 PM CET [http://www.nongnu.org/avr-libc/user-manual/group__demos.html](https://savannah.nongnu.orghttp://www.nongnu.org/avr-libc/user-manual/group__demos.html) Last paragraph mentioning stdio usage. The LCD4Linux link is dead. Additionally, it redirects to an invalid address on my browser: [https://www.bulix.orgprojects/lcd4linux/](https://savannah.nongnu.orghttps://www.bulix.orgprojects/lcd4linux/). Fixing...

bug

Tue 06 Dec 2016 09:39:44 PM CET Line 333: #define TIMSK  _SFR_IO8(0x39) Should be: #define TIMSK0  _SFR_IO8(0x39) Looks like everything else uses timer mask 0. This issue was migrated from...

Fri 11 Nov 2016 09:33:58 AM CET I tried to enable watchdog with wdt_enable(WDTO_2S). This results in a wrong timeout. The XMega128 timeout values are shiftet. This issue was migrated...

Tue 12 Jul 2016 02:36:21 AM CEST iox128a1u.h and iox64a1u.h are missing a whole bunch of constants and types. A quick selection that I've found: - NVM_PROD_SIGNATURES_t - CLK_USBSRC_RC32M_gc -...

bug

Wed 02 Mar 2016 12:14:30 AM CET In file iom128a.h XRAMEND is defined as RAMEND which according to the comments in io.h indicated the device does not support external memory....

Fri 26 Jun 2015 09:29:48 PM CEST wdt.h provides a wdt_enable() function, which conveniently abstracts enabling the watchdog and setting the timeout at the same time. A similarly easy way...

Mon 25 May 2015 09:56:30 PM CEST Most AVR headers define the port bits by port name and bit number, as follows (taken from iotn84a.h): #define PORTB0 0 #define PORTB1...

bug