Difference between revisions of "AVR Drivers"

416 bytes removed ,  15:52, 25 June 2013
m
moving stuff to compiling
m (moving stuff to compiling)
Line 67: Line 67:
As with all bundled software and drivers, they may be out of date.
As with all bundled software and drivers, they may be out of date.
Right now, MHV AVR Tools seem to be up to date but eXtreme burner AVR has bundled older USBasp driver. WinAVR is completely out of date as is AVR Eclipse plugin.
Right now, MHV AVR Tools seem to be up to date but eXtreme burner AVR has bundled older USBasp driver. WinAVR is completely out of date as is AVR Eclipse plugin.
If you want tiny code, use optimization for size for your compiler configuration. GCC uses "-Os" and you can find more useful optimizations and tricks via search on [http://www.avrfreaks.net/index.php?name=PNphpBB2&file=viewtopic&t=90752 AVR Freaks] or elsewhere. Sometimes older GCC versions generate smaller code than the newer ones. Atmel uses AVR-GCC in it's toolchain as well, usually an older stable version.


===BLF-VLD===
===BLF-VLD===
confirmed
36

edits