aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/MainPage.txt
Commit message (Collapse)AuthorAgeFilesLines
* Rename the Doxygen page source directory from ManPages/ to DoxygenPages/ to ↵Dean Camera2011-10-181-48/+0
| | | | prevent user confusion with the actual *nix Man tool.
* Minor internal macro renaming for the UC3 devices.Dean Camera2011-06-201-1/+1
|
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵Dean Camera2010-10-281-1/+3
| | | | redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists.
* Clean up excessive whitespace at the end of each line using the wspurify ↵Dean Camera2010-10-131-1/+2
| | | | tool made by Laszlo Monda
* Fix compile and Doxygen errors due to the spell-check changes in the source ↵Dean Camera2010-06-161-2/+2
| | | | code.
* Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as ↵Dean Camera2010-06-161-6/+6
| | | | the new 1.7 Doxygen's default stylesheet is much better.
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-45/+45
| | | | correctly converted to the target system's native end of line style.
* Added ability to search by Channel PSM to the GetChannelData() function in ↵Dean Camera2010-04-221-2/+4
| | | | | | | | | | the BluetoothHost demo. Added new HCI states to properly initialize the bluetooth dongle and retrieve the local BDADDR. Factored out Bluetooth state information into a new state structure for easy reference in the user application. Added new StackInitialized() Bluetooth stack callback function.
* Minor documentation improvements.Dean Camera2010-04-151-2/+2
|
* Bluetooth demo can now create and maintain logical channels - need to ↵Dean Camera2010-04-101-1/+1
| | | | determine why Windows machines refuse to connect.
* Add file-level brief documentation.Dean Camera2010-03-291-8/+6
| | | | Remove accidentally duplicated model-specific peripheral driver files.
* Add new LUFA logo by Ryo Yamauchi.Dean Camera2010-03-251-2/+2
|
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-241-3/+3
|
* Update manual pages to reference unfinished AVR32 port, add port status to ↵Dean Camera2010-02-221-3/+3
| | | | the Future Changes page.
* Add DHCP server to the Webserver demo for automatic network configuration. ↵Dean Camera2010-01-271-0/+3
| | | | Correct uIP timer clock not tracking the correct timespan.
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
|
* Fix references to the renamed AVRISP-MKII project folder.Dean Camera2009-12-271-1/+1
|
* Enhance the HotmailNotifier project so that the LEDs' individual brightness ↵Dean Camera2009-12-181-1/+2
| | | | can be controlled individually via software PWM.
* Fixed USB_CurrentMode not being reset to USB_MODE_NONE when the USB ↵Dean Camera2009-12-181-1/+1
| | | | interface is shut down and both Host and Device modes can be used (thanks to Daniel Levy).
* Add const attribute to class driver APIs.Dean Camera2009-11-031-0/+2
| | | | Add new manual pages detailing the advantages of LUFA over the official Atmel USB AVR stack, and reasons why LUFA should be used over a built-from-scratch USB stack.
* Application documentation/comment cleanup.Dean Camera2009-10-081-3/+2
|
* Minor documentation fixups.Dean Camera2009-10-031-1/+1
|
* Removed interrupt disable/enable from the Device mode control request ↵Dean Camera2009-08-021-2/+2
| | | | | | processing routines, as they can cause problems with user code and can cause infinite spinlocks under some circumstances. Added new LUFA logo from EDIGMA.COM.
* Added better module summaries.Dean Camera2009-07-141-1/+5
|
* Split Getting Started page of the documentation into its own section.Dean Camera2009-06-261-2/+2
|
* Add demos/bootloaders/projects overview to the manual.Dean Camera2009-06-221-12/+5
|
* Add new temp LUFA project logo to the manual.Dean Camera2009-06-211-4/+10
|
* Added USB Missle Launcher project, submitted by Dave Fletcher.Dean Camera2009-06-161-1/+4
|
* Move main library documentation pages into a new ManPages subdirectory.Dean Camera2009-06-151-0/+34