AVR* Administrator
AVR* Administrator
Frédéric Nadeau Thu 05 Mar 2009 05:43:04 PM CET After reread, it should be: UCSRC |= _BV(1
Eric Weddington Fri 13 May 2011 12:28:38 AM CEST Hi Frédéric, On line 16 of this patch you are defining BAUD_SYNC to 0 in the header file. Then later on,...
Carlos Lamas Mon 17 Mar 2008 03:29:25 PM CET Following David Brown's suggestion of using __builtin_constant_p() GCC function to test the macro arguments I have uploaded a new version of...
Clarence Risher Mon 01 Dec 2008 10:40:31 PM CET I have pursued alternative methods to improve the accuracy of the delay functions. Your work here is impressive, and my testing...
Timothy Baldwin Sun 11 Oct 2009 04:31:31 PM CEST Rather than generating an error when an integer non-constant is passed the non-exact macros could form a loop around a constant...
Joerg Wunsch Fri 10 Feb 2017 10:03:53 AM CET Your criticism seems to confuse volatile memory access with volatile asm statements. Given the matter is known to be tricky, it...
Marcin Godlewski Fri 10 Feb 2017 12:06:23 PM CET 1. I don't think I confuse volatile memory access with volatile asm statements.What is your point here? 2. I've already discussed...
Joerg Wunsch Fri 10 Feb 2017 03:06:14 PM CET The bug report is fine for a clear bug. However, for something to be discussed first, it's a poor medium: if...
Marcin Godlewski Fri 10 Feb 2017 03:32:18 PM CET I'm sorry if I have chosen the wrong medium. I tried to point out the problem on a mailing list already,...
Marcin Godlewski Fri 10 Feb 2017 03:36:56 PM CET As I can see, all the discussion is automatically sent to [email protected], so I guess the author of the text can...