Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed two-step endpoint/pipe bank clear and switch sequence for smaller, ↵ | Dean Camera | 2010-04-13 | 12 | -29/+69 |
| | | | | | | | | faster endpoint/pipe code. Added spacing between multiple paragraphs in Doxygen \note sections. Removed call to the clock prescaler reset function in the Teensy bootloader to save space - the user application is accessed via a watchdog reset anyway, so the prescale reset would only affect the speed of the bootloader itself. | ||||
* | Oops, incorrectly edited the Benito buttons driver file instead of the ↵ | Dean Camera | 2010-03-30 | 3 | -20/+15 |
| | | | | | | JM-DB-U2 buttons driver file. Fix up preprocessor guards in the new board driver files. | ||||
* | Add missing board Buttons driver for the USBTINY MKII board target. | Dean Camera | 2010-03-30 | 2 | -0/+99 |
| | |||||
* | Oops - make sure board driver dispatch headers test for the correct BOARD ↵ | Dean Camera | 2010-03-30 | 4 | -8/+112 |
| | | | | | | define values. Add button support for the BENITO board target. | ||||
* | Added support for the JM-DB-U2 board hardware. | Dean Camera | 2010-03-30 | 4 | -0/+228 |
| | |||||
* | Added board hardware driver support for the Benito programmer. | Dean Camera | 2010-03-30 | 2 | -1/+132 |
| | |||||
* | Added board hardware driver support for Tom's USBTINY MKII programmer. | Dean Camera | 2010-03-30 | 6 | -11/+139 |
| | |||||
* | Add briefs for the library core structures. | Dean Camera | 2010-03-29 | 66 | -78/+373 |
| | |||||
* | Add file-level brief documentation. | Dean Camera | 2010-03-29 | 95 | -416/+444 |
| | | | | Remove accidentally duplicated model-specific peripheral driver files. | ||||
* | All Class Driver Host mode demos now correctly set the board LEDs to READY ↵ | Dean Camera | 2010-03-25 | 3 | -12/+14 |
| | | | | | | once the enumeration process has completed. Fixed Still Image Host class driver not resetting the transaction ID when a new session is opened, fixed driver not sending a valid session ID to the device. | ||||
* | Added new Relay Controller Board project (thanks to OBinou). | Dean Camera | 2010-03-24 | 2 | -4/+130 |
| | | | | Added hardware board driver support for the PJRC Teensy line of USB AVR boards. | ||||
* | Fixed incorrect definition of HID_ALIGN_DATA() causing incorrect HID report ↵ | Dean Camera | 2010-03-24 | 1 | -1/+1 |
| | | | | item data alignment. | ||||
* | Fixed compilation error in the AudioInput demos when ↵ | Dean Camera | 2010-03-24 | 2 | -4/+4 |
| | | | | | | | | MICROPHONE_BIASED_TO_HALF_RAIL is defined (thanks to C. Scott Ananian). Minor documentation cleanups. Make sure HID class driver uses properly cast pointers when writing to the report buffer. | ||||
* | Software PDI mode breaks unless the software USART has 100 cycles between bits. | Dean Camera | 2010-03-17 | 1 | -5/+4 |
| | |||||
* | Improve documentation for the ADC and TWI drivers. | Dean Camera | 2010-03-15 | 2 | -2/+10 |
| | |||||
* | Fixed ADC routines not correctly returning the last result when multiple ↵ | Dean Camera | 2010-03-13 | 1 | -21/+29 |
| | | | | | | channels were read. Fixed ADC routines failing to read the extended channels (Channels 8 to 13, Internal Temperature Sensor) on the U4 series USB AVR parts. | ||||
* | Fix incorrect LED mask name in the Webserver project. | Dean Camera | 2010-03-09 | 2 | -3/+5 |
| | | | | Fix missing text from the Host Mode States enum documentation. | ||||
* | Fix TWI driver not aborting when faced with no response after attempting to ↵ | Dean Camera | 2010-02-25 | 1 | -2/+2 |
| | | | | address a device on the bus. | ||||
* | Added a timeout value to the TWI_StartTransmission() function, within which ↵ | Dean Camera | 2010-02-24 | 2 | -22/+43 |
| | | | | | | the addressed device must respond. Fixed TWI_StartTransmission() corrupting the contents of the GPIOR0 register. | ||||
* | Fix incorrect error when directly including the LUFA internal USB library ↵ | Dean Camera | 2010-02-24 | 16 | -16/+16 |
| | | | | components. | ||||
* | Revert changes made for the partial port to the AVR32 architecture. | Dean Camera | 2010-02-24 | 61 | -1502/+669 |
| | |||||
* | More AVR32 achitecture ports. | Dean Camera | 2010-02-24 | 10 | -73/+111 |
| | |||||
* | More porting of the USB core to the AVR32. | Dean Camera | 2010-02-23 | 19 | -205/+407 |
| | |||||
* | Start porting the USB core to the AVR32 UC3B. | Dean Camera | 2010-02-23 | 18 | -121/+353 |
| | |||||
* | Update Temperature board driver to be AVR32 compatible when the ADC ↵ | Dean Camera | 2010-02-23 | 12 | -50/+93 |
| | | | | | | peripheral driver is eventually ported. Make architecture includes explicit for both the AVR32 and the AVR8, to make way for future architecture ports. Add SPI driver aliases for the old function names in the AVR8 driver, so that existing code will still compile against the new version. | ||||
* | Fixed software PDI/TPI programming mode in the AVRISP project not correctly ↵ | Dean Camera | 2010-02-23 | 4 | -6/+24 |
| | | | | | | toggling just the clock pin. Fix broken AVR8 Serial peripheral driver. | ||||
* | Change over board hardware drivers to use the custom uintN_t and intN_t ↵ | Dean Camera | 2010-02-22 | 22 | -87/+69 |
| | | | | native word size types. | ||||
* | Add start of an AVR32 SPI driver. | Dean Camera | 2010-02-22 | 2 | -21/+150 |
| | |||||
* | Rename AVRU4U6U9 peripheral driver directory to AVR8. | Dean Camera | 2010-02-22 | 8 | -4/+4 |
| | |||||
* | Make SPI and USART peripheral dispatch driver headers in preparation for a ↵ | Dean Camera | 2010-02-22 | 6 | -53/+210 |
| | | | | set of AVR32 peripheral drivers. | ||||
* | Add drivers for the EVK1101 - begin full port to the AVR32 UC3B line of AVRs. | Dean Camera | 2010-02-22 | 11 | -13/+379 |
| | |||||
* | Turn OFF double banking in the Webserver demo - leaving it on seems to ↵ | Dean Camera | 2010-02-18 | 1 | -2/+1 |
| | | | | destroy the system throughput. | ||||
* | Fix HID Host Class driver sending incorrect ReportType values to the device ↵ | Dean Camera | 2010-02-14 | 1 | -2/+2 |
| | | | | when issuing requests via the control pipe. | ||||
* | Fixed accuracy of the SERIAL_UBBRVAL() and SERIAL_2X_UBBRVAL() macros for ↵ | Dean Camera | 2010-02-12 | 1 | -2/+2 |
| | | | | higher baudrates (thanks to Renaud Cerrato). | ||||
* | Add more include protection macros to give the user warnings when they try ↵ | Dean Camera | 2010-02-11 | 106 | -79/+336 |
| | | | | to manually include private driver header files, instead of the public driver headers. | ||||
* | Fixed USB_GetHIDReportSize() returning the number of bits in the specified ↵ | Dean Camera | 2010-02-09 | 2 | -2/+4 |
| | | | | | | | | report instead of bytes. 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. | ||||
* | Fix AVRISP-MKII clone project's TPI Chip Erase command processing - ensure ↵ | Dean Camera | 2010-02-08 | 2 | -8/+16 |
| | | | | | | 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. | ||||
* | Added Keyboard LED report masks (KEYBOARD_LED_*) to the HID class driver and ↵ | Dean Camera | 2010-02-07 | 1 | -0/+12 |
| | | | | demos. | ||||
* | Added keyboard modifier masks (HID_KEYBOARD_MODIFER_*) to the HID class ↵ | Dean Camera | 2010-02-07 | 1 | -12/+38 |
| | | | | driver and Keyboard demos. | ||||
* | Fixed SerialStream driver not setting stdin to the created serial stream. | Dean Camera | 2010-02-05 | 1 | -0/+1 |
| | |||||
* | Oops - serial stream driver should return _FDEV_EOF when no data has been ↵ | Dean Camera | 2010-02-05 | 1 | -1/+1 |
| | | | | received, not EOF. | ||||
* | Fixed SerialStream driver blocking while waiting for characters to be ↵ | Dean Camera | 2010-02-05 | 1 | -0/+3 |
| | | | | received instead of returning EOF. | ||||
* | New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ↵ | Dean Camera | 2010-02-04 | 5 | -10/+16 |
| | | | | | | 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. | ||||
* | Add documentation to the USB Class Drivers module on how to use the Host ↵ | Dean Camera | 2010-02-02 | 1 | -0/+109 |
| | | | | mode class drivers. | ||||
* | Replace the Webserver demo's uIP with the latest code ripped from the ↵ | Dean Camera | 2010-02-02 | 1 | -0/+109 |
| | | | | Contiki project by Adam Dunkels. | ||||
* | Fixed incorrect values of USB_CONFIG_ATTR_SELFPOWERED and ↵ | Dean Camera | 2010-02-01 | 3 | -2/+12 |
| | | | | | | | | 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. | ||||
* | Make board specific and device peripheral specific drivers' file ↵ | Dean Camera | 2010-02-01 | 29 | -0/+148 |
| | | | | documentation copy over to the module documentation, so that it is visible in the normal module view of the library documentation. | ||||
* | Fixed STK525 Dataflash driver using incorrect bit-shifting for Dataflash ↵ | Dean Camera | 2010-02-01 | 1 | -2/+2 |
| | | | | addresses (thanks to Tim Mitchell). | ||||
* | Fixed Pipe_IsEndpointBound() function not taking the endpoint's direction ↵ | Dean Camera | 2010-02-01 | 5 | -6/+26 |
| | | | | | | into account. 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. | ||||
* | Be doubly-certain that the incomming CDC class driver's endpoint/pipe is ↵ | Dean Camera | 2010-01-28 | 2 | -10/+26 |
| | | | | flushed only once when the bank is empty. |