Fix reversed descriptions for the AVR8 USB pad regulator enable/disable masks (thanks to Omar).
This commit is contained in:
parent
04263de4f0
commit
2b0c9532a3
4 changed files with 6 additions and 4 deletions
|
|
@ -18,7 +18,7 @@
|
|||
* - Added new Endpoint_Null_Stream() and Pipe_Null_Stream() functions
|
||||
* - Added new ADC_GET_CHANNEL_MASK() convenience macro
|
||||
* - Added new HID report item macros (with HID_RI_ prefix) to allow for easy creation and editing of HID report descriptors
|
||||
* - Added new HID_DESCRIPTOR_MOUSE, HID_DESCRIPTOR_KEYBOARD, HID_DESCRIPTOR_JOYSTICK and HID_DESCRIPTOR_VENDOR macros
|
||||
* - Added new HID_DESCRIPTOR_MOUSE(), HID_DESCRIPTOR_KEYBOARD(), HID_DESCRIPTOR_JOYSTICK() and HID_DESCRIPTOR_VENDOR() macros
|
||||
* for easy automatic creation of basic USB HID device reports
|
||||
* - Added new MAX() and MIN() convenience macros
|
||||
* - Added new Serial_SendData() function to the Serial driver
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@
|
|||
* -# Change makefiles to allow for absolute LUFA location to be used
|
||||
* -# Re-add interrupt Pipe/Endpoint support
|
||||
* -# Add makefile includes to reduce boilerplate in user makefiles
|
||||
* -# Update stream APIs to use DMA transfers on supported architectures
|
||||
* - Documentation/Support
|
||||
* -# Add detailed overviews of how each demo works
|
||||
* -# Add board overviews
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue