Difference between revisions of "AVR Drivers"

14 bytes removed ,  15:37, 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 but it seems Atmel Studio 6 uses GCC as well.
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. Atmel uses AVR-GCC in it's toolchain as well, usually an older stable version.


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

edits