aboutsummaryrefslogtreecommitdiff
path: root/Demos/Device/ClassDriver/KeyboardMouse
AgeCommit message (Expand)Author
2010-07-19Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean
2010-07-18Change over all makefiles to use C99 standards mode, rather than C99 + GNU Ex...Dean
2010-07-15Disable strict aliasing explicitly in the project makefiles, as this is appar...Dean
2010-07-15Removed the automated checking of event names in the demo, project and bootlo...Dean
2010-07-13Added const attributes to some of the class driver function parameters that w...Dean
2010-07-13Add AVRStudio 4 project files to the ClassDriver Device mode demos.Dean
2010-07-12Add missing clean_doxygen phony targets to the project makefiles.Dean
2010-07-02Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu...Dean
2010-06-25Fix Doxygen formatting of parameters for the CALLBACK_HID_Device_CreateHIDRep...Dean
2010-06-06Fix incorrect copyright attribution on the class-driver keyboard demos due to...Dean
2010-05-23Remove obsolete entry from the Doxygen configuration files.Dean
2010-05-09Add new ReportType parameter to the HID class driver device callback and host...Dean
2010-05-08Add svn:eol-style property to source files, so that the line endings are corr...Dean
2010-05-07Change over instances of "make" in the makefiles to "$(MAKE)" to allow for th...Dean
2010-04-28Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...Dean
2010-04-28USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean
2010-04-19Make bluetooth SDP code correctly unpack the search UUIDs and parameters.Dean
2010-03-22Standardized the naming scheme given to configuration descriptor sub-elements...Dean
2010-02-16Make sure the button report set masks use OR in all circumstances, to prevent...Dean
2010-02-07Added Keyboard LED report masks (KEYBOARD_LED_*) to the HID class driver and ...Dean
2010-02-07Added keyboard modifier masks (HID_KEYBOARD_MODIFER_*) to the HID class drive...Dean
2010-02-04New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ...Dean
2010-02-03Exlude the "INCLUDE_FROM_*" macros from the individual project's documentation.Dean
2010-01-28Fix up project documentation files' overview tables, so that multiple items o...Dean
2010-01-25Add Webserver project Doxygen configuration file and overview document.Dean
2010-01-12Fixed incorrect interface values in the VirtualSerialMouse and KeyboardMouse ...Dean
2010-01-06Update Doxygen configuration files to the latest Doxygen version.Dean
2009-12-30Update copyright year to 2010.Dean
2009-12-28Fix MIT license language to make its intent clearer.Dean
2009-11-25Fix build and Doxygen errors.Dean
2009-11-23Added new ReportType parameter to the HID Device Class driver CALLBACK_HID_De...Dean
2009-11-13Corrections, improvements and additions to the incomplete RNDISHost demo.Dean
2009-11-06Add optional double-banking support to the Device mode Class Drivers, on a pe...Dean
2009-10-16Fix invalid Event name rule in demo/project makefiles.Dean
2009-10-12Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz.Dean
2009-09-21Fix broken KeyboardMouse ClassDriver device demo - use internal HID Class Dri...Dean
2009-09-20Added new Pipe_IsFrozen() macro to determine if the currently selected pipe i...Dean
2009-09-09Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...Dean
2009-09-06Add in new invalid event hook check targets to project makefiles to produce c...Dean
2009-08-30Replace -finline-limit with -fno-inline-small-functions in project makefiles.Dean
2009-08-16Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_De...Dean
2009-08-13Adjust endpoint polling intervals for HID demos, to make them compliant with ...Dean
2009-08-13Added explicit attribute masks to the device mode demos' descriptors.Dean
2009-08-05Renamed all library events to properly seperate out Device and Host mode even...Dean
2009-08-02Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the exi...Dean
2009-07-31Fix demos based on the device mode HID class driver, as well as the driver it...Dean
2009-07-30Add new HID_Device_MillisecondElapsed() function to the HID device Class driv...Dean
2009-07-30Fix to HID device mode Class driver, so that new reports are compared against...Dean
2009-07-28Change project makefiles so that the current target settings and not just the...Dean
2009-07-27State information for class drivers is now zeroed out during enumeration (bot...Dean