| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
packet is a round multiple of the endpoint bank size under avrdude (thanks to Steffan Woltjer).
|
|
|
|
| |
name *_Disable().
|
|
|
|
| |
Peripheral driver in the RNDISEthernetHost project.
|
|
|
|
|
|
|
|
| |
peripheral driver instead through the new Serial_CreateStream() and Serial_CreateBlockingStream() methods.
Renamed the Serial byte send/receive functions to remain consistent with the CDC driver's byte functions.
Altered the serial byte receive function to make it non-blocking.
|
|
|
|
| |
into the standard library Joystick HID report descriptor macro. Add in support for joystick resolution reporting via PHYSICAL_MINIMUM and PHYSICAL_MAXIMUM items.
|
|
|
|
|
|
|
|
|
|
|
|
| |
ClassDriver demos to use it.
Fix reversed byte ordering of multi-byte HID data.
Added support to the HID parser for extended USAGE items that contain the usage page as well as the usage index.
Removed the HID_IOF_NON_VOLATILE and HID_IOF_VOLATILE flags from HID INPUT items where the flag is invalid. Changed over HID OUTPUT items to use HID_IOF_NON_VOLATILE.
Change over MagStripe project to use HID_DESCRIPTOR_KEYBOARD() for its HID report. Change over MouseHostDevice demo to use HID_DESCRIPTOR_MOUSE() for its HID report.
|
|
|
|
| |
timeouts, to reduce CPU usage and free timer 0 for other uses in the future.
|
|
|
|
| |
data into the array from the HID macros automagically, by specifying the bit-width of the data, and the data itself as a single integer value of that width.
|
|
|
|
|
|
|
|
| |
and editing of HID report descriptors.
Changed over all project and demo HID report descriptors to use the new HID report item macros.
Moved the HIDParser.c source file to the LUFA/Drivers/USB/Class/Common/ directory from the LUFA/Drivers/USB/Class/Host/.
|
| |
|
|
|
|
|
|
| |
the TWI_StartTransmission() function.
Spell check source code files.
|
|
|
|
| |
accounted for in the new unified DS1307 Time/Day read and write routines.
|
|
|
|
| |
interface and prevent a possible race condition.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
parameter now points to a location where the number of bytes in the transfer that have been completed can be stored (or NULL if entire transaction should be performed in one chunk).
Added new Endpoint_Null_Stream() and Pipe_Null_stream() functions.
Removed the NO_STREAM_CALLBACKS compile time option due to the new partial stream transfer feature replacing it.
Fixed errors in the incomplete Test and Measurement device demo preventing proper operation (thanks to Pavel Plotnikov).
|
|
|
|
|
|
| |
of use and low cost/benefit ratio.
Add GCC_FORCE_POINTER_ACCESS() macro use to the RingBuffer library header, to attempt to force GCC into producing more efficient code for manipulating the buffers.
|
| |
|
|
|
|
| |
RingBuffer_* so that it matches the header name.
|
|
|
|
| |
fix incorrect and missing section names.
|
|
|
|
| |
Made the USARTStream global public and documented in the SerialStream module, allowing for the serial USART stream to be accessed via its handle rather than via the implicit stdout and stdin streams.
|
|
|
|
|
|
|
|
| |
per-application LightweightRingBuff.h ring buffers. Change over projects to use the new driver.
Add ORDERED_EP_CONFIG to the device Projects (only) that use only a single class driver, or where the endpoint ordering is fixed, to save on compiled binary size.
Added new GCC_FORCE_POINTER_ACCESS() macro to correct GCC's mishandling of struct pointers.
|
|
|
|
| |
project to reduce compiled size and increase maintainability of the code.
|
|
|
|
| |
programming specific patterns into a target memory space that is only byte (not page) addressable.
|
|
|
|
| |
reduce compiled binary size.
|
| |
|
| |
|
|
|
|
|
|
| |
class driver (thanks to Opendous Inc.).
Add extra comments to the ISPTarget.c source file in the AVRISP-MKII clone project.
|
|
|
|
| |
projects when the host exceeds the packet timeout period on received packets as set by USB_STREAM_TIMEOUT_MS (thanks to Justin Rajewski).
|
| |
|
| |
|
|
|
|
| |
XCK jumpered to ground.
|
| |
|
|
|
|
| |
host OS.
|
|
|
|
| |
of the alternative CTC mode via the Input Capture register, to reduce user confusion.
|
|
|
|
| |
using a LRU (Least Recently Used) algorithm to discard the oldest set note when the note table becomes full.
|
|
|
|
| |
up to three simultaneous notes from MIDI channel 0.
|
|
|
|
|
|
| |
port when the USART is busy.
Minor documentation improvements.
|
|
|
|
| |
value to give maximum throughput.
|
|
|
|
| |
projects so that the RAM is not overflowed on the smaller USB AVR targets (thanks to Andrei from Microsin.ru).
|
|
|
|
| |
XPROGTarget_SendIdle(), as it is sending idle bits and not break bits.
|
|
|
|
| |
automatically after exiting TPI programming mode.
|
|
|
|
|
|
| |
issues with the XPLAINBridge when PDI programming at faster rates.
Speed up XMEGANVM_WaitWhileNVMControllerBusy() by preloading the status register address into the pointer register of the target's NVM controller and then reading via a faster indirect load command.
|
|
|
|
| |
clone programmer project (thanks to Tom Light).
|
| |
|
| |
|
|
|
|
| |
instead of the desired 500KHz.
|
|
|
|
| |
endpoint descriptors (thanks to MCS Electronics).
|
|
|
|
|
|
| |
Fixed calculation of timer register reload values derived from F_CPU; must subtract one from the division result for the compare value to be correct.
Change AVRISP-MKII rescue clock speed to 4MHz to ensure that a 125KHz ISP speed works regardless of the target's fuses (i.e. DIV8 set).
|
|
|
|
| |
report descriptor.
|
|
|
|
| |
EVENT_USB_Device_ControlRequest() as it is now fired before the library request handlers, not afterwards.
|