AVR* Administrator
AVR* Administrator
Joerg Wunsch Fri 13 Sep 2013 09:35:02 PM UTC I made my own attempt on fixing the STK500v2 SCK period bug, based on AVR068. Anyone interested, pleaes have a look.
Joerg Wunsch Sun 08 Jan 2012 10:37:44 PM UTC Could you please post you commandline? > (style) Found obsolete function 'usleep' Maybe we should rename our usleep() into microsleep().
Rene Liebscher Mon 09 Jan 2012 08:11:12 PM UTC command line was 'cppcheck --enable=all .' cppcheck version is 'Cppcheck 1.49' 'Our' usleep is the old posix usleep (except on Windows...
Joerg Wunsch Mon 09 Jan 2012 10:27:47 PM UTC OK, thanks, with the commandline, I can reproduce the messages now. > 'Our' usleep is the old posix usleep You're right. ...
Joerg Wunsch Tue 10 Jan 2012 07:18:18 AM UTC > I agree about the new implementation file. With one exception though: avrdude.c is just too generic a name. That name...
Rene Liebscher Fri 13 Jan 2012 10:22:04 PM UTC I made a first patch which replaces all usleep by microsleep and adds a file util.c which realizes microsleep either by...
Joerg Wunsch Fri 13 Sep 2013 02:16:15 PM UTC After someone just got me an Xmega-A3BU Xplained board, I gave it a try, and had no troubles (beyond the rather...
Lukas Raschendorfer Mon 27 Apr 2020 05:49:18 AM UTC Maybe a duplicate of **[bug #49082](https://savannah.nongnu.org/bugs/?49082)**, as it works with a pre-R1336 Release (6.1).
joerg_wunsch 2020-08-31 21:03:09.864000 - **status**: open --> closed-accepted - **assigned_to**: Joerg Wunsch
joerg_wunsch 2020-08-31 21:03:10.463000 Applied in rev 380, thanks!