Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyrights for 2017. | Dean Camera | 2017-04-18 | 1 | -2/+2 |
| | |||||
* | Update copyrights to 2016. | Dean Camera | 2016-01-31 | 1 | -2/+2 |
| | |||||
* | Update copyrights to 2015 (better late than never). | Dean Camera | 2015-05-17 | 1 | -2/+2 |
| | |||||
* | Add Atmel Studio 6.2 compatibility. | Dean Camera | 2014-03-01 | 1 | -1/+1 |
| | |||||
* | Update copyrights for 2014. | Dean Camera | 2014-01-04 | 1 | -2/+2 |
| | |||||
* | Extract interface numbers into enums. | László Monda | 2013-10-06 | 1 | -2/+2 |
| | |||||
* | Add platform includes to the bootloaders. | Dean Camera | 2013-05-19 | 1 | -0/+1 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2013-05-01 | 1 | -1/+1 |
| | |||||
* | Improve bootloader compile error message text when building without the ↵ | Dean Camera | 2013-04-08 | 1 | -1/+1 |
| | | | | correct optimization level. | ||||
* | Clean up bootloader project ASF integration code. | Dean Camera | 2013-04-06 | 1 | -1/+1 |
| | |||||
* | Add checks to the bootloaders so that they will give a user-friendly compile ↵ | Dean Camera | 2013-04-06 | 1 | -2/+7 |
| | | | | error if not compiled with size optimizations. | ||||
* | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 1 | -2/+2 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-10-05 | 1 | -1/+1 |
| | |||||
* | Reduce bootloader magic key to 16 bits to save FLASH space. | Dean Camera | 2012-07-07 | 1 | -1/+1 |
| | |||||
* | AppConfigHeaders: Move out the last of the demo/app configurations into new ↵ | Dean Camera | 2012-05-13 | 1 | -7/+1 |
| | | | | AppConfig.h header files. | ||||
* | Add branch for the conversion of demos to use standard C header files for ↵ | Dean Camera | 2012-05-10 | 1 | -0/+5 |
| | | | | configuration, rather than makefile defined macros. | ||||
* | Update file contributor copyrights for 2012. | Dean Camera | 2012-02-04 | 1 | -1/+1 |
| | |||||
* | Update file header copyrights for 2012. | Dean Camera | 2012-02-04 | 1 | -1/+1 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-02-01 | 1 | -1/+1 |
| | |||||
* | Minor bootloader tweaks; make some functions static where possible to reduce ↵ | Dean Camera | 2012-01-15 | 1 | -2/+2 |
| | | | | the compiled binary size, add additional comments to the makefiles. | ||||
* | Added User Application APIs to the CDC and DFU class bootloaders. | Dean Camera | 2011-10-11 | 1 | -0/+1 |
| | |||||
* | Added LED flashing to the CDC and DFU class bootloaders to indicate when ↵ | Dean Camera | 2011-04-23 | 1 | -0/+1 |
| | | | | they are running. | ||||
* | Add static keyword to all project globals whose scope should be restricted ↵ | Dean Camera | 2011-02-10 | 1 | -7/+7 |
| | | | | | | to the same module as they are declared in. Tighten up the HID class bootloader code slightly, document that it currently exceeds 2KB of bootloader space for all models other than the Series 2 USB AVRs. | ||||
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 1 | -2/+2 |
| | |||||
* | Fixed broken DFU bootloader, added XPLAIN support for bootloader start when ↵ | Dean Camera | 2010-11-27 | 1 | -0/+1 |
| | | | | XCK jumpered to ground. | ||||
* | Renamed the EVENT_USB_Device_UnhandledControlRequest() event to ↵ | Dean Camera | 2010-11-05 | 1 | -1/+1 |
| | | | | EVENT_USB_Device_ControlRequest() as it is now fired before the library request handlers, not afterwards. | ||||
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵ | Dean Camera | 2010-10-28 | 1 | -1/+1 |
| | | | | 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 Camera | 2010-10-13 | 1 | -16/+17 |
| | | | | tool made by Laszlo Monda | ||||
* | Add the "REQ_" prefix to the DFU class bootloader class-specific request ↵ | Dean Camera | 2010-09-12 | 1 | -7/+7 |
| | | | | constants. | ||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 1 | -207/+207 |
| | | | | correctly converted to the target system's native end of line style. | ||||
* | USB_Init() no longer calls sei() to enable global interrupts - this must now ↵ | Dean Camera | 2010-04-28 | 1 | -0/+1 |
| | | | | be done in the user application once all init code has run. | ||||
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 1 | -2/+2 |
| | |||||
* | Fix MIT license language to make its intent clearer. | Dean Camera | 2009-12-28 | 1 | -7/+7 |
| | |||||
* | Increase timeout of Mass Storage and Still Image host commands to 10 seconds ↵ | Dean Camera | 2009-12-09 | 1 | -2/+2 |
| | | | | | | | | (up from 5) to account for slow-processing devices. Added brace guards to macros with parameters to prevent unintended changed evaluation of the macro expression. Minor code cleanups (remove redundant comments, fix spacing, etc.). | ||||
* | Add to the existing CDC Class Driver's CreateStream() function documentation ↵ | Dean Camera | 2009-11-29 | 1 | -1/+1 |
| | | | | to explicitly state that the created streams are bidirectional. | ||||
* | Fixed DFU and CDC class bootloaders on the AT90USBXXX2 series USB AVRs. | Dean Camera | 2009-09-06 | 1 | -1/+0 |
| | |||||
* | Renamed all library events to properly seperate out Device and Host mode ↵ | Dean Camera | 2009-08-05 | 1 | -2/+2 |
| | | | | | | | | events. Changed the firing conditions for some events to ensure that events are fired by their own USB mode only. Remove VBUS events - not needed as the library takes care of VBUS detection and feedback on supported AVRs via the USB_Device_Connected and USB_Device_Disconnected events. Fixed incorrect Host state assignment in the incomplete BluetoothHost demo. | ||||
* | Added const modifiers to device mode class drivers. | Dean Camera | 2009-06-28 | 1 | -5/+5 |
| | | | | | | Added parameter directions to function parameter documentation. Added new experimental FAST_STREAM_FUNCTIONS compile time option to speed up stream transfers at the expense of a higher FLASH consumption (needs testing to verify improved throughput). | ||||
* | Re-add signature byte defines to the DFU and CDC class bootloaders -- the ↵ | Dean Camera | 2009-06-21 | 1 | -6/+1 |
| | | | | SIGNATURE_x defines in the AVR device header files only exist in a newer version of avr-libc than is in the Debian repositories, causing build issues on Linux. | ||||
* | Updated bootloaders to use the new main() function layout and remove any ↵ | Dean Camera | 2009-06-09 | 1 | -0/+3 |
| | | | | references to the scheduler to keep them in line with the rest of the library. | ||||
* | Rewritten event system to remove all macros, to make user code clearer. | Dean Camera | 2009-05-18 | 1 | -8/+4 |
| | | | | | | | | Fixed incorrect ENDPOINT_EPNUM_MASK mask preventing endpoints above EP3 from being selected (thanks to Jonathan Oakley). Removed STREAM_CALLBACK() macro - callbacks now use regular function definitions to clarify user code. Removed DESCRIPTOR_COMPARATOR() macro - comparators should now use regular function definitions to clarify user code. | ||||
* | Added preprocessor checks and documentation to the bootloaders giving ↵ | Dean Camera | 2009-04-07 | 1 | -1/+6 |
| | | | | information about missing SIGNATURE_x defines due to outdated avr-libc versions. | ||||
* | All comments in the library, bootloaders, demos and projects have now been ↵ | Dean Camera | 2009-04-01 | 1 | -3/+3 |
| | | | | spell-checked and spelling mistakes/typos corrected. | ||||
* | Corrected CDC class bootloader to fix a few bugs, changed address counter to ↵ | Dean Camera | 2009-03-17 | 1 | -0/+7 |
| | | | | store x2 addresses for convenience. | ||||
* | Removed SetSystemClockPrescaler() macro, the clock_prescale_set() avr-libc ↵ | Dean Camera | 2009-03-09 | 1 | -0/+1 |
| | | | | macro has been corrected in recent avr-libc versions | ||||
* | Altered DFU bootloader to use the signature byte constants located in the ↵ | Dean Camera | 2009-03-09 | 1 | -0/+1 |
| | | | | avr-libc part headers, rather than redefining them in Descriptors.h. | ||||
* | Moved all source to the trunk directory. | Dean Camera | 2009-02-23 | 1 | -0/+199 |