aboutsummaryrefslogtreecommitdiff
path: root/Demos/Device/Incomplete
AgeCommit message (Expand)Author
2010-09-15Make project makefiles correctly clean intermeditary build files from assembl...Dean
2010-08-29Remove remaining void* descriptor casts in the projects and demos that were n...Dean
2010-08-24Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s...Dean
2010-08-22Changed all Device mode LowLevel demos and Device Class drivers so that the c...Dean
2010-08-09Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us...Dean
2010-08-09Add notification endpoint to the incomplete TMC demo.Dean
2010-08-08Fix invocations of avr-size in all makefiles broken on unpatched *nix systems...Dean
2010-08-03Ensure all demos now compile in C99 standards mode, and not GNU99 (C99 + GNU ...Dean
2010-07-31Fixed Serial peripheral driver not turning off the USART before reconfiguring...Dean
2010-07-29Spell check all source files once again to find any typos.Dean
2010-07-28Add TMC header read and write functions, so that TMC data can now be exchange...Dean
2010-07-27Move over message ID specific header data to unions inside the standard TMC h...Dean
2010-07-26Rename reserved members of all structs so that they are uniformly named acros...Dean
2010-07-26Add comments to the currently completed portions of the incomplete Test and M...Dean
2010-07-26Add missing INTERRUPT_CONTROL_ENDPOINT compile time option to the Mass Storag...Dean
2010-07-26Add stream callback flags and class specific control request handler code to ...Dean
2010-07-23Add TMC device capabilities to the incomplete TMC demo.Dean
2010-07-22Convert over internal pseudo-function macros to true inline functions for add...Dean
2010-07-22Added start of a low level device Test and Measurement class demo (thanks to ...Dean
2010-07-21Update all demos, projects and bootloaders to indent all function parameters,...Dean
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-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-03Minor documentation cleanups.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-18Add const keyword to the demo function parameters where possible.Dean
2010-03-22Standardized the naming scheme given to configuration descriptor sub-elements...Dean
2010-02-04New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ...Dean
2009-12-30Update copyright year to 2010.Dean
2009-12-28Fix MIT license language to make its intent clearer.Dean
2009-12-09Increase timeout of Mass Storage and Still Image host commands to 10 seconds ...Dean
2009-11-17Fix doxygen documentation - doxygen was getting confused on the variable-leng...Dean
2009-11-11Minor code cleanups for clarity.Dean
2009-11-09Spell check all source code variables, comments and strings.Dean
2009-10-16Fix invalid Event name rule in demo/project makefiles.Dean
2009-10-08Add new MIDIHost LowLevel demo application.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-13Added CDC_Device_Flush() command to the CDC Device mode class driver.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-28Change project makefiles so that the current target settings and not just the...Dean
2009-07-23Ensure that the USB_DeviceState variable is properly set upon wakeup events, ...Dean