| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
was causing random server restarts and/or incorrectly allocated IP addresses.
|
|
|
|
| |
on the device can be viewed from a web-browser while the board is plugged into a host machine.
|
|
|
|
| |
them.
|
|
|
|
|
|
|
|
| |
all architectures.
Remove use of avr-libc specific ATOMIC_BLOCK, replace with a new per-architecture set of inline functions to retrieve and manipulate the global interrupt enable bit for each architecture.
Add in documentation for the USB controller common interrupt routine which must be linked to the interrupt controller in the user application on the AVR32 UC3 architecture.
|
|
|
|
|
|
| |
Endpoint_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures.
Renamed all low level Pipe_Read_*, Pipe_Write_* and Pipe_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures.
|
|
|
|
| |
constructs.
|
|
|
|
|
|
| |
to the same module as they are declared in.
Tighten up the HID class bootloader code slightly, document that it currently exceeds 2KB of bootloader space for all models other than the Series 2 USB AVRs.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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).
|
| |
|
|
|
|
| |
host OS.
|
|
|
|
| |
of the alternative CTC mode via the Input Capture register, to reduce user confusion.
|
|
|
|
|
|
| |
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).
|
|
|
|
| |
redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists.
|
|
|
|
|
|
| |
is included, and no longer need to be seperately included.
All LowLevel demos changed to use the constants and types defined in the USB class drivers.
|
| |
|
|
|
|
| |
tool made by Laszlo Monda
|
|
|
|
| |
selection constant names.
|
|
|
|
| |
USB AVR device "series" comprises of.
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
due to its wide use in technical standards.
|
|
|
|
| |
EN-GB spelling dictionary.
|
| |
|
| |
|
|
|
|
|
|
| |
parameters, one per line, for better readability.
Add missing const qualifiers to the demos.
|
|
|
|
| |
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.
|
|
|
|
| |
apparently enabled by default in newer AVR-GCC builds, and aliasing is used heavily for type-punning through the LUFA and third party library's codebase.
|
| |
|
|
|
|
|
|
| |
functions so that they compile down in most instances to minimal loads and stores rather than complicated shifts.
Fixed SCSI.c implementations of all the demos/projects casting the block count to a 32-bit temporary before calling SwapEndian_16().
|
|
|
|
| |
library version.
|
| |
|
| |
|
|
|
|
| |
correctly converted to the target system's native end of line style.
|
| |
|
| |
|
|
|
|
|
|
| |
disable the TELNET server if desired.
Change over static strings in the Webserver project to use PROGMEM where possible.
|
|
|
|
| |
Fix missing text from the Host Mode States enum documentation.
|
|
|
|
|
|
| |
configuration state.
Don't double-read data from the attached disk in the incomplete StandaloneProgrammer project when in host mode.
|
| |
|
|
|
|
| |
rather than calling strlen() multiple times on an unchanged buffer. Clean up uip-split.c.
|
|
|
|
| |
half to avoid the delayed-ACK problem when communicating with other devices. Condense HTTP server code, so that the HTTP headers are all sent from the one state. Make default filename append to any directory URI, rather than just the root directory.
|
| |
|
|
|
|
| |
time, preventing the receiver from using a delayed ACK scheme which slows down the connection. TELNET server cleanup.
|
|
|
|
| |
structure, so that each connection gets its own timeout counter (only one connection currently used, but this way is more correct). Add const correctness to static data in the TELNETServerApp.c and HTTPServerApp.c files.
|
|
|
|
| |
application state location (thanks to Mike Alexander).
|
|
|
|
|
|
|
|
| |
report instead of bytes.
Moved the USB_GetHIDReportItemInfo() calls into the main report item passing loop in the *HostWithParser demos - it is fast enough not to effect performance, and avoids duplicate code.
Make Webserver project report the LUFA version as part of the HTTP header.
|
|
|
|
|
|
| |
path instead of 30, to be in synch with the project documentation.
Change Webserver project's ENABLE_DHCP compile time option to ENABLE_DHCP_CLIENT to more accurately indicate its function.
|
|
|
|
|
|
| |
will remove all board hardware drivers which do not adversely affect the code operation (currently only the LEDs driver).
Spell-check code/comments in the Webserver/AVRISP-MKII projects.
|
|
|
|
| |
to fix corrupt TCP streams when multiple applications are used and the applications are polled for more data.
|
| |
|