- Aug 27, 2009
-
-
Dean Camera authored
Added pinout information to the AVRISP project.
-
- Aug 25, 2009
-
-
Dean Camera authored
-
Dean Camera authored
-
- Aug 24, 2009
-
-
Dean Camera authored
Fix to V2 Protocol for Fuse/Sig/Lock byte read -- off by one error on the array when writing back the response from the device. FLASH/EEPROM reading and writing currently broken and unfinished, respectively.
-
- Aug 20, 2009
-
-
Dean Camera authored
-
- Aug 19, 2009
-
-
Dean Camera authored
-
Dean Camera authored
Added documentation of the makefile CDEFS values to the MagStripe project.
-
- Aug 18, 2009
-
-
Dean Camera authored
Move AVRISP Programmer project to a new Unfinished subdirectory of Project while it is under development.
-
- Aug 17, 2009
-
-
Dean Camera authored
Added new Endpoint_SetEndpointDirection() macro to set the current endpoint direction for bidirectional endpoints. Renamed internal USB_INT_ENDPOINT_SETUP macro to USB_INT_RXSTPI to fit in with the rest of the interrupt vector macros.
-
- Aug 05, 2009
-
-
Dean Camera authored
Renamed all library events to properly seperate out Device and Host mode events. Changed the firing conditions for some events to ensure that events are fired by their own USB mode only. Remove VBUS events - not needed as the library takes care of VBUS detection and feedback on supported AVRs via the USB_Device_Connected and USB_Device_Disconnected events. Fixed incorrect Host state assignment in the incomplete BluetoothHost demo.
-
- Jul 13, 2009
-
-
Dean Camera authored
Documented FAST_STREAM_TRANSFERS compile time option. Reduced the TCP window size for the RNDIS demos (Class and LowLevel) to make them compatible with the AT90USB64x.
-
- Apr 19, 2009
-
-
Dean Camera authored
-
- Mar 19, 2009
-
-
Dean Camera authored
Corrections to Keyboard demo. Removed AVRISP_Programmer project due to code quality concerns.
-
- Feb 23, 2009
-
-
Dean Camera authored
-