diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-01-27 13:15:49 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-01-27 13:15:49 +0000 |
| commit | 8740d34cd26c48c711d2548545b299adf160e799 (patch) | |
| tree | 97eeeedafe3c60ce692f6eec00e9427866a4b8d1 /LUFA | |
| parent | 6c1fa95b466c0359a6bd2ac02b1cd2dfd2ec9cfc (diff) | |
Add DHCP server to the Webserver demo for automatic network configuration. Correct uIP timer clock not tracking the correct timespan.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1071 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA')
| -rw-r--r-- | LUFA/ManPages/LibraryResources.txt | 1 | ||||
| -rw-r--r-- | LUFA/ManPages/MainPage.txt | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/LUFA/ManPages/LibraryResources.txt b/LUFA/ManPages/LibraryResources.txt index 6bc06abb..f669de32 100644 --- a/LUFA/ManPages/LibraryResources.txt +++ b/LUFA/ManPages/LibraryResources.txt @@ -11,6 +11,7 @@ * Development Blog: http://www.fourwalledcubicle.com/blog \n
* Discussion Group: http://groups.google.com/group/myusb-support-list \n
* Official Releases, SVN Access, Issue Tracker: http://code.google.com/p/lufa-lib/ \n
+ * Development Source Archives: http://github.com/abcminiuser/lufa-lib/archives/master
* Git Access: http://github.com/abcminiuser/lufa-lib
* Commit RSS: http://github.com/feeds/abcminiuser/commits/lufa-lib/master
* Author's Website: http://www.fourwalledcubicle.com \n
diff --git a/LUFA/ManPages/MainPage.txt b/LUFA/ManPages/MainPage.txt index 86b36455..c7ea7db1 100644 --- a/LUFA/ManPages/MainPage.txt +++ b/LUFA/ManPages/MainPage.txt @@ -27,6 +27,9 @@ * library API more streamlined and robust. You can download AVR-GCC for free in a convenient windows package,
* from the the WinAVR website (see \ref Page_Resources).
*
+ * The only required AVR peripherals for LUFA is the USB controller itself and interrupts - LUFA does not require the use of the
+ * microcontroller's timers or other hardware, leaving more hardware to the application developer.
+ *
* Accompanying LUFA in the download package is a set of example demo applications, plus several Bootloaders of different classes
* and open source LUFA powered projects.
*
|
