From c5b721e5873a469d71a6e74f97136eb215da1987 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 24 Jul 2019 20:10:24 +1000 Subject: Documentation: Add link to ProdikeysDM project. --- LUFA/DoxygenPages/LUFAPoweredProjects.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'LUFA/DoxygenPages') diff --git a/LUFA/DoxygenPages/LUFAPoweredProjects.txt b/LUFA/DoxygenPages/LUFAPoweredProjects.txt index e356354ef..506063444 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/ -- cgit v1.2.3 From 6abb74f6b791acb04c9d149d1703213162d4126d Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 29 Jul 2019 21:30:06 +1000 Subject: Bootloaders: Enable LTO to reduce compiled size. --- LUFA/DoxygenPages/ChangeLog.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'LUFA/DoxygenPages') 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. * * Fixed: * - Core: -- cgit v1.2.3 From 03f72c5fb0bb9b9997b0433d472752c3afe2468c Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 2 Sep 2019 20:15:38 +1000 Subject: Documentation: Add additional project links. --- LUFA/DoxygenPages/LUFAPoweredProjects.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'LUFA/DoxygenPages') diff --git a/LUFA/DoxygenPages/LUFAPoweredProjects.txt b/LUFA/DoxygenPages/LUFAPoweredProjects.txt index 506063444..86ce99015 100644 --- a/LUFA/DoxygenPages/LUFAPoweredProjects.txt +++ b/LUFA/DoxygenPages/LUFAPoweredProjects.txt @@ -141,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 @@ -214,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 -- cgit v1.2.3