Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed incorrect definition of the HID_KEYBOARD_SC_RIGHT_ARROW constant in ↵ | Dean Camera | 2011-01-17 | 1 | -0/+1 | |
| | | | | | | the HID class driver (thanks to Joby Taffey). Add in newHID_KEYBOARD_SC_POWER keyboard scancode constant. | |||||
* | Fixed several functions in the Host mode Still Image Class driver returning ↵ | Dean Camera | 2011-01-16 | 1 | -0/+2 | |
| | | | | an error code from the incorrect error code enum (thanks to Daniel Seibert). | |||||
* | New HID report item macros (with HID_RI_ prefix) to allow for easy creation ↵ | Dean Camera | 2011-01-16 | 2 | -1/+3 | |
| | | | | | | | | and editing of HID report descriptors. Changed over all project and demo HID report descriptors to use the new HID report item macros. Moved the HIDParser.c source file to the LUFA/Drivers/USB/Class/Common/ directory from the LUFA/Drivers/USB/Class/Host/. | |||||
* | Added new ADC_GET_CHANNEL_MASK() convenience macro to the ADC driver. | Dean Camera | 2011-01-16 | 1 | -0/+1 | |
| | ||||||
* | Added new high level TWI packet read/write commands, altered behaviour of ↵ | Dean Camera | 2011-01-13 | 2 | -7/+14 | |
| | | | | | | the TWI_StartTransmission() function. Spell check source code files. | |||||
* | Changed TempDataLogger project's DS1307 driver to simplify the function ↵ | Dean Camera | 2011-01-13 | 1 | -0/+1 | |
| | | | | interface and prevent a possible race condition. | |||||
* | Altered all endpoint/pipe stream transfers so that the new BytesProcessed ↵ | Dean Camera | 2011-01-10 | 5 | -9/+22 | |
| | | | | | | | | | | 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). | |||||
* | The FAST_STREAM_TRANSFERS compile time option has been removed due to lack ↵ | Dean Camera | 2011-01-08 | 2 | -7/+8 | |
| | | | | | | of use and low cost/benefit ratio. Add GCC_FORCE_POINTER_ACCESS() macro use to the RingBuffer library header, to attempt to force GCC into producing more efficient code for manipulating the buffers. | |||||
* | Add custom footer to the main library documentation. | Dean Camera | 2011-01-03 | 2 | -1/+2 | |
| | ||||||
* | Update Doxygen documentation configuration file for the main project ↵ | Dean Camera | 2011-01-03 | 1 | -0/+0 | |
| | | | | documentation to the latest version. Add missing data structure documentation briefs. | |||||
* | Fixed incorrect byte ordering in the Audio_Device_WriteSample24 function ↵ | Dean Camera | 2010-12-31 | 1 | -0/+1 | |
| | | | | (thanks to WZab). | |||||
* | Fixed inverted Minimus board LEDs. | Dean Camera | 2010-12-28 | 1 | -0/+1 | |
| | ||||||
* | Added basic driver example use code to the library documentation. | Dean Camera | 2010-12-26 | 1 | -4/+5 | |
| | | | | Made the USARTStream global public and documented in the SerialStream module, allowing for the serial USART stream to be accessed via its handle rather than via the implicit stdout and stdin streams. | |||||
* | Make a new general RingBuffer.h misc library driver, instead of the ↵ | Dean Camera | 2010-12-26 | 2 | -1/+3 | |
| | | | | | | | | per-application LightweightRingBuff.h ring buffers. Change over projects to use the new driver. Add ORDERED_EP_CONFIG to the device Projects (only) that use only a single class driver, or where the endpoint ordering is fixed, to save on compiled binary size. Added new GCC_FORCE_POINTER_ACCESS() macro to correct GCC's mishandling of struct pointers. | |||||
* | Combined page and word ISP programming mode code in the AVRISP-MKII clone ↵ | Dean Camera | 2010-12-25 | 1 | -0/+2 | |
| | | | | project to reduce compiled size and increase maintainability of the code. | |||||
* | Fixed possible programming problem in the AVRISP-MKII clone project when ↵ | Dean Camera | 2010-12-25 | 2 | -1/+6 | |
| | | | | programming specific patterns into a target memory space that is only byte (not page) addressable. | |||||
* | Re-add in old Endpoint/Pipe workaround for unordered pipes - add new ↵ | Dean Camera | 2010-12-24 | 4 | -1/+14 | |
| | | | | 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 | 1 | -0/+1 | |
| | | | | | | 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 | 1 | -0/+1 | |
| | | | | have an OUT endpoint. | |||||
* | Refactored Host mode Class Driver *_Host_ConfigurePipes() routines to be ↵ | Dean Camera | 2010-12-02 | 1 | -1/+2 | |
| | | | | | | 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 | 1 | -1/+1 | |
| | ||||||
* | Fixed broken HID_REQ_GetReport request handler in the Low Level GenericHID demo. | Dean Camera | 2010-11-29 | 1 | -0/+1 | |
| | ||||||
* | 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 | 2 | -7/+8 | |
| | | | | board. | |||||
* | Better documentation for the ANSI terminal escape codes header. | Dean Camera | 2010-11-17 | 1 | -91/+97 | |
| | | | | 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 | 1 | -0/+1 | |
| | | | | | | 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. | |||||
* | Renamed the EVENT_USB_Device_UnhandledControlRequest() event to ↵ | Dean Camera | 2010-11-05 | 2 | -0/+7 | |
| | | | | 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 | 2 | -0/+2 | |
| | | | | send buffer becomes full. | |||||
* | 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 | 1 | -0/+1 | |
| | | | | endpoint or pipe is busy (thanks to Robin Green). | |||||
* | 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. |