- Feb 09, 2010
-
-
Dean Camera authored
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.
-
- Feb 08, 2010
-
-
Dean Camera authored
Fix LowLevel Keyboard demo -- accidentally trying to dereference a uint8_t type in ProcessLEDReport().
-
Dean Camera authored
Fix AVRISP-MKII clone project's TPI Chip Erase command processing - ensure erase location is the high byte in the given address space, check NVMBUSY for completion rather than the NVM Bus Enable bit. Change If-Else chains over to switch statements in XPROGProtocol.c for clarity.
-
- Feb 07, 2010
-
-
Dean Camera authored
Split out LED report processing from the host into a seperate routine in the LowLevel KeyboardMouse device demo, to avoid duplicate code.
-
Dean Camera authored
-
Dean Camera authored
Make Webserver allow HTTP requests for files with up to 50 characters in the 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.
-
Dean Camera authored
-
- Feb 05, 2010
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Fixed SerialStream driver blocking while waiting for characters to be received instead of returning EOF.
-
- Feb 04, 2010
-
-
Dean Camera authored
New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which 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.
-
- Feb 03, 2010
-
-
Dean Camera authored
Re-add Webserver uIP application polling, apply patch to uIP by Andrew Ruder to fix corrupt TCP streams when multiple applications are used and the applications are polled for more data.
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Exclude FATFs from the Webserver project documentation. Rename the functions in the HTTPServerApp.c/.h files so that they use the correct "HTTPServerApp_" prefix, and not "Webserver_".
-
- Feb 02, 2010
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Replace the Webserver demo's uIP with the latest code ripped from the Contiki project by Adam Dunkels.
-
Dean Camera authored
Make packet processing code in the Webserver project a bit neater using a switch statement instead of an if-else-if chain.
-
Dean Camera authored
-
Dean Camera authored
Oops - new Write Word alignment code in the TPI programming function means that the WriteBuffer parameter is no longer const.
-
Dean Camera authored
-
Dean Camera authored
-
- Feb 01, 2010
-
-
Dean Camera authored
Fixed incorrect values of USB_CONFIG_ATTR_SELFPOWERED and USB_CONFIG_ATTR_REMOTEWAKEUP tokens (thanks to Claus Christensen). Mark the AVRISP-MKII project descriptors as being both Bus Powered and Device Powered. Copy over file level documentation of the peripheral drivers to the module level documentation.
-
Dean Camera authored
Make board specific and device peripheral specific drivers' file documentation copy over to the module documentation, so that it is visible in the normal module view of the library documentation.
-
Dean Camera authored
Fixed STK525 Dataflash driver using incorrect bit-shifting for Dataflash addresses (thanks to Tim Mitchell).
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Re-added Pipe_IsEndpointBound() calls to the CDC and RNDIS host class drivers, not that the function has the correct behaviour for devices with bidirectional endpoints.
-
- Jan 31, 2010
-
-
Dean Camera authored
Clean up HTTP webserver code in the Webserver project, so that it follows the uIP application structure guidelines and uses cleaner state machine based code.
-
Dean Camera authored
Use _delay_us() function in the XPROGTarget.c file to ensure timing requirements are met, rather than a fixed number of NOPs.
-
Dean Camera authored
Oops - PDI handshake delay was too long, causing the device's /RESET functionality to be re-enabled.
-
Dean Camera authored
-
- Jan 29, 2010
-
-
Dean Camera authored
Add TCP retransmission support to the HTTP webserver in the Webserver project, so that lost segments are retransmitted as needed.
-
Dean Camera authored
Update driver INF files - change manufacturer name from the original template's name to the Four Walled Cubicle website.
-
Dean Camera authored
Oops - TPI programming is broken in the AVRISP project because the busy-flag check wasn't inverting the result.
-
Dean Camera authored
-