aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Readme.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Readme.txt b/Readme.txt
index 87632ee..2d37433 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -61,6 +61,14 @@ Documentation for host and device library files are in the respective header
files. For more information, see our documentation wiki at
http://www.obdev.at/goto.php?t=vusb-wiki.
+Since code size is often an issue when V-USB is used (especially with boot
+loaders), we add a link to a page with optimization hints:
+
+ http://www.tty1.net/blog/2008-04-29-avr-gcc-optimisations_en.html
+
+These optimizations are good for gcc 4.x. Version 3.x of gcc produces good
+code even without these flags.
+
LICENSE
=======