AVR Drivers: Difference between revisions
Jump to navigation
Jump to search
m
→Software
m (→Software) |
m (→Software) |
||
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. | 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=== |