- 04 Jan, 2018 1 commit
-
-
Dean Camera authored
-
- 18 Apr, 2017 1 commit
-
-
Dean Camera authored
-
- 31 Jan, 2016 1 commit
-
-
Dean Camera authored
-
- 02 Dec, 2015 1 commit
-
-
Dean Camera authored
-
- 17 May, 2015 1 commit
-
-
Dean Camera authored
-
- 03 Jan, 2014 1 commit
-
-
Dean Camera authored
-
- 21 Nov, 2013 1 commit
-
-
Dean Camera authored
Use new VERSION_BCD() macro with explicit int arguments to fix edge cases with the previous floating point macro version.
-
- 06 Oct, 2013 1 commit
-
-
László Monda authored
-
- 14 May, 2013 1 commit
-
-
Dean Camera authored
-
- 18 Mar, 2013 1 commit
-
-
Dean Camera authored
Update Mass Storage bootloader so that it can support devices with only 4KB bootloader sections by creating a special AUX section before the real bootloader section to store part of the bootloader code.
-
- 10 Mar, 2013 3 commits
-
-
Dean Camera authored
Move out the Mass Storage class bootloader to the main Bootloader directory now that it is functional.
-
Dean Camera authored
Add documentation to the incomplete Mass Storage class bootloader, update the virtual FAT file entry so that the bootloader section is omitted (not user readable/writable). Fix some minor documentation errors in the Printer class bootloader.
-
Dean Camera authored
-
- 08 Mar, 2013 1 commit
-
-
Dean Camera authored
-
- 03 Jan, 2013 1 commit
-
-
Dean Camera authored
-
- 05 Oct, 2012 1 commit
-
-
Dean Camera authored
-
- 12 May, 2012 1 commit
-
-
Dean Camera authored
AppConfigHeaders: Update several additional user projects to use configuration header files, rather than makefile defines. Remove compile time warnings for projects lacking device serial support, remove incomplete StandaloneProgrammer project.
-
- 10 May, 2012 1 commit
-
-
Dean Camera authored
Add branch for the conversion of demos to use standard C header files for configuration, rather than makefile defined macros.
-
- 06 May, 2012 1 commit
-
-
Dean Camera authored
Increased endpoint polling interval for all demos and projects to 5ms, as 1ms was causing some enumeration issues on some machines (thanks to Riku Salminen).
-
- 14 Apr, 2012 1 commit
-
-
Dean Camera authored
-
- 04 Feb, 2012 2 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
- 02 Jan, 2012 1 commit
-
-
Dean Camera authored
USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as this was misnamed (thanks to NXP Semiconductors).
-
- 19 Jul, 2011 1 commit
-
-
Dean Camera authored
Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOINT_DIR_* macros, which can now be used with both Endpoint_ConfigureEndpoint() and in the device descriptors.
-
- 06 Feb, 2011 1 commit
-
-
Dean Camera authored
Add const to all project descriptor definitions for safety.
-
- 01 Jan, 2011 1 commit
-
-
Dean Camera authored
-
- 22 Nov, 2010 1 commit
-
-
Dean Camera authored
Lower bulk endpoint polling rate in the descriptors to the lowest possible value to give maximum throughput.
-
- 10 Nov, 2010 1 commit
-
-
Dean Camera authored
Fixed incorrect PollingIntervalMS values in the demo/project/bootloader endpoint descriptors (thanks to MCS Electronics).
-
- 28 Oct, 2010 1 commit
-
-
Dean Camera authored
Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists.
-
- 25 Oct, 2010 1 commit
-
-
Dean Camera authored
Add descriptor class, subclass and protocol constants to the class drivers, modify all demos to use them where possible. Move out private/internal host class driver constants to the common class driver headers, so that they can be used in the Low Level host mode demos. Ensure all demos, projects and bootloaders use the class driver constants where possible to minimise code repetition.
-
- 13 Oct, 2010 1 commit
-
-
Dean Camera authored
-
- 30 Sep, 2010 1 commit
-
-
Dean Camera authored
Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction on the configuration order instead to ensure maximum reliability. Altered all low level device and host mode demos to ensure that endpoints and pipes are configured in ascending order properly. Rewrote all low level host mode demos' configuration descriptor parser code to ensure that pipes are enumerated in ascending order, and to ensure maximum compatibility with devices. Incremented all device mode demo's device descriptor revision numbers to ensure that any descriptor changes are re-fetched on machines which have enumerated previous versions.
-
- 24 Aug, 2010 1 commit
-
-
Dean Camera authored
Changed the signature of the CALLBACK_USB_GetDescriptor() callback function so that the descriptor pointer is const, to remove the need for extra casting inside the callback (thanks to Jonathan Kollasch).
-
- 21 Jul, 2010 1 commit
-
-
Dean Camera authored
Update all demos, projects and bootloaders to indent all function parameters, one per line, for better readability. Add missing const qualifiers to the demos.
-
- 08 May, 2010 1 commit
-
-
Dean Camera authored
Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style.
-
- 22 Mar, 2010 1 commit
-
-
Dean Camera authored
Standardized the naming scheme given to configuration descriptor sub-elements in the Device mode demos, bootloaders and projects. Fix errors in the MouseHostWithParser demo from incorrect use of the HID_ALIGN_DATA() macro.
-
- 30 Dec, 2009 1 commit
-
-
Dean Camera authored
-
- 28 Dec, 2009 1 commit
-
-
Dean Camera authored
-
- 01 Sep, 2009 1 commit
-
-
Dean Camera authored
Move check for devices not supporting internal serials in demos which make use of USE_INTERNAL_SERIAL to Descriptors.c from Descriptors.h so that the warning is only generated at most once per compilation.
-
- 13 Aug, 2009 1 commit
-
-
Dean Camera authored
-