aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Doxygen.conf
Commit message (Collapse)AuthorAgeFilesLines
* Revert changed version files in /trunk/ now that the LUFA-120219-BETA ↵Dean Camera2012-02-051-1/+1
| | | | version has been released.
* Commit for the 120219-BETA release.Dean Camera2012-02-051-1/+1
|
* Change PIPE_PIPENUM_MASK from 0x07 to the more generic 0x0F to allow for ↵Dean Camera2011-12-111-1/+1
| | | | full pipe address support in USB host architectures other than the current AVR8 devices. Minor documentation improvements.
* Rename the Doxygen page source directory from ManPages/ to DoxygenPages/ to ↵Dean Camera2011-10-181-2/+2
| | | | prevent user confusion with the actual *nix Man tool.
* Minor documentation corrections.Dean Camera2011-08-191-2/+2
|
* Conditionally add available address spaces to the address space enum, for ↵Dean Camera2011-04-041-15/+52
| | | | | | | | multiple address space architectures. Update Doxygen configuration file for the latest Doxygen release. Minor documentation updates.
* Remove redundant Doxygen guards from the internal preprocessor definitions.Dean Camera2011-03-151-1/+1
|
* Move out endianness management macros into a new common Endianness.h header.Dean Camera2011-03-131-1/+2
| | | | Fix Doxygen documentation, broken due to the added ATTR_PACKED attribute on some structs breaking the Doxygen parser.
* Altered all endpoint/pipe stream transfers so that the new BytesProcessed ↵Dean Camera2011-01-101-1/+1
| | | | | | | | | | parameter now points to a location where the number of bytes in the transfer that have been completed can be stored (or NULL if entire transaction should be performed in one chunk). Added new Endpoint_Null_Stream() and Pipe_Null_stream() functions. Removed the NO_STREAM_CALLBACKS compile time option due to the new partial stream transfer feature replacing it. Fixed errors in the incomplete Test and Measurement device demo preventing proper operation (thanks to Pavel Plotnikov).
* Add custom footer to the main library documentation.Dean Camera2011-01-031-2/+2
|
* Update Doxygen documentation configuration file for the main project ↵Dean Camera2011-01-031-75/+205
| | | | documentation to the latest version. Add missing data structure documentation briefs.
* Added new project makefile template to the library and moved board driver ↵Dean Camera2010-09-111-1/+2
| | | | stub files into in a new CodeTemplates directory.
* Hide the PROGMEM attribute from Doxygen, as it appears to confuse the parser ↵Dean Camera2010-08-021-1/+2
| | | | in some situations.
* Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().Dean Camera2010-06-171-1/+1
| | | | Minor tweaks to the library documentation.
* Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as ↵Dean Camera2010-06-161-1/+1
| | | | the new 1.7 Doxygen's default stylesheet is much better.
* Fix Doxygen treating the license as a documentation source file.Dean Camera2010-05-121-1/+1
|
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-1562/+1562
| | | | correctly converted to the target system's native end of line style.
* Minor documentation improvements.Dean Camera2010-04-151-2/+2
|
* Add briefs for the library core structures.Dean Camera2010-03-291-1/+1
|
* Add file-level brief documentation.Dean Camera2010-03-291-1/+1
| | | | Remove accidentally duplicated model-specific peripheral driver files.
* Add more include protection macros to give the user warnings when they try ↵Dean Camera2010-02-111-2/+1
| | | | to manually include private driver header files, instead of the public driver headers.
* Fixed incorrect values of USB_CONFIG_ATTR_SELFPOWERED and ↵Dean Camera2010-02-011-1/+1
| | | | | | | | USB_CONFIG_ATTR_REMOTEWAKEUP tokens (thanks to Claus Christensen). Mark the AVRISP-MKII project descriptors as being both Bus Powered and Device Powered. Copy over file level documentation of the peripheral drivers to the module level documentation.
* Add MIME type handling to the Webserver project, so that files of different ↵Dean Camera2010-01-291-2/+2
| | | | types (e.g. images) can be served out to HTTP clients.
* Fixed incorrect interface values in the VirtualSerialMouse and KeyboardMouse ↵Dean Camera2010-01-121-2/+2
| | | | | | demo class driver structures. Added caveat information to the CDC device class driver.
* Update Doxygen configuration files to the latest Doxygen version.Dean Camera2010-01-061-632/+711
|
* Minor documentation fixups.Dean Camera2009-10-031-1/+1
|
* Prevent the CDC Device Class driver from sending empty IN packets on every ↵Dean Camera2009-09-101-1/+1
| | | | service task call - only send termination packets when data is in the endpoint.
* Fix issue in CDC device class driver where received data the size of the ↵Dean Camera2009-08-111-1/+1
| | | | | | | | data endpoint could lock up the driver. Further work on the new CDC and HID host mode class drivers. Reset changelog et. al. to reset development information for the new version currently under development.
* Commit for 090810rc1 release.Dean Camera2009-08-051-1/+1
|
* Change Doxygen configuration files to not produce 4096 directories for the ↵Dean Camera2009-07-201-1/+1
| | | | | | documentation files -- the LUFA components do not generate enough documentation files to justify the large performance hit of creating so many directories. Fix missing Doxygen documentation in the Class Driver Mass Storage Device demo.
* Added better module summaries.Dean Camera2009-07-141-1/+1
|
* Added new EEPROM and FLASH buffer versions of the Endpoint and Pipe stream ↵Dean Camera2009-07-131-1/+1
| | | | functions. Changed Endpoint.c and Pipe.c to use a templated system to build the seperate functions, rather than duplicating each function's code many times.
* Reduce struct name pollution - group typedef struct names by class driver ↵Dean Camera2009-06-261-1/+1
| | | | name where appropriate.
* Remove hardcoded DOT path from all Doxygen config files.Dean Camera2009-06-161-1/+1
| | | | Better documentation for the MissleLauncher project - add credit to PyLauncher project.
* Add author image to library documentation.Dean Camera2009-06-151-1/+1
|
* Use sub pages in main library documentation to improve readability.Dean Camera2009-06-151-1/+1
|
* More Doxygen fixes - ensure no undocumented function parameters.Dean Camera2009-06-151-1/+1
|
* USB_IsConnected is now cleared before the USB_Disconnect() event is fired in ↵Dean Camera2009-05-191-1/+1
| | | | | | response to VBUS being removed. Minor documentation improvements.
* Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent ↵Dean Camera2009-05-041-1/+1
| | | | | | problems with faulty devices which do not respect the given wLength value when reading in the device descriptor. Further documentation improvements - removed file view from the main library documentation, replaced file references in the documentation with group references.
* More documentation changes for better module-level documentation rather than ↵Dean Camera2009-04-171-2/+1
| | | | file-level documentation.
* Fixed GenericHIDHost demo report write routine incorrect for control type ↵Dean Camera2009-04-161-9/+9
| | | | | | | | | | | | | | | | | | requests (thanks to Andrei Krainev). Removed Endpoint_ClearCurrentBank() and Pipe_ClearCurrentBank() in favour of new Endpoint_ClearIN(), Endpoint_ClearOUT(), Endpoint_ClearControlIN(), Endpoint_ClearControlOUT(), Pipe_ClearIN(), Pipe_ClearOUT(), Pipe_ClearControlIN() and Pipe_ClearControlOUT() macros (done to allow for the detection of packets of zero length). Renamed *_ReadWriteAllowed() macros to *_IsReadWriteAllowed() to remain consistent with the rest of the LUFA API. Endpoint_IsSetupReceived() macro has been renamed to Endpoint_IsSETUPReceived(), Endpoint_ClearSetupReceived() macro has been renamed to Endpoint_ClearControlSETUP(), the Pipe_IsSetupSent() macro has been renamed to Pipe_IsSETUPSent() and the Pipe_ClearSetupSent() macro is no longer applicable and should be removed - changes made to compliment the new endpoint and pipe bank management API. Updated all demos, bootloaders and projects to use the new endpoint and pipe management APIs (thanks to Roman Thiel). Updated library doxygen documentation, added groups, changed documentation macro functions to real functions for clarity. Removed old endpoint and pipe aliased read/write/discard routines which did not have an explicit endian specifier for clarity. Removed the ButtLoadTag.h header file, as no one used for its intended purpose anyway.
* Added new GenericHIDHost demo.Dean Camera2009-04-011-1/+1
| | | | Corrections to the KeyboardHost and MouseHost demos' pipe handling to freeze and unfreeze the data pipes at the point of use.
* Commit for the 090401 release.Dean Camera2009-03-311-1/+1
|
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+1485