diff options
author | Drashna Jael're <drashna@live.com> | 2019-09-06 15:53:07 -0700 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2019-09-06 15:53:07 -0700 |
commit | 0dfd13588686bb5e3da0eab99b2426261c3b4d14 (patch) | |
tree | a26927541c77349244d2bc043f7795eb41f2e068 /LUFA/DoxygenPages | |
parent | ce10f7642b0459e409839b23cc91498945119b4d (diff) | |
parent | 6d9077370b613e9bf26d5d5e03481258873efa02 (diff) | |
download | lufa-0dfd13588686bb5e3da0eab99b2426261c3b4d14.tar.gz lufa-0dfd13588686bb5e3da0eab99b2426261c3b4d14.tar.bz2 lufa-0dfd13588686bb5e3da0eab99b2426261c3b4d14.zip |
Merge in changes from upstream
Diffstat (limited to 'LUFA/DoxygenPages')
-rw-r--r-- | LUFA/DoxygenPages/ChangeLog.txt | 1 | ||||
-rw-r--r-- | LUFA/DoxygenPages/LUFAPoweredProjects.txt | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index 55d5f55a8..a84ca3d57 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -22,6 +22,7 @@ * - Reduced compiled size of the Endpoint_Discard_Stream() and Endpoint_Null_Stream() functions. * - Library Applications: * - Updated Printer class bootloader to not store 32-bit HEX parser flash offsets on small flash devices. + * - Enabled Link Time Optimizations (LTO) on bootloaders to reduce compiled size on newer versions of GCC. * * <b>Fixed:</b> * - Core: diff --git a/LUFA/DoxygenPages/LUFAPoweredProjects.txt b/LUFA/DoxygenPages/LUFAPoweredProjects.txt index e356354ef..86ce99015 100644 --- a/LUFA/DoxygenPages/LUFAPoweredProjects.txt +++ b/LUFA/DoxygenPages/LUFAPoweredProjects.txt @@ -113,6 +113,7 @@ * \li Password keyring: http://owlsan.blogspot.no/2014/06/keyring-project-version-10.html * \li Picade alternative firmware, a retro Arcade controller/cabinet: https://github.com/rktrlng/picade_lufa * \li PPM signal generator over USB: https://github.com/G33KatWork/USBPPM + * \li ProdikeysDM, a converter for old Creative Labs Prodikeys DM keyboards for modern systems: https://github.com/hotkeymuc/ProdikeysDM_Adaptor * \li Programmable keyboard controller: http://41j.com/blog/2011/10/a-programmable-keyboard-controller/ * \li Programmable XBOX controller: http://richard-burke.dyndns.org/wordpress/pan-galactic-gargantuan-gargle-brain-aka-xbox-360-usb-controller/ * \li Project Surface, a touch interface controller for Windows 8: https://code.google.com/p/project-surface/ @@ -140,6 +141,7 @@ * \li Touchscreen Input Device: http://capnstech.blogspot.com/2010/07/touchscreen-update.html * \li UDFS, a BBC Micro USB disk filing system: https://github.com/makestuff/udfs * \li Universal USB AVR Module: http://usbavr.bplaced.net/ + * \li USB Adapter for an old Teletype Printer: www.savel.org/2019/07/11/avr-usb-printer-device-and-teletype/ * \li USB2AX, a USB to Dynamixel network adapter: http://paranoidstudio.assembla.com/wiki/show/paranoidstudio/USB2AX * \li USBPass, a USB password keeper: http://sroz.net/projects/usbpass/ * \li USB Business Card: http://www.limpkin.fr/index.php?post/2012/09/15/My-new-business-card @@ -213,8 +215,9 @@ * * \li Adafruit "Ask an Engineer", 7th November 2010 * \li Arduino 2010 Keynote speech - * \li The Amp Hour podcast blog #11 * \li Blackhat 2011 conference, "Exploiting USB Devices with Arduino" + * \li Defcon 24 conference, "Universal Serial aBUSe" + * \li The Amp Hour podcast blog #11 * * \section Sec_PortsAndForks Non-Official LUFA Ports and Forks * The following are unofficial forks of the LUFA codebase, which implement different features such as support for |