Minor updates to the Benito programmer - remove redundant PORT register manipulations.
[pub/USBasp.git] / Demos / Device /
2009-07-23 Dean CameraAdded new Benito project, a simple modified USB-to...
2009-07-23 Dean CameraEnsure that the USB_DeviceState variable is properly...
2009-07-21 Dean CameraAdded new USB_DeviceState variable to keep track of...
2009-07-21 Dean CameraAdd extra tests to the MassStorage device demo and...
2009-07-21 Dean CameraAdd explicit guards to all device mode tasks to ensure...
2009-07-20 Dean CameraSimplify SideShow GUID compares via a macro.
2009-07-20 Dean CameraFixes to unfinished SideShow demo to re-enable correct...
2009-07-20 Dean CameraMove unfinished SideShow source files to nested Lib...
2009-07-20 Dean CameraChange Doxygen configuration files to not produce 4096...
2009-07-16 Dean CameraMinor updates to the Magstripe and MissileLauncher...
2009-07-16 Dean CameraAdded new TOTAL_NUM_CONFIGURATIONS option, removed...
2009-07-15 Dean CameraFix HID class device driver -- if a SetIDle request...
2009-07-14 Dean CameraAdded better module summaries.
2009-07-13 Dean CameraAdded new EEPROM and FLASH buffer versions of the Endpo...
2009-07-13 Dean CameraAdded compatibility list to the documentation of each...
2009-07-11 Dean CameraAdded incomplete PrinterHost demo application.
2009-06-29 Dean CameraMinor correction to MagStripe demo to fix build problems.
2009-06-29 Dean CameraDataflash_WaitWhileBusy() now always ensures that the...
2009-06-28 Dean CameraAdded const modifiers to device mode class drivers.
2009-06-26 Dean CameraReduce struct name pollution - group typedef struct...
2009-06-23 Dean CameraFixed MassStorage demo not clearing the reset flag...
2009-06-22 Dean CameraAdd demos/bootloaders/projects overview to the manual.
2009-06-21 Dean CameraAdded new USE_INTERNAL_SERIAL define for using the...
2009-06-20 Dean CameraAdded USE_INTERNAL_SERIAL compile time option to automa...
2009-06-19 Dean CameraClean up RNDIS demo type define names.
2009-06-19 Dean CameraFix makefiles -- the auto-addition of -D switches to...
2009-06-19 Dean CameraMove LUFA compile time options to a new section in...
2009-06-18 Dean CameraBreak device mode class driver interfaces into seperate...
2009-06-16 Dean CameraRemove hardcoded DOT path from all Doxygen config files.
2009-06-16 Dean CameraPipe_GetErrorFlags() now returns additional error flags...
2009-06-16 Dean CameraAdded USB Missle Launcher project, submitted by Dave...
2009-06-15 Dean CameraMore Doxygen fixes - ensure no undocumented function...
2009-06-15 Dean CameraDoxygen corrections to fix Doxygen warnings in some...
2009-06-14 Dean CameraAdd host mode USB Class driver stubs, add beginnings...
2009-06-14 Dean CameraChanged per-device controller preprocessor checks over...
2009-06-11 Dean CameraChanged to new device mode Class Driver function name...
2009-06-11 Dean CameraSome minor whitespace corrections.
2009-06-10 Dean CameraFixes to the MIDI device demos (ClassDriver, LowLevel...
2009-06-08 Dean CameraError status LEDs shown when device endpoint configurat...
2009-06-07 Dean CameraConverted device mode low-level demos to schedulerless.
2009-06-05 Dean CameraAdd master device Host demo makefile.
2009-06-05 Dean CameraConversion of old incomplete SideShow demo to new APIs.
2009-06-05 Dean CameraAdd new Incomplete device subdirectory for work-in...
2009-06-05 Dean CameraRemove outdated AVRStudio project files from demos...
2009-06-05 Dean CameraMove new Class Driver powered demos to a new ClassDrive...
2009-06-05 Dean CameraAdded multiple Report ID support to the HID class drive...
2009-06-04 Dean CameraFix Doxygen errors in demos.
2009-06-04 Dean CameraEnsure all USB device class drivers have the same three...
2009-06-04 Dean CameraMinor documentation page updates.
2009-06-02 Dean CameraRemoved new Start of Frame event from the library;...
2009-06-01 Dean CameraAdd MIDI class driver, update MIDI device demo to use...
2009-06-01 Dean CameraCommit of new class abstraction APIs for all device...
2009-05-26 Dean CameraFix all device mode demos broken in the recent API...
2009-05-22 Dean CameraMoved out each demos' functionality library files ...
2009-05-22 Dean CameraDeleted StdDescriptors.c, renamed USB_GetDescriptor...
2009-05-20 Dean CameraFixed incorrect PID value being used in the USBtoSerial...
2009-05-18 Dean CameraRewritten event system to remove all macros, to make...
2009-05-17 Dean CameraRemoved DESCRIPTOR_ADDRESS() macro as it was largely...
2009-05-15 Dean CameraFixed CDCHost not clearing configured endpoints and...
2009-05-14 Dean CameraRemoved all user pipe/endpoint interrupt APIs, added...
2009-05-13 Dean CameraMoved USB Host state machine code out from USBTask...
2009-05-12 Dean CameraFixed Mouse and Keyboard device demos not acting in...
2009-05-11 Dean CameraFixed RNDISEthernet not working under Linux due to...
2009-05-11 Dean CameraFixed bug in RNDISEthernet and DualCDC demos not using...
2009-05-10 Dean CameraFix broken Set Feature/Clear Feature chapter 9 request...
2009-05-07 Dean CameraRenamed the the TotalHIDReports element of the HID...
2009-05-07 Dean CameraFix build errors in Joystick device demo and library...
2009-05-06 Dean CameraChange device demos to cache the board button values...
2009-05-06 Dean CameraChanged HWB board driver to Buttons driver, to allow...
2009-05-04 Dean CameraChanged PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64...
2009-05-01 Dean CameraFix minor build errors.
2009-04-26 Dean CameraFixed SPI driver init function not clearing SPI2X bit...
2009-04-24 Dean CameraEndpoint configuration is now refined to give better...
2009-04-23 Dean CameraFixed USB_RemoteWakeupEnabled flag never being set...
2009-04-22 Dean CameraDocumentation enhancements to improve documentation...
2009-04-22 Dean CameraApplied STATIC_ENDPOINT_CONFIGURATION and FIXED_CONTROL...
2009-04-22 Dean CameraUSB_HostRequest renamed to USB_ControlRequest, entire...
2009-04-21 Dean CameraRemoved specialized Endpoint_ClearControl* and Pipe_Cle...
2009-04-20 Dean CameraChanged over all deprecated GCC structure tag initializ...
2009-04-19 Dean CameraSpell checked non-source documentation pages.
2009-04-19 Dean CameraFixed incorrect HID interface class and subclass values...
2009-04-17 Dean CameraMore documentation changes for better module-level...
2009-04-17 Dean CameraFixed CDC and USBtoSerial demos freezing where buffers...
2009-04-17 Dean CameraRenamed Serial_Stream driver to SerialStream to remain...
2009-04-16 Dean CameraPartial commit: change references to Drivers/AT90USBXXX...
2009-04-16 Dean CameraFixed GenericHIDHost demo report write routine incorrec...
2009-04-15 Dean CameraFixed minor issue with the RNDISEthernet demo DHCP...
2009-04-14 Dean CameraCorrected AudioInput and AudioOutput demos, to fix...
2009-04-14 Dean CameraAdjusted sample CTC timer calculations in the AudioOutp...
2009-04-13 Dean CameraFixed RNDISEthenet demo checking the incorrect message...
2009-04-09 Dean CameraFixed GenericHID demo not starting USB and HID manageme...
2009-04-07 Dean CameraAdded preprocessor checks and documentation to the...
2009-04-01 Dean CameraAll comments in the library, bootloaders, demos and...
2009-04-01 Dean CameraChanged GenericHID device demo to use the LUFA schedule...
2009-03-29 Dean CameraAdded new GenericHID device demo application.
2009-03-26 Dean CameraCorrected bitfields -- the smallest datatype required...
2009-03-25 Dean CameraAdded missing documentation for AUDIO_SAMPLE_FREQUENCY...
2009-03-23 Dean CameraFixed CDC demo not sending an empty packet after each...
2009-03-20 Dean CameraSeperated out OTG, Device and Host mode demos into...