aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/LibraryResources.txt
Commit message (Collapse)AuthorAgeFilesLines
* Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as ↵Dean Camera2010-06-161-2/+2
| | | | the new 1.7 Doxygen's default stylesheet is much better.
* Add Mecurial repository mirror link to the library documentation.Dean Camera2010-06-081-1/+2
|
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-33/+33
| | | | correctly converted to the target system's native end of line style.
* Add user callback function to the Bluetooth host demo to filter out ↵Dean Camera2010-04-051-0/+1
| | | | | | | | connections from remote devices. Add in ability to reject connections based on their bluetooth device address. Clean up RelayBoard project code. Make AVRISP project clear the XMEGA target's reset register twice; this does not appear to take affect properly the first time under some circumstances.
* Add briefs for the library core structures.Dean Camera2010-03-291-0/+1
|
* Make board specific and device peripheral specific drivers' file ↵Dean Camera2010-02-011-4/+12
| | | | documentation copy over to the module documentation, so that it is visible in the normal module view of the library documentation.
* Add DHCP server to the Webserver demo for automatic network configuration. ↵Dean Camera2010-01-271-0/+1
| | | | Correct uIP timer clock not tracking the correct timespan.
* Inline USB management functions in the Class drivers which are standardized ↵Dean Camera2010-01-051-1/+1
| | | | but currently unused, to prevent them from using up unneccesary cycles and flash in the user application.
* Added new XPLAIN serial Bridge project (thanks to John Steggall for the ↵Dean Camera2009-11-251-0/+1
| | | | software UART code).
* Make HID device class driver reselect the correct endpoint after the user ↵Dean Camera2009-10-261-0/+1
| | | | callbacks have fired.
* Move main library documentation pages into a new ManPages subdirectory.Dean Camera2009-06-151-0/+21