Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Doxygen configuration files to the latest version. | Dean Camera | 2013-05-19 | 1 | -50/+85 |
| | |||||
* | Update AS integration scripts and transforms - extract out the module ↵ | Dean Camera | 2013-04-08 | 1 | -1/+1 |
| | | | | description from the Doxygen XML output for the GUI. | ||||
* | Upgrade Doxygen configuration files to the latest version. | Dean Camera | 2013-01-20 | 1 | -9/+14 |
| | |||||
* | Offline help is currently ignored in AS6 extensions - reduce extension size ↵ | Dean Camera | 2013-01-13 | 1 | -0/+1 |
| | | | | by omitting it from the generated extension VSIX. | ||||
* | Upgrade Doxygen configuration files to the latest Doxygen version. | Dean Camera | 2013-01-03 | 1 | -10/+66 |
| | |||||
* | Add Atmel Studio integration files. | Dean Camera | 2013-01-03 | 1 | -2/+2 |
| | |||||
* | Enable sorting of the member functions in the Doxygen output, so that ↵ | Dean Camera | 2012-09-19 | 1 | -1/+1 |
| | | | | functions in the documentation are listed in alphabetical order rather than order of definition. | ||||
* | Enable strict prototype matching in the library Doxygen configuration file, ↵ | Dean Camera | 2012-09-17 | 1 | -3/+3 |
| | | | | to ensure all documentation references are as correct as possible. | ||||
* | Upgrade Doxygen configuration files, custom style CSS and DOXYGEN build ↵ | Dean Camera | 2012-08-13 | 1 | -25/+41 |
| | | | | module for the latest Doxygen release. | ||||
* | Upgrade Doxygen configuration files to 1.8.1.2. | Dean Camera | 2012-07-29 | 1 | -7/+6 |
| | |||||
* | Add default project template to the Doxygen manual of the library. | Dean Camera | 2012-06-04 | 1 | -1/+1 |
| | |||||
* | Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet ↵ | Dean Camera | 2012-05-20 | 1 | -19/+13 |
| | | | | and footer HTML, add explicit spacing into documentation code fragments to prevent Doxygen from removing empty lines in the output. | ||||
* | Move out Doxygen style assets into a seperate folder. | Dean Camera | 2012-04-08 | 1 | -2/+2 |
| | |||||
* | Doxygen documentation style changes. Minor documentation corrections. | Dean Camera | 2012-04-08 | 1 | -1/+1 |
| | |||||
* | Move documentation images into a dedicated sub-folder. | Dean Camera | 2012-04-08 | 1 | -1/+1 |
| | |||||
* | Remove Library Apps overview page from the documentation. | Dean Camera | 2012-02-25 | 1 | -1/+1 |
| | |||||
* | Update main library documentation organisation for Doxygen 1.8.0. | Dean Camera | 2012-02-25 | 1 | -52/+136 |
| | |||||
* | Revert changed version files in /trunk/ now that the LUFA-120219-BETA ↵ | Dean Camera | 2012-02-05 | 1 | -1/+1 |
| | | | | version has been released. | ||||
* | Commit for the 120219-BETA release. | Dean Camera | 2012-02-05 | 1 | -1/+1 |
| | |||||
* | Change PIPE_PIPENUM_MASK from 0x07 to the more generic 0x0F to allow for ↵ | Dean Camera | 2011-12-11 | 1 | -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 Camera | 2011-10-18 | 1 | -2/+2 |
| | | | | prevent user confusion with the actual *nix Man tool. | ||||
* | Minor documentation corrections. | Dean Camera | 2011-08-19 | 1 | -2/+2 |
| | |||||
* | Conditionally add available address spaces to the address space enum, for ↵ | Dean Camera | 2011-04-04 | 1 | -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 Camera | 2011-03-15 | 1 | -1/+1 |
| | |||||
* | Move out endianness management macros into a new common Endianness.h header. | Dean Camera | 2011-03-13 | 1 | -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 Camera | 2011-01-10 | 1 | -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 Camera | 2011-01-03 | 1 | -2/+2 |
| | |||||
* | Update Doxygen documentation configuration file for the main project ↵ | Dean Camera | 2011-01-03 | 1 | -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 Camera | 2010-09-11 | 1 | -1/+2 |
| | | | | stub files into in a new CodeTemplates directory. | ||||
* | Hide the PROGMEM attribute from Doxygen, as it appears to confuse the parser ↵ | Dean Camera | 2010-08-02 | 1 | -1/+2 |
| | | | | in some situations. | ||||
* | Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT(). | Dean Camera | 2010-06-17 | 1 | -1/+1 |
| | | | | Minor tweaks to the library documentation. | ||||
* | Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as ↵ | Dean Camera | 2010-06-16 | 1 | -1/+1 |
| | | | | the new 1.7 Doxygen's default stylesheet is much better. | ||||
* | Fix Doxygen treating the license as a documentation source file. | Dean Camera | 2010-05-12 | 1 | -1/+1 |
| | |||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 1 | -1562/+1562 |
| | | | | correctly converted to the target system's native end of line style. | ||||
* | Minor documentation improvements. | Dean Camera | 2010-04-15 | 1 | -2/+2 |
| | |||||
* | Add briefs for the library core structures. | Dean Camera | 2010-03-29 | 1 | -1/+1 |
| | |||||
* | Add file-level brief documentation. | Dean Camera | 2010-03-29 | 1 | -1/+1 |
| | | | | Remove accidentally duplicated model-specific peripheral driver files. | ||||
* | Add more include protection macros to give the user warnings when they try ↵ | Dean Camera | 2010-02-11 | 1 | -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 Camera | 2010-02-01 | 1 | -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 Camera | 2010-01-29 | 1 | -2/+2 |
| | | | | types (e.g. images) can be served out to HTTP clients. | ||||
* | Fixed incorrect interface values in the VirtualSerialMouse and KeyboardMouse ↵ | Dean Camera | 2010-01-12 | 1 | -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 Camera | 2010-01-06 | 1 | -632/+711 |
| | |||||
* | Minor documentation fixups. | Dean Camera | 2009-10-03 | 1 | -1/+1 |
| | |||||
* | Prevent the CDC Device Class driver from sending empty IN packets on every ↵ | Dean Camera | 2009-09-10 | 1 | -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 Camera | 2009-08-11 | 1 | -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 Camera | 2009-08-05 | 1 | -1/+1 |
| | |||||
* | Change Doxygen configuration files to not produce 4096 directories for the ↵ | Dean Camera | 2009-07-20 | 1 | -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 Camera | 2009-07-14 | 1 | -1/+1 |
| | |||||
* | Added new EEPROM and FLASH buffer versions of the Endpoint and Pipe stream ↵ | Dean Camera | 2009-07-13 | 1 | -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 Camera | 2009-06-26 | 1 | -1/+1 |
| | | | | name where appropriate. |