Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update file header copyrights for 2012. | Dean Camera | 2012-02-04 | 4 | -4/+4 |
| | |||||
* | Minor documentation corrections. | Dean Camera | 2012-02-04 | 1 | -1/+1 |
| | |||||
* | 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 | 3 | -4/+5 |
| | | | | trailing whitespace at the end of each line. | ||||
* | Fixed misspelled HID_KEYBOARD_MODIFIER_* macros in the HID class driver ↵ | Dean Camera | 2011-11-16 | 1 | -1/+1 |
| | | | | (thanks to Laszlo Monda). | ||||
* | 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. | ||||
* | Oops: Fix compile error in the low level KeyboardMouse demo. | Dean Camera | 2011-07-02 | 1 | -1/+1 |
| | |||||
* | 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 | -2/+10 |
| | | | | file existance checking. | ||||
* | Massive corrections to the project documentation and code comments, thanks ↵ | Dean Camera | 2011-06-05 | 1 | -1/+1 |
| | | | | to Russian translation services provided by Andrey from Microsin.ru. | ||||
* | Lower the size of the HID report endpoint from 16 bytes to 8 bytes, to allow ↵ | Dean Camera | 2011-05-26 | 1 | -1/+1 |
| | | | | for Low Speed USB compatibility in the KeyboardMouseMultiReport demo (thanks to Kevin Chernoff). | ||||
* | Update MediaController project to remove the Record usage (not often needed) ↵ | Dean Camera | 2011-05-23 | 1 | -3/+5 |
| | | | | and explicitly declare each usage for maximum clarity. | ||||
* | F_CLOCK changed to F_USB to be more descriptive, and applicable on future ↵ | Dean Camera | 2011-03-21 | 1 | -7/+7 |
| | | | | architecture ports. | ||||
* | Add new ARCH option to the makefiles to (eventually) specify the target ↵ | Dean Camera | 2011-02-19 | 1 | -3/+7 |
| | | | | device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support. | ||||
* | Add static keyword to all project globals whose scope should be restricted ↵ | Dean Camera | 2011-02-10 | 1 | -1/+2 |
| | | | | | | 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. | ||||
* | Add missing svn:eol-style properties to the new KeyboardMouseMultiReport demo. | Dean Camera | 2011-02-09 | 7 | -3030/+3030 |
| | |||||
* | Oops - fix missing constants in the TempDataLogger FatFS diskio.h header file. | Dean Camera | 2011-02-06 | 1 | -6/+6 |
| | | | | Add const to all project descriptor definitions for safety. | ||||
* | Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device ↵ | Dean Camera | 2011-01-30 | 2 | -5/+5 |
| | | | | | | | | | | | | ClassDriver demos to use it. Fix reversed byte ordering of multi-byte HID data. Added support to the HID parser for extended USAGE items that contain the usage page as well as the usage index. Removed the HID_IOF_NON_VOLATILE and HID_IOF_VOLATILE flags from HID INPUT items where the flag is invalid. Changed over HID OUTPUT items to use HID_IOF_NON_VOLATILE. Change over MagStripe project to use HID_DESCRIPTOR_KEYBOARD() for its HID report. Change over MouseHostDevice demo to use HID_DESCRIPTOR_MOUSE() for its HID report. | ||||
* | Added new KeyboardMouseMultiReport Device ClassDriver demo. | Dean Camera | 2011-01-26 | 8 | -0/+3031 |
Fixed ReportID not being removed from the feature/out report data array in the HID class driver when Report IDs are used. Added new MAX() and MIN() convenience macros. |