- Feb 22, 2010
-
-
Dean Camera authored
Make SPI and USART peripheral dispatch driver headers in preparation for a set of AVR32 peripheral drivers.
-
Dean Camera authored
-
- Feb 21, 2010
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
More fixes to the AVRISP command timeout system so that it should no longer lock up while processing command no matter what the conditions.
-
Dean Camera authored
-
- Feb 20, 2010
-
-
Dean Camera authored
Oops - missed a few references to the old global TimeoutMSRemaining counter in ISPTarget.c of the AVRISP-MKII clone project.
-
- Feb 19, 2010
-
-
Dean Camera authored
AVRISP programmer project now has a more robust timeout system, allowing for a doubling of the software USART speed for PDI and TPI programming.
-
Dean Camera authored
-
- Feb 18, 2010
-
-
Dean Camera authored
Use a temporary variable to hold the current URI length in the Webserver, rather than calling strlen() multiple times on an unchanged buffer. Clean up uip-split.c.
-
Dean Camera authored
Turn OFF double banking in the Webserver demo - leaving it on seems to destroy the system throughput.
-
Dean Camera authored
Add uIP-split code to the Webserver project, so that each packet is split in 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.
-
- Feb 16, 2010
-
-
Dean Camera authored
-
Dean Camera authored
Make sure the button report set masks use OR in all circumstances, to prevent user confusion. While the first set of the buttons report item can be a direct assignment, it is not immediately clear to new developers why this is the case.
-
- Feb 15, 2010
-
-
Dean Camera authored
-
Dean Camera authored
Add missing TWI_Init() call to the TemperatureDataLogger project. Make DUMMY_RTC compile time option the default, so that it works correctly on the USBKEY and other Atmel boards out of the box.
-
- Feb 14, 2010
-
-
Dean Camera authored
Fix HID Host Class driver sending incorrect ReportType values to the device when issuing requests via the control pipe.
-
- Feb 13, 2010
-
-
Dean Camera authored
Add NO_VTARGET_DETECT compile time option to the AVRISP-MKII clone project, to disable VTARGET detection on AVR models with an on-chip ADC.
-
- Feb 12, 2010
-
-
Dean Camera authored
Speed up Webserver demo data rate by not sending a full ethernet frame each time, preventing the receiver from using a delayed ACK scheme which slows down the connection. TELNET server cleanup.
-
Dean Camera authored
Move DHCP negotiation timer into the DHCP connection application state 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.
-
Dean Camera authored
Fix DHCPClient init code in the Webserver project writing to the incorrect application state location (thanks to Mike Alexander).
-
Dean Camera authored
Fixed accuracy of the SERIAL_UBBRVAL() and SERIAL_2X_UBBRVAL() macros for higher baudrates (thanks to Renaud Cerrato).
-
- Feb 11, 2010
-
-
Dean Camera authored
Add more include protection macros to give the user warnings when they try to manually include private driver header files, instead of the public driver headers.
-
- Feb 10, 2010
-
-
Dean Camera authored
Fixed lack of SECTION ERASE command in TPI programming mode of the AVRISP project preventing fuses from being cleared.
-
Dean Camera authored
Added .5MHz recovery clock to the AVRISP programmer project when in ISP programming mode to correct mis-set fuses. Fixed AVRISP project not extending the command delay after each successful page/word/byte program.
-
- 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
-