Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update file header copyrights for 2012. | Dean Camera | 2012-02-04 | 4 | -4/+4 | |
| | ||||||
* | Minor bootloader tweaks; make some functions static where possible to reduce ↵ | Dean Camera | 2012-01-15 | 3 | -2/+6 | |
| | | | | the compiled binary size, add additional comments to the makefiles. | |||||
* | USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as ↵ | Dean Camera | 2012-01-02 | 1 | -1/+1 | |
| | | | | this was misnamed (thanks to NXP Semiconductors). | |||||
* | Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵ | Dean Camera | 2011-12-23 | 5 | -63/+67 | |
| | | | | trailing whitespace at the end of each line. | |||||
* | Add missing SVN eol-style property to ensure that source code line endings ↵ | Dean Camera | 2011-11-09 | 1 | -1/+1 | |
| | | | | and converted to the native values on checkout. | |||||
* | Add project name to the Doxygen makefile target output. | Dean Camera | 2011-09-21 | 1 | -1/+1 | |
| | ||||||
* | Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ↵ | Dean Camera | 2011-07-19 | 1 | -1/+1 | |
| | | | | ENDPOINT_DIR_* macros, which can now be used with both Endpoint_ConfigureEndpoint() and in the device descriptors. | |||||
* | Add missing SVN eol-style property to files where it was missing. | Dean Camera | 2011-07-15 | 7 | -2847/+2847 | |
| | ||||||
* | Seperate out the device demos and project's configuration descriptor ↵ | Dean Camera | 2011-07-01 | 1 | -0/+2 | |
| | | | | structure definitions to clearly indicate what descriptors belong to which interface. | |||||
* | Add new "checksource" target to the library makefiles, for automated source ↵ | Dean Camera | 2011-06-20 | 1 | -1/+10 | |
| | | | | file existance checking. | |||||
* | Expand the documentation for each Bootloader to give sample usage ↵ | Dean Camera | 2011-06-02 | 2 | -3/+21 | |
| | | | | | | instructions for the command line programmer utilities. Fix typo in the HID class bootloader CLI programmer application usage instructions. | |||||
* | Add new LUFA powered user projects to the documentation. | Dean Camera | 2011-04-23 | 1 | -1/+1 | |
| | ||||||
* | Fix HID class bootloader not working on the larger USB AVRs due to the ↵ | Dean Camera | 2011-04-23 | 1 | -1/+9 | |
| | | | | altered page addressing scheme. | |||||
* | Renamed all low level Endpoint_Read_*, Endpoint_Write_* and ↵ | Dean Camera | 2011-04-04 | 1 | -2/+2 | |
| | | | | | | Endpoint_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures. Renamed all low level Pipe_Read_*, Pipe_Write_* and Pipe_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures. | |||||
* | F_CLOCK changed to F_USB to be more descriptive, and applicable on future ↵ | Dean Camera | 2011-03-21 | 1 | -7/+7 | |
| | | | | architecture ports. | |||||
* | Oops - Bootloader optimizations to GetDescriptor() don't work, as the ↵ | Dean Camera | 2011-03-18 | 1 | -8/+18 | |
| | | | | Configuration Descriptor's header does not contain the full length of the descriptor, breaking full enumeration. | |||||
* | Add new ARCH option to the makefiles to (eventually) specify the target ↵ | Dean Camera | 2011-02-19 | 1 | -1/+5 | |
| | | | | device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support. | |||||
* | Add missing HID bootloader AVRStudio project. | Dean Camera | 2011-02-15 | 1 | -0/+1 | |
| | ||||||
* | Add more const-ness to the stream endpoint/pipe functions where possible. | Dean Camera | 2011-02-13 | 1 | -1/+2 | |
| | ||||||
* | Fix typos in the HID class bootloader makefile. | Dean Camera | 2011-02-11 | 1 | -3/+3 | |
| | ||||||
* | Add static keyword to all project globals whose scope should be restricted ↵ | Dean Camera | 2011-02-10 | 4 | -31/+23 | |
| | | | | | | 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. | |||||
* | Fix errors in the hid_bootloader_cli.c program code. | Dean Camera | 2011-02-09 | 1 | -18/+15 | |
| | ||||||
* | Update HID bootloader loader application to support the VID/PID used by the ↵ | Dean Camera | 2011-02-09 | 4 | -37/+93 | |
| | | | | bootloader. | |||||
* | Added HID class bootloader, compatible with a modified version of the ↵ | Dean Camera | 2011-02-09 | 11 | -0/+4502 | |
command line Teensy loader from PJRC.com. |