| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
class driver, to indicate when a previously not ready removable medium has now become ready for the host's use (thanks to Martin Degelsegger)
|
|
|
|
|
|
| |
before the command is executed, leading to missed SCSI sense values when the host retrieves the sense key (thanks to Martin Degelsegger).
Added missing DataflashManager_CheckDataflashOperation() function to the MassStorageKeyboard demo, removed redundant SCSI_Codes.h file as these values are part of the MassStorage Class Driver.
|
|
|
|
| |
data when the report item does not exist within the supplied report of a multiple report HID device.
|
|
|
|
| |
MouseHostWithParser and JoystickHostWithParser demos. Make the ClassDriver JoystickHostWithParser demo use the HID_ALIGN_DATA() macro instead of manual shifting and casting.
|
|
|
|
|
|
| |
use inlined or function called versions depending of if the given bank size is a compile time constant, as the compiler does a better job of optimizing with basic code.
Changed over all device demos to use a clearer algorithm for the configuring of the application's endpoints.
|
| |
|
| |
|
|
|
|
| |
systems, due to the recent update to the latest WinAVR makefile template.
|
|
|
|
| |
when dfu-programmer is used due to application start address corruption.
|
|
|
|
| |
extensions).
|
|
|
|
| |
in some situations.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a double read from the endpoint.
Make XPLAINBridge and USBtoSerial projects more reliable by forcing a flush if the UART-to-USB buffer becomes nearly full.
Reduce locking in the LightweightRingBuffer.h header files by only locking on the update of the buffer count, and require insertions and removals from each buffer to occur in only one execution thread.
Fix CDC_*_ReceiveByte() returning 0 when the interface is not configured, instead of the new -1 error value.
Fix CDC_Host_ReceiveByte() not re-freezing the pipe if no packet has been received.
Remove redundant Pipe token set commands in the CDC and RNDIS host class drivers.
|
|
|
|
| |
USBTINY-MKII board target.
|
|
|
|
| |
preventing the compiled application from being shifted into the bootloader section address space.
|
|
|
|
| |
reconfiguring it, which would cause incorrect operation to occur (thanks to Bob Paddock).
|
|
|
|
| |
due to its wide use in technical standards.
|
|
|
|
| |
EN-GB spelling dictionary.
|
| |
|
|
|
|
| |
Bootloader makefiles to help users compute the correct address for each device based on the bootloader section size.
|
|
|
|
| |
preventing the demo from being compiled.
|
|
|
|
|
|
| |
that no data is indicated by a negative return value.
Added auto flushing of OUT data to the CDC Host Class driver's USBTask function to automatically flush the send pipe buffer.
|
|
|
|
| |
fix ordering of USART control register modifications in the Benito and USBtoSerial projects.
|
| |
|
|
|
|
| |
reconfiguring it, which could cause incorrect operation to occur (thanks to Bob Paddock).
|
|
|
|
|
|
|
|
| |
additional LED to indicate target power source.
Add support to the USBTINY-MKII's additional LED in the board's LED driver header.
Changed LED indicator masks for the AVRISP-MKII project, so that there are defined roles for each LED.
|
|
|
|
| |
project's V2Protocol command handler header file.
|
| |
|
|
|
|
|
|
| |
via a new software SPI driver.
Added new SPI_ORDER_* data order masks to the SPI peripheral driver.
|
|
|
|
|
|
| |
exchanged in both directions.
Minor update to the LowLevel MassStorage device demo, so that the ReadInCommandBlock() performs the data OUT endpoint selection and packet arrival test.
|
|
|
|
| |
masking for the private endpoint configuration routine, instead of performing the masking in the Endpoint_ConfigureEndpoint() macro.
|
|
|
|
| |
header structure, so that all header data is read in one chunk in the incomplete TMC demo.
|
|
|
|
|
|
| |
across all demos/projects/bootloaders.
Added start of the Incomplete TMC demo's command parser code.
|
|
|
|
| |
Measurement Class demo.
|
|
|
|
|
|
| |
Storage device projects/demos and incomplete Test and Measurement Class demo, which was accidentally removed during the makefile updates.
Alter Test and Measurement Class demo's request handlers to accept, process and correctly return the fields indicated in the specification.
|
|
|
|
|
|
| |
the incomplete Test and Measurement Class device demo.
Change over the keyboard demo's manufacturer name back to the primary author of the demo.
|
|
|
|
| |
transmission code so that sent bytes do not block the remainder of the main program code from running.
|
| |
|
| |
|
|
|
|
| |
added type-safety and compile-checking.
|
|
|
|
| |
and TPI requests return failure.
|
|
|
|
| |
Peter Lawrence).
|
| |
|
|
|
|
|
|
| |
parameters, one per line, for better readability.
Add missing const qualifiers to the demos.
|
|
|
|
| |
results in smaller code.
|
|
|
|
| |
Indent core library function parameters so that there is only one parameter per line, to increase readability.
|
|
|
|
|
|
|
|
| |
directory, new named DeviceStandardReq.c/.h and HostStandardReq.c/.h.
Rename LowLevel.c/.h to USBController.c/.h.
Remove dependancies on the complete <avr/io.h> header in the HighLevel USB driver directory, to ensure less work is required in later (possible) ports.
|
|
|
|
|
|
| |
USB_GetNextDescriptorComp() function.
Reduce spacing of the structure elements in StdDescriptors.h to make the code more readable.
|
|
|
|
| |
to become ready (thanks to Robin Green).
|
|
|
|
| |
Add new module source variables to the library core makefile, so that module sources can be added to a project's makefile on a per-module rather than per-file basis.
|
|
|
|
| |
Extensions.
|