Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed incorrect byte ordering in the Audio_Device_WriteSample24 function ↵ | Dean Camera | 2010-12-31 | 1 | -1/+1 |
| | | | | (thanks to WZab). | ||||
* | Rename RingBuffer header functions and typedefs from RingBuff_* to ↵ | Dean Camera | 2010-12-31 | 1 | -10/+10 |
| | | | | RingBuffer_* so that it matches the header name. | ||||
* | Fixed inverted Minimus board LEDs. | Dean Camera | 2010-12-28 | 5 | -11/+11 |
| | |||||
* | Fix compile errors from the changes to the SerialStream and board ↵ | Dean Camera | 2010-12-26 | 3 | -11/+14 |
| | | | | Temperature drivers. | ||||
* | More minor documentation corrections. | Dean Camera | 2010-12-26 | 2 | -20/+20 |
| | |||||
* | Documentation improvements - put driver example code into its own section, ↵ | Dean Camera | 2010-12-26 | 45 | -58/+97 |
| | | | | fix incorrect and missing section names. | ||||
* | Added basic driver example use code to the library documentation. | Dean Camera | 2010-12-26 | 15 | -13/+251 |
| | | | | 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 | 1 | -0/+254 |
| | | | | | | | | 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. | ||||
* | 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 | 5 | -2/+109 |
| | | | | 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. | ||||
* | Fixed incorrect definition of the HID_KEYBOARD_SC_D constant in the HID ↵ | Dean Camera | 2010-12-13 | 1 | -2/+3 |
| | | | | | | class driver (thanks to Opendous Inc.). Add extra comments to the ISPTarget.c source file in the AVRISP-MKII clone project. | ||||
* | Fixed HID hpst class driver incorrectly binding to HID devices that do not ↵ | Dean Camera | 2010-12-02 | 1 | -1/+4 |
| | | | | have an OUT endpoint. | ||||
* | Refactored Host mode Class Driver *_Host_ConfigurePipes() routines to be ↵ | Dean Camera | 2010-12-02 | 18 | -65/+240 |
| | | | | | | more space efficient when compiled. Added new *_ENUMERROR_PipeConfigurationFailed error codes for the *_Host_ConfigurePipes() routines. | ||||
* | Fixed broken HID_REQ_GetReport request handler in the Low Level GenericHID demo. | Dean Camera | 2010-11-29 | 1 | -2/+2 |
| | |||||
* | Added board hardware driver support for the Microsin AVR-USB162 development ↵ | Dean Camera | 2010-11-21 | 4 | -0/+231 |
| | | | | 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 | 1 | -49/+65 |
| | | | | Organise the current version changelog better to group core and non-core changes together. | ||||
* | Added board hardware driver support for the Adafruit U4 breakout board. | Dean Camera | 2010-11-08 | 2 | -0/+131 |
| | | | | | | 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). | ||||
* | 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 | 10 | -83/+74 |
| | | | | 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 | -2/+0 |
| | | | | send buffer becomes full. | ||||
* | Minor documentation improvements. | Dean Camera | 2010-11-03 | 2 | -24/+24 |
| | |||||
* | Fixed MIDI class driver send routines silently discarding packets if the ↵ | Dean Camera | 2010-11-03 | 2 | -18/+12 |
| | | | | 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). | ||||
* | 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 | 2 | -0/+42 |
| | | | | Endpoint_AbortPendingIN() functions. | ||||
* | Added standard keyboard HID report scancode defines (thanks to László Monda). | Dean Camera | 2010-10-28 | 2 | -14/+233 |
| | |||||
* | 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 | 145 | -145/+145 |
| | | | | 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 | 8 | -24/+44 |
| | | | | | | 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 | 1 | -2/+2 |
| | | | | 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 | 46 | -220/+258 |
| | | | | | | 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. | ||||
* | Better algorithm to extract and convert the internal device serial number ↵ | Dean Camera | 2010-10-24 | 2 | -6/+6 |
| | | | | | | into a string descriptor (if present). Fix incorrect warning text when an unsuitable F_CLOCK value is given. | ||||
* | Oops - fix broken SPI driver due to missing bit inversion on a port mask. | Dean Camera | 2010-10-20 | 1 | -3/+3 |
| | |||||
* | Added board hardware driver support for the Minimus board (thanks to the ↵ | Dean Camera | 2010-10-17 | 4 | -0/+232 |
| | | | | PSGroove team). | ||||
* | Oops - add missing Maximus board LED hardware driver file. | Dean Camera | 2010-10-17 | 1 | -0/+131 |
| | |||||
* | Added board hardware driver support for the Maximus board (thanks to the ↵ | Dean Camera | 2010-10-17 | 1 | -0/+2 |
| | | | | PSGroove team). | ||||
* | Added board hardware driver support for the Blackcat USB JTAG board (thanks ↵ | Dean Camera | 2010-10-17 | 3 | -1/+133 |
| | | | | to the PSGroove team). | ||||
* | Renamed ENDPOINT_DOUBLEBANK_SUPPORTED() to ENDPOINT_BANKS_SUPPORTED() and ↵ | Dean Camera | 2010-10-13 | 2 | -21/+21 |
| | | | | changed it to return the maximum number of supported banks for the given endpoint. | ||||
* | Fix SoftUART.c not compiling due to accidental check in of changes not yet ↵ | Dean Camera | 2010-10-13 | 1 | -4/+8 |
| | | | | complete in the rest of the XPLAINBridge project code. | ||||
* | Clean up excessive whitespace at the end of each line using the wspurify ↵ | Dean Camera | 2010-10-13 | 145 | -2431/+2569 |
| | | | | tool made by Laszlo Monda | ||||
* | Fixed MIDI_Host_Flush() not aborting early when the specified MIDI host ↵ | Dean Camera | 2010-10-12 | 17 | -85/+86 |
| | | | | | | interface was not configured. Small documentation improvements to explicitly reference tokens in Doxygen, to ensure that they are converted to cross-reference links in the output files. | ||||
* | Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum. | Dean Camera | 2010-10-12 | 8 | -77/+73 |
| | | | | | | | | Moved the USB device selection logic for ENDPOINT_TOTAL_ENDPOINTS further up in Endpoint.h to where the endpoint bank capabilities are determined, to reduce the total number of device-specific logic. Change USB_Host_WaitMS() to test and disable the HSOFI interrupt before resuming the bus, so that it does not fire before the delay loop has run. Add missing const qualifier to the parameter of USB_Host_ClearPipeStall(). | ||||
* | Fixed random enumeration failure while in device mode due to interrupts ↵ | Dean Camera | 2010-10-12 | 1 | -29/+28 |
| | | | | causing the Set Address request to exceed maximum timings. | ||||
* | Added new NO_SOF_EVENTS compile time option, enabled in the bootloaders to ↵ | Dean Camera | 2010-10-07 | 5 | -40/+56 |
| | | | | reduce the compiled binary size. | ||||
* | Added board hardware driver support for the Busware CUL V3 board. | Dean Camera | 2010-10-06 | 12 | -960/+1189 |
| | | | | Added SVN eol-style property to the library driver files that are missing it. | ||||
* | Fixed SPI driver not explicitly setting /SS and MISO pins as inputs when ↵ | Dean Camera | 2010-10-06 | 1 | -0/+1 |
| | | | | SPI_Init() is called. | ||||
* | Cache the USB_DeviceState variable internally in the library core when ↵ | Dean Camera | 2010-10-06 | 3 | -19/+26 |
| | | | | multiple checks are required in a single loop iteration, to reduce compiled code size. |