Difference between revisions of "AVR Drivers"

45 bytes added ,  15:31, 24 June 2013
m
Line 51: Line 51:
Right now, MHV AVR Tools seem to be up to date but eXtreme burner AVR has bundled older USBasp driver.
Right now, MHV AVR Tools seem to be up to date but eXtreme burner AVR has bundled older USBasp driver.


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 AVR Freaks or elsewhere. Sometimes older GCC versions generate smaller code than the newer ones. No idea how Atmel compiler compares to AVR-GCC.
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 AVR Freaks or elsewhere. Sometimes older GCC versions generate smaller code than the newer ones. No idea how Atmel compiler compares to AVR-GCC but it seems Atmel Studio 6 uses GCC as well.


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

edits