AVR* Administrator

Results 146 issues of AVR* Administrator

kschwi 2013-02-10 14:51:55.356000 Using Avarice for application that operates a sleep-instruction lead to messages in the Avarice dialog windows such. The messages are shown below. __________________________ Target went to sleep...

svenq 2012-11-16 09:57:50 Avarice dies with a receive timeout when reading memory from an ATMega32u4 via JTAG, after apparently correct initialization. MCU: ATMEGA32U4 Tools: AVR JTAG ICE mkII, FW 7.28...

mcerveny 2012-02-27 22:00:54 Hello. There is problem with usb_bulk_read/usb_bulk_write timeouts in usblib( 0.1.8) on opensolaris/solaris platforms (probably on all [avarice-2.12-30-usbthread.patch](https://sourceforge.net/p/avarice/bugs/_discuss/thread/13b7cc94/75bd/attachment/avarice-2.12-30-usbthread.patch) [svn297.diff](https://sourceforge.net/p/avarice/bugs/_discuss/thread/13b7cc94/9ec7/attachment/svn297.diff) This issue was migrated from https://sourceforge.net/p/avarice/bugs/15/

Mon 16 May 2016 11:59:03 PM CEST The attached patch fixes the names that avr-libc defines for several SPI-related registers in iom324pa.h and iom164pa.h.  The datasheets call the registers SPCR,...

bug

Sun 10 May 2015 07:59:16 PM CEST From [http://www.nongnu.org/avr-libc/user-manual/group__util__crc.html](https://savannah.nongnu.orghttp://www.nongnu.org/avr-libc/user-manual/group__util__crc.html): "Optimized CRC-XMODEM calculation. x^16 + x^12 + x^5 + 1 (0x1021)" The hex representation of the poly is correct, but doesn't...

documentation

Thu 11 Jun 2015 07:13:27 PM CEST Will it be possible please to add support and document all possible interrupts for ATmega16/32HVB & ATmega8/16HVA from https://www.nongnu.org/avr-libc/user-manual/group__avr__interrupts.html ``` #include ISR(ADC_vect) {...

documentation

Thu 09 Mar 2017 06:04:53 AM CET If the new value does not contain any 1 bits where the old value contains a 0 bit (ANDing the new value with...

Wed 19 Aug 2015 02:07:11 AM CEST Neither set_sleep_mode() nor sleep_mode() functions have any entries inthe Function Documentation section of the avr/sleep.h header, though their use is coveredin the Detailed...

documentation

Tue 29 Jan 2013 12:23:56 PM CET As described in AVR103, there is no need of erase cycle if new value match bitwise AND between the old value and the...

enhancement

Thu 12 Mar 2015 04:20:48 PM CET This bug report applies to avr-libc 1.8.1. The documentation for time.h mentions the following: Section 7.23.2.3 mktime() The standard specifies that mktime() should...

documentation