Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Much more efficient algorithm for the Endpoint/Pipe configuration routine of ↵ | Dean Camera | 2010-12-24 | 2 | -79/+69 | |
| | | | | unordered endpoints/pipes - only reconfigure the endpoints and pipes above the newly configured endpoint/pipe, and don't cache existing endpoint/pipe configuration before use to save SRAM. | |||||
* | Re-add in old Endpoint/Pipe workaround for unordered pipes - add new ↵ | Dean Camera | 2010-12-24 | 9 | -3/+123 | |
| | | | | ORDERED_EP_CONFIG compile time option to override the workaround and use the previous behaviour that imposes correct Endpoint/Pipe ordering but produces smaller compiled code. | |||||
* | Fix a few more incorrectly ordered endpoint initialisations in the device demos. | Dean Camera | 2010-12-17 | 1 | -1/+1 | |
| | ||||||
* | Fixed incorrect endpoint initialisation order in the LowLevel ↵ | Dean Camera | 2010-12-17 | 2 | -0/+2 | |
| | | | | DualVirtualSerial demo (thanks to Rick Drolet). | |||||
* | Fixed incorrect definition of the HID_KEYBOARD_SC_D constant in the HID ↵ | Dean Camera | 2010-12-13 | 2 | -2/+4 | |
| | | | | | | class driver (thanks to Opendous Inc.). Add extra comments to the ISPTarget.c source file in the AVRISP-MKII clone project. | |||||
* | Fixed possible lost data in the XPLAINBridge, USBtoSerial and Benito ↵ | Dean Camera | 2010-12-12 | 1 | -0/+2 | |
| | | | | projects when the host exceeds the packet timeout period on received packets as set by USB_STREAM_TIMEOUT_MS (thanks to Justin Rajewski). | |||||
* | Added new RingBuffer_Peek() function to the lightweight ring buffer headers. | Dean Camera | 2010-12-12 | 2 | -0/+2 | |
| | ||||||
* | Added new completed MIDIToneGenerator project. | Dean Camera | 2010-12-03 | 2 | -2/+3 | |
| | ||||||
* | Fixed HID hpst class driver incorrectly binding to HID devices that do not ↵ | Dean Camera | 2010-12-02 | 2 | -1/+5 | |
| | | | | have an OUT endpoint. | |||||
* | Refactored Host mode Class Driver *_Host_ConfigurePipes() routines to be ↵ | Dean Camera | 2010-12-02 | 19 | -66/+242 | |
| | | | | | | more space efficient when compiled. Added new *_ENUMERROR_PipeConfigurationFailed error codes for the *_Host_ConfigurePipes() routines. | |||||
* | Fixed broken USBFOO board drivers due to missing BOARD_USBFOO define. | Dean Camera | 2010-11-30 | 2 | -1/+4 | |
| | ||||||
* | Fixed broken HID_REQ_GetReport request handler in the Low Level GenericHID demo. | Dean Camera | 2010-11-29 | 2 | -2/+3 | |
| | ||||||
* | Fixed broken DFU bootloader, added XPLAIN support for bootloader start when ↵ | Dean Camera | 2010-11-27 | 1 | -0/+1 | |
| | | | | XCK jumpered to ground. | |||||
* | Added ability to write protect Mass Storage disk write operations from the ↵ | Dean Camera | 2010-11-26 | 1 | -0/+1 | |
| | | | | host OS. | |||||
* | Changed the XPLAINBridge software UART to use the regular CTC mode instead ↵ | Dean Camera | 2010-11-25 | 1 | -2/+3 | |
| | | | | of the alternative CTC mode via the Input Capture register, to reduce user confusion. | |||||
* | Fixed Benito project discarding incoming data from the USB virtual serial ↵ | Dean Camera | 2010-11-23 | 3 | -1/+23 | |
| | | | | | | port when the USART is busy. Minor documentation improvements. | |||||
* | Commit for 101122 release. | Dean Camera | 2010-11-22 | 2 | -25/+23 | |
| | ||||||
* | Added board hardware driver support for the Microsin AVR-USB162 development ↵ | Dean Camera | 2010-11-21 | 7 | -8/+243 | |
| | | | | board. | |||||
* | Remove internal USB_Device_NibbleToASCII() function in favour of manually ↵ | Dean Camera | 2010-11-21 | 2 | -8/+4 | |
| | | | | inlined code to prevent compilation errors in -O0 optimisation level. | |||||
* | Better documentation for the ANSI terminal escape codes header. | Dean Camera | 2010-11-17 | 2 | -140/+162 | |
| | | | | Organise the current version changelog better to group core and non-core changes together. | |||||
* | Rename incorrectly named XPROGTarget_SendBreak() function to ↵ | Dean Camera | 2010-11-17 | 1 | -1/+0 | |
| | | | | XPROGTarget_SendIdle(), as it is sending idle bits and not break bits. | |||||
* | Fixed AVRISP-MKII clone project not starting the target's program ↵ | Dean Camera | 2010-11-16 | 1 | -0/+1 | |
| | | | | automatically after exiting TPI programming mode. | |||||
* | Slow AVRISP-MKII clone PDI/TPI programming speed back to 250KHz due to ↵ | Dean Camera | 2010-11-16 | 1 | -1/+0 | |
| | | | | | | 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. | |||||
* | Added new XCK_RESCUE_CLOCK_ENABLE compile time option to the AVRISP-MKII ↵ | Dean Camera | 2010-11-16 | 1 | -0/+1 | |
| | | | | clone programmer project (thanks to Tom Light). | |||||
* | Second patch to fix incorrect PDI/TPI programming speed. | Dean Camera | 2010-11-14 | 1 | -1/+1 | |
| | ||||||
* | Fixed PDI/TPI programming speed of ~250KHz in the AVRISP-MKII Clone project, ↵ | Dean Camera | 2010-11-12 | 1 | -0/+1 | |
| | | | | instead of the desired 500KHz. | |||||
* | Fixed incorrect PollingIntervalMS values in the demo/project/bootloader ↵ | Dean Camera | 2010-11-10 | 2 | -9/+11 | |
| | | | | endpoint descriptors (thanks to MCS Electronics). | |||||
* | Remove link to (now deleted) public Mercurial mirror in the documentation. | Dean Camera | 2010-11-09 | 1 | -1/+0 | |
| | ||||||
* | Added board hardware driver support for the Adafruit U4 breakout board. | Dean Camera | 2010-11-08 | 4 | -0/+135 | |
| | | | | | | 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). | |||||
* | Fixed broken input in the MagStripe reader project due to an incorrect HID ↵ | Dean Camera | 2010-11-07 | 1 | -0/+1 | |
| | | | | report descriptor. | |||||
* | Fix documentation reference error. | Dean Camera | 2010-11-05 | 1 | -2/+2 | |
| | ||||||
* | Renamed the EVENT_USB_Device_UnhandledControlRequest() event to ↵ | Dean Camera | 2010-11-05 | 12 | -83/+81 | |
| | | | | EVENT_USB_Device_ControlRequest() as it is now fired before the library request handlers, not afterwards. | |||||
* | Fixed USBtoSerial and XPLAINBridge demos discarding data from the PC if the ↵ | Dean Camera | 2010-11-03 | 4 | -2/+2 | |
| | | | | send buffer becomes full. | |||||
* | Minor documentation improvements. | Dean Camera | 2010-11-03 | 2 | -24/+24 | |
| | ||||||
* | Remove already implemented features from the Future Changes manual page. | Dean Camera | 2010-11-03 | 1 | -1/+0 | |
| | ||||||
* | Fixed MIDI class driver send routines silently discarding packets if the ↵ | Dean Camera | 2010-11-03 | 3 | -18/+13 | |
| | | | | endpoint or pipe is busy (thanks to Robin Green). | |||||
* | Fix XPLAINBridge code broken during the changes to the Rescue Clock ↵ | Dean Camera | 2010-11-02 | 8 | -104/+124 | |
| | | | | | | 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). | |||||
* | Rescue clock of the AVRISP-MKII moved to the AVR's OCR1A pin, so that the ↵ | Dean Camera | 2010-11-02 | 1 | -0/+1 | |
| | | | | clock can be generated at all times when 125KHz ISP programming mode is selected. | |||||
* | Rename new CDC class bootloader NO_LOCK_BYTE_SUPPORT compile time option to ↵ | Dean Camera | 2010-10-29 | 1 | -2/+2 | |
| | | | | | | NO_LOCK_BYTE_WRITE_SUPPORT as reads are still permitted. Clean up CDC bootloader command processing code. | |||||
* | Added new NO_BLOCK_SUPPORT, NO_EEPROM_BYTE_SUPPORT, NO_FLASH_BYTE_SUPPORT ↵ | Dean Camera | 2010-10-29 | 1 | -0/+2 | |
| | | | | and NO_LOCK_BYTE_SUPPORT compile time options to the CDC class bootloader. | |||||
* | Oops - typos in the naming of the NBUSYBK0 bits breaking the new busy bank ↵ | Dean Camera | 2010-10-29 | 2 | -3/+3 | |
| | | | | counting functions. | |||||
* | Added new Pipe_GetBusyBanks(), Endpoint_GetBusyBanks() and ↵ | Dean Camera | 2010-10-29 | 3 | -0/+43 | |
| | | | | Endpoint_AbortPendingIN() functions. | |||||
* | Added standard keyboard HID report scancode defines (thanks to László Monda). | Dean Camera | 2010-10-28 | 3 | -14/+234 | |
| | ||||||
* | Move Set Feature and Clear Feature control request feature selector values ↵ | Dean Camera | 2010-10-28 | 2 | -19/+22 | |
| | | | | into their own enum. | |||||
* | Move RNDISConstants.h into the RNDIS class driver common definition header. | Dean Camera | 2010-10-28 | 22 | -148/+271 | |
| | | | | Add logical grouping of related #define values for better Doxygen documentation. | |||||
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵ | Dean Camera | 2010-10-28 | 158 | -169/+168 | |
| | | | | redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists. | |||||
* | Added new NO_CLASS_DRIVER_AUTOFLUSH compile time option to disable automatic ↵ | Dean Camera | 2010-10-27 | 10 | -24/+53 | |
| | | | | | | flushing of interfaces when the USB management tasks for each driver is called. The MIDI class drivers now automatically flushes the MIDI interface when the MIDI class driver's USBTask() function is called. | |||||
* | Changed AudioInput and AudioOutput demos to reload the next sample via an ↵ | Dean Camera | 2010-10-26 | 2 | -2/+3 | |
| | | | | interrupt rather than polling the sample timer. | |||||
* | Add descriptor class, subclass and protocol constants to the class drivers, ↵ | Dean Camera | 2010-10-25 | 22 | -131/+237 | |
| | | | | | | | | modify all demos to use them where possible. Move out private/internal host class driver constants to the common class driver headers, so that they can be used in the Low Level host mode demos. Ensure all demos, projects and bootloaders use the class driver constants where possible to minimise code repetition. | |||||
* | All USB class drivers are now automatically included when LUFA/Drivers/USB.h ↵ | Dean Camera | 2010-10-24 | 48 | -220/+264 | |
| | | | | | | 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. |