2009-08-16 |
Dean Camera | Added return values to the CDC and MIDI class driver... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-08-16 |
Dean Camera | Fix misspelt event name in the Class driver USBtoSerial... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-08-16 |
Dean Camera | Fix USBtoSerial device demos -- ensure the UDR1 registe... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-08-16 |
Dean Camera | Added new EVENT_USB_Device_StartOfFrame() event, contro... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-08-13 |
Dean Camera | Adjust endpoint polling intervals for HID demos, to... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-08-13 |
Dean Camera | Added explicit attribute masks to the device mode demos... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-08-13 |
Dean Camera | Added CDC_Device_Flush() command to the CDC Device... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-08-11 |
Dean Camera | Added flag to the HID report parser to indicate if... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-08-11 |
Dean Camera | Add CDC Host class driver EVENT_CDC_Host_ControLineStat... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-08-11 |
Dean Camera | Document CDC Host class driver functions and enums. |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-08-11 |
Dean Camera | Add new functions to the HID host class driver, refine... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-08-11 |
Dean Camera | Fixed swapped paremeters in the HID state memory copy... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-08-11 |
Dean Camera | Completion of initial CDC host mode class driver. |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-08-11 |
Dean Camera | Fix issue in CDC device class driver where received... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-08-09 |
Dean Camera | Commit for the 090810 release. |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-08-07 |
Dean Camera | Cleanups to RNDIS device demos. Fix issue in RNDIS... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-08-07 |
Dean Camera | Make Benito ping-pong LED code more explicit, using... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-08-06 |
Dean Camera | Simplify CDC device demos, by directly assigning the... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-08-06 |
Dean Camera | Make Endpoint control transfers more reliable; early... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-08-05 |
Dean Camera | Add Benito board LED driver to the Benito Programmer... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-08-05 |
Dean Camera | Fixed issue in USBtoSerial demos where the USART Rx... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-08-05 |
Dean Camera | Make Control Endpoint stream transfers more reliable... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-08-05 |
Dean Camera | Changed over manual loops waiting for endpoints to... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-08-05 |
Dean Camera | Commit for 090810rc1 release. |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-08-05 |
Dean Camera | Fix incorrect Event call name in USBInterrupt.c. |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-08-05 |
Dean Camera | Renamed all library events to properly seperate out... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-08-04 |
Dean Camera | Better fix for LowLevel CDC demo issue where sending... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-08-04 |
Dean Camera | Fix issue with CDC device demos causing broken communic... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-08-03 |
Dean Camera | Update migration notes for the upcomming 090810 release. |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-08-03 |
Dean Camera | Cleanup and optimization of the internal serial retriev... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-08-02 |
Dean Camera | Fix build error in TestApp demo caused by previous... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-08-02 |
Dean Camera | Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURAT... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-08-02 |
Dean Camera | Make both LowLevel and ClassDriver AudioOutput demos... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-08-02 |
Dean Camera | Removed interrupt disable/enable from the Device mode... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-31 |
Dean Camera | Fixed the ClassDriver GenericHID demo so that it echoes... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-31 |
Dean Camera | Fix demos based on the device mode HID class driver... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-31 |
Dean Camera | Renamed USB_Device_SetHighSpeed() to USB_Device_SetFull... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-30 |
Dean Camera | Add new HID_Device_MillisecondElapsed() function to... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-30 |
Dean Camera | Ensure that the previous HID reports in the HID device... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-30 |
Dean Camera | Fix to HID device mode Class driver, so that new report... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-30 |
Dean Camera | Minor cleanups to DualCDC ClassDriver device demo for... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-30 |
Dean Camera | Fix incorrect configuration in the ClassDriver AudioOut... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-30 |
Dean Camera | Set all CDC and MassStorage device mode demos (LowLevel... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-30 |
Dean Camera | Added standard stream example to the ClassDriver CDC... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-30 |
Dean Camera | Fix redefinition warning when USB_DEVICE_ONLY is set... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-29 |
Dean Camera | Cleanup USBMode.h to simplify preprocessor logic. |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-29 |
Dean Camera | Added 404 errors to the RNDIS Webserver example. |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-28 |
Dean Camera | Extend the automatic serial number descriptor code... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-28 |
Dean Camera | Fixed report data alignment issues in the MouseHostWith... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-28 |
Dean Camera | Change project makefiles so that the current target... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-28 |
Dean Camera | Better solution - change compile time token names to... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-28 |
Dean Camera | Added HOST_STATE_AS_GPIOR1 and DEVICE_STATE_AS_GPIOR0... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-28 |
Dean Camera | Make LowLevel AudioOutput demo work in the same way... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-28 |
Dean Camera | Changed AudioOutput demos to explicitly use timer 3... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-27 |
Dean Camera | State information for class drivers is now zeroed out... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-27 |
Dean Camera | Collapse configuration descriptor size retrieval and... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-27 |
Dean Camera | Change Host mode class driver Pipe configuration routin... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-27 |
Dean Camera | Add new MouseHost Class Driver demo, unfinished, to... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-26 |
Dean Camera | Corrected new Pipe_IsEndpointBound() function. |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-26 |
Dean Camera | Added new Pipe_BoundEndpointNumber() and Pipe_IsEndpoin... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-24 |
Dean Camera | Added new LEDs_ToggleLEDs() function to the Board LEDs... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-24 |
Dean Camera | Ensure new Benito Programmer project matches Don's... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-23 |
Dean Camera | Minor updates to the Benito programmer - remove redunda... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-23 |
Dean Camera | Tweaks to the new Benito Programmer project for documen... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-23 |
Dean Camera | Added new Benito project, a simple modified USB-to... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-23 |
Dean Camera | Ensure that the USB_DeviceState variable is properly... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-21 |
Dean Camera | Slight changes to TeensyHID bootloader to ensure it... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-21 |
Dean Camera | Added new USB_DeviceState variable to keep track of... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-21 |
Dean Camera | Add PrinterHost demo to the documentation. |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-21 |
Dean Camera | Add extra tests to the MassStorage device demo and... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-21 |
Dean Camera | Add explicit guards to all device mode tasks to ensure... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-20 |
Dean Camera | Simplify SideShow GUID compares via a macro. |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-20 |
Dean Camera | Fixes to unfinished SideShow demo to re-enable correct... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-20 |
Dean Camera | Move unfinished SideShow source files to nested Lib... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-20 |
Dean Camera | Ensure control pipe is selected in the PrinterHost... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-20 |
Dean Camera | Change Doxygen configuration files to not produce 4096... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-20 |
Dean Camera | Added missing DoxyGen configuration file to the Printer... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-20 |
Dean Camera | Added extra DoxyGen documentation to the new PrinterHos... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-20 |
Dean Camera | Add PrinterHost to the project file and Host LowLevel... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-20 |
Dean Camera | Moved PrinterHost demo from Incomplete to LowLevel... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-20 |
Dean Camera | Fixed PrinterHost demo Printer_GetDeviceID() routine... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-20 |
Dean Camera | Remove ClearPipeStall routine from the StillImageHost... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-20 |
Dean Camera | Cleaner solution to the PrinterHost data send routine... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-20 |
Dean Camera | Fix unfinished printer host demo - some printer languag... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-20 |
Dean Camera | Added error codes to most StillImageHost demo commands. |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-19 |
Dean Camera | Don't send terminal RESET codes via serial - just set... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-19 |
Dean Camera | Use sane ANSI terminal escape codes for the Host mode... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-19 |
Dean Camera | Add partial project documentation to the incomplete... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-19 |
Dean Camera | Fix PrinterHost demo so that it will only enumerate... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-19 |
Dean Camera | Fixed incorrect PIPE_EPNUM_MASK mask causing pipe failu... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-19 |
Dean Camera | Magstripe Project: Ensure that empty tracks still print... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-16 |
Dean Camera | Minor updates to the Magstripe and MissileLauncher... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-16 |
Dean Camera | Added support for the new ATMEGA32U2, ATMEGA16U2 and... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-16 |
Dean Camera | Fix small error in last commit preventing compilation... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-16 |
Dean Camera | Added new TOTAL_NUM_CONFIGURATIONS option, removed... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-15 |
Dean Camera | Fix HID class device driver -- if a SetIDle request... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-14 |
Dean Camera | Added module file dependancy information to the USB... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-14 |
Dean Camera | Added better module summaries. |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-13 |
Dean Camera | Fix broken Pipe stream function templates due to mixed... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
2009-07-13 |
Dean Camera | Added new EEPROM and FLASH buffer versions of the Endpo... |
commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) |
next |