AVR* Administrator

Results 263 comments of AVR* Administrator

Eric Weddington Wed 23 Feb 2011 09:02:48 PM CET Postponed until AVR Studio 5 is released and a new XML format.

Pitchumani Tue 29 Apr 2014 01:02:09 PM CEST looks like this is corrected already. Resolving this bug as invalid.

Chris Pavlina Fri 12 Aug 2016 10:53:01 PM CEST I'm guessing this is a legitimate bug, since the definitions for other registers in the same file (iotnx5.h) otherwise follow convention.

Eric Weddington Wed 30 Jan 2008 04:20:35 PM CET Tomasz, Could you please post a small test case that gives this warning?

Lars Jonsson Wed 30 Jan 2008 05:14:44 PM CET I have not seen this warning despite having used this macro in several projects. Are you using C++ Tomasz (I only...

Tomasz Francuz Thu 31 Jan 2008 03:56:23 AM CET Sorry, but mistake I didn't mention that I'm using avr-g++ compiler. When using avr-gcc everything is working perfectly, but in g++...

David Brown Thu 31 Jan 2008 11:16:58 AM CET I've just tried this code section, and there is a good reason for the "unused variable 'sreg_save'" warning - looking at...

Jaakko Kantojärvi Mon 03 Feb 2014 02:25:44 AM CET Can't reproduce this with: - avr-g++ (GCC) 4.8.1 - avr-libc (debian) 1:1.8.0-4 This bug might have been fixed in avr-gcc as...

Wed 24 Oct 2012 07:40:17 PM CEST I have found some more... In avr/iom16hva2.h: #define NV_DDR   DDRNV #define NV_PORT  PORTNV #define NV_PIN   PINNV #define NV_BIT   NV and following lines don't...

Pitchumani Mon 02 Jan 2012 08:27:03 AM CET Patch for fixing issue is attached. Please check. (**[file #24720](https://savannah.nongnu.org/support/download.php?file_id=24720)**)