diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-02-12 07:27:26 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-02-12 07:27:26 +0000 |
commit | 8154331da60ac08b0e2b09ca67008ec4a8c7698b (patch) | |
tree | 4eb3824afd288039b995f6f607bed6f0129d74ab /LUFA/ManPages | |
parent | 41ef05a6e559a10134967e8a899aab78c556b645 (diff) | |
download | lufa-8154331da60ac08b0e2b09ca67008ec4a8c7698b.tar.gz lufa-8154331da60ac08b0e2b09ca67008ec4a8c7698b.tar.bz2 lufa-8154331da60ac08b0e2b09ca67008ec4a8c7698b.zip |
Move DHCP negotiation timer into the DHCP connection application state structure, so that each connection gets its own timeout counter (only one connection currently used, but this way is more correct). Add const correctness to static data in the TELNETServerApp.c and HTTPServerApp.c files.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r-- | LUFA/ManPages/LUFAPoweredProjects.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/LUFA/ManPages/LUFAPoweredProjects.txt b/LUFA/ManPages/LUFAPoweredProjects.txt index bf61e9d4b..454962ae9 100644 --- a/LUFA/ManPages/LUFAPoweredProjects.txt +++ b/LUFA/ManPages/LUFAPoweredProjects.txt @@ -64,13 +64,14 @@ * - BAP, A tiny LUFA based AVR Programmer: http://www.busware.de/tiki-index.php?page=BAP
* - Digital Survey Instruments Magnetometer and Pointer: http://www.digitalsurveyinstruments.com/
* - Lightweight CC110x USB dongle for 868MHz Protocols: http://busware.de/tiki-index.php?page=CUL
+ * - Penguino, an Arduino Board With On-Board LUFA Powered Debugger/Programmer: http://wiki.icy.com.au/PenguinoAVR
* - MIDIFighter, a USB-MIDI controller: http://www.midifighter.com/
* - Mobo 4.3, a USB controlled all band (160-10m) HF SDR transceiver: http://sites.google.com/site/lofturj/mobo4_3
- * - SEGA Megadrive/Super Nintendo Cartridge Reader: http://www.snega2usb.com
+ * - Retrode, a USB Games Console Cartridge Reader: http://www.snega2usb.com
* - XMEGA Development Board, using LUFA as an On-Board Programmer: http://xmega.mattair.net/
- * - Penguino, an Arduino Board With On-Board LUFA Powered Debugger/Programmer: http://wiki.icy.com.au/PenguinoAVR
*
* \section Sec_LUFAPublications Publications Mentioning LUFA
* - Elektor Magazine, "My First AVR-USB" by Antoine Authier (feature), January 2010 Issue
* - Elektor Magazine, "USB is Cool/Sucks" by Jerry Jacobs and Chris Vossen (minor mention), January 2010 Issue
+ * - Elektor Magazine, "20 x Open Source", March 2010 Issue
*/
\ No newline at end of file |