From ecd82778cf9a53e34f13d9ce6dcd7e1a4cf76b70 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 17 Aug 2009 12:38:24 +0000 Subject: Added beginnings of a new AVRISP-MKII clone project. 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. --- LUFA/ManPages/ChangeLog.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'LUFA/ManPages/ChangeLog.txt') diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 8952337ba..e2f6841ea 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -13,6 +13,8 @@ * - Added flag to the HID report parser to indicate if a device has multiple reports * - Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_Device_EnableSOFEvents() and * USB_Device_DisableSOFEvents() macros to give bus-synchronised millisecond interrupts when in USB device mode + * - Added new Endpoint_SetEndpointDirection() macro for bi-directional endpoints + * - Added new AVRISP project, a LUFA clone of the Atmel AVRISP-MKII programmer * * Changed: * - SetIdle requests to the HID device driver with a 0 idle period (send changes only) now only affect the requested -- cgit v1.2.3