- Nov 26, 2010
-
-
Dean Camera authored
-
- Nov 25, 2010
-
-
Dean Camera authored
Changed the XPLAINBridge software UART to use the regular CTC mode instead of the alternative CTC mode via the Input Capture register, to reduce user confusion.
-
Dean Camera authored
Make the incomplete MIDIToneGenerator project work with up to three notes, using a LRU (Least Recently Used) algorithm to discard the oldest set note when the note table becomes full.
-
- Nov 24, 2010
-
-
Dean Camera authored
Readd incomplete MIDIToneGenerator project, which can now correctly generate up to three simultaneous notes from MIDI channel 0.
-
- Nov 23, 2010
-
-
Dean Camera authored
Fixed Benito project discarding incoming data from the USB virtual serial port when the USART is busy. Minor documentation improvements.
-
- Nov 22, 2010
-
-
Dean Camera authored
-
Dean Camera authored
Lower bulk endpoint polling rate in the descriptors to the lowest possible value to give maximum throughput.
-
- Nov 21, 2010
-
-
Dean Camera authored
-
Dean Camera authored
Remove internal USB_Device_NibbleToASCII() function in favour of manually inlined code to prevent compilation errors in -O0 optimisation level.
-
Dean Camera authored
Oops - reduce size of each ring buffer in the USBtoSerial and Benito projects so that the RAM is not overflowed on the smaller USB AVR targets (thanks to Andrei from Microsin.ru).
-
- Nov 17, 2010
-
-
Dean Camera authored
Organise the current version changelog better to group core and non-core changes together.
-
Dean Camera authored
Rename incorrectly named XPROGTarget_SendBreak() function to XPROGTarget_SendIdle(), as it is sending idle bits and not break bits.
-
- Nov 16, 2010
-
-
Dean Camera authored
Fixed AVRISP-MKII clone project not starting the target's program automatically after exiting TPI programming mode.
-
Dean Camera authored
Slow AVRISP-MKII clone PDI/TPI programming speed back to 250KHz due to 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.
-
Dean Camera authored
Added new XCK_RESCUE_CLOCK_ENABLE compile time option to the AVRISP-MKII clone programmer project (thanks to Tom Light).
-
- Nov 15, 2010
-
-
Dean Camera authored
-
- Nov 14, 2010
-
-
Dean Camera authored
-
- Nov 12, 2010
-
-
Dean Camera authored
Fixed PDI/TPI programming speed of ~250KHz in the AVRISP-MKII Clone project, instead of the desired 500KHz.
-
- Nov 10, 2010
-
-
Dean Camera authored
Fixed incorrect PollingIntervalMS values in the demo/project/bootloader endpoint descriptors (thanks to MCS Electronics).
-
- Nov 09, 2010
-
-
Dean Camera authored
-
Dean Camera authored
-
- Nov 08, 2010
-
-
Dean Camera authored
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).
-
- Nov 07, 2010
-
-
Dean Camera authored
-
- Nov 05, 2010
-
-
Dean Camera authored
-
Dean Camera authored
Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Device_ControlRequest() as it is now fired before the library request handlers, not afterwards.
-
Dean Camera authored
Loop in the ClassDriver MIDI device/host demos until there are no more incomming events to process. Only clear the endpoint/pipe bank in the LowLevel MIDI device/host demos when the endpoint is empty after an event read.
-
- Nov 03, 2010
-
-
Dean Camera authored
Fixed USBtoSerial and XPLAINBridge demos discarding data from the PC if the send buffer becomes full.
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Fixed MIDI class driver send routines silently discarding packets if the endpoint or pipe is busy (thanks to Robin Green).
-
- Nov 02, 2010
-
-
Dean Camera authored
Fix XPLAINBridge code broken during the changes to the Rescue Clock generation in the AVRISP-MKII clone project. Change over all low level host mode project's descriptor comparator routines to perform the descriptor casting in a temp variable to make the code clearer and easier to modify (despite being more verbose).
-
Dean Camera authored
Rescue clock of the AVRISP-MKII moved to the AVR's OCR1A pin, so that the clock can be generated at all times when 125KHz ISP programming mode is selected.
-
- Oct 29, 2010
-
-
Dean Camera authored
Rename new CDC class bootloader NO_LOCK_BYTE_SUPPORT compile time option to NO_LOCK_BYTE_WRITE_SUPPORT as reads are still permitted. Clean up CDC bootloader command processing code.
-
Dean Camera authored
Added new NO_BLOCK_SUPPORT, NO_EEPROM_BYTE_SUPPORT, NO_FLASH_BYTE_SUPPORT and NO_LOCK_BYTE_SUPPORT compile time options to the CDC class bootloader.
-
Dean Camera authored
-
Dean Camera authored
-
- Oct 28, 2010
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Add logical grouping of related #define values for better Doxygen documentation.
-
Dean Camera authored
Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists.
-