aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed broken USBFOO board drivers due to missing BOARD_USBFOO define.Dean Camera2010-11-301-1/+1
|
* Fixed broken HID_REQ_GetReport request handler in the Low Level GenericHID demo.Dean Camera2010-11-291-0/+1
|
* Fixed broken DFU bootloader, added XPLAIN support for bootloader start when ↵Dean Camera2010-11-271-0/+1
| | | | XCK jumpered to ground.
* Added ability to write protect Mass Storage disk write operations from the ↵Dean Camera2010-11-261-0/+1
| | | | host OS.
* Changed the XPLAINBridge software UART to use the regular CTC mode instead ↵Dean Camera2010-11-251-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 Camera2010-11-233-1/+23
| | | | | | port when the USART is busy. Minor documentation improvements.
* Commit for 101122 release.Dean Camera2010-11-222-25/+23
|
* Added board hardware driver support for the Microsin AVR-USB162 development ↵Dean Camera2010-11-212-7/+8
| | | | board.
* Better documentation for the ANSI terminal escape codes header.Dean Camera2010-11-171-91/+97
| | | | Organise the current version changelog better to group core and non-core changes together.
* Rename incorrectly named XPROGTarget_SendBreak() function to ↵Dean Camera2010-11-171-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 Camera2010-11-161-0/+1
| | | | automatically after exiting TPI programming mode.
* Slow AVRISP-MKII clone PDI/TPI programming speed back to 250KHz due to ↵Dean Camera2010-11-161-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 Camera2010-11-161-0/+1
| | | | clone programmer project (thanks to Tom Light).
* Second patch to fix incorrect PDI/TPI programming speed.Dean Camera2010-11-141-1/+1
|
* Fixed PDI/TPI programming speed of ~250KHz in the AVRISP-MKII Clone project, ↵Dean Camera2010-11-121-0/+1
| | | | instead of the desired 500KHz.
* Fixed incorrect PollingIntervalMS values in the demo/project/bootloader ↵Dean Camera2010-11-102-9/+11
| | | | endpoint descriptors (thanks to MCS Electronics).
* Remove link to (now deleted) public Mercurial mirror in the documentation.Dean Camera2010-11-091-1/+0
|
* Added board hardware driver support for the Adafruit U4 breakout board.Dean Camera2010-11-081-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 Camera2010-11-071-0/+1
| | | | report descriptor.
* Renamed the EVENT_USB_Device_UnhandledControlRequest() event to ↵Dean Camera2010-11-052-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 Camera2010-11-032-0/+2
| | | | send buffer becomes full.
* Remove already implemented features from the Future Changes manual page.Dean Camera2010-11-031-1/+0
|
* Fixed MIDI class driver send routines silently discarding packets if the ↵Dean Camera2010-11-031-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 Camera2010-11-021-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 Camera2010-10-291-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 Camera2010-10-291-0/+2
| | | | and NO_LOCK_BYTE_SUPPORT compile time options to the CDC class bootloader.
* Added new Pipe_GetBusyBanks(), Endpoint_GetBusyBanks() and ↵Dean Camera2010-10-291-0/+1
| | | | Endpoint_AbortPendingIN() functions.
* Added standard keyboard HID report scancode defines (thanks to László Monda).Dean Camera2010-10-281-0/+1
|
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵Dean Camera2010-10-282-13/+12
| | | | 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 Camera2010-10-272-0/+9
| | | | | | 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 Camera2010-10-261-0/+1
| | | | interrupt rather than polling the sample timer.
* All USB class drivers are now automatically included when LUFA/Drivers/USB.h ↵Dean Camera2010-10-242-0/+6
| | | | | | 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.
* Added default test tone generation mode to the Device mode AudioInput demos.Dean Camera2010-10-202-2/+4
|
* Added board hardware driver support for the Minimus board (thanks to the ↵Dean Camera2010-10-172-2/+4
| | | | PSGroove team).
* Added board hardware driver support for the Maximus board (thanks to the ↵Dean Camera2010-10-172-1/+3
| | | | PSGroove team).
* Added board hardware driver support for the Blackcat USB JTAG board (thanks ↵Dean Camera2010-10-173-1/+4
| | | | to the PSGroove team).
* Renamed ENDPOINT_DOUBLEBANK_SUPPORTED() to ENDPOINT_BANKS_SUPPORTED() and ↵Dean Camera2010-10-132-0/+5
| | | | changed it to return the maximum number of supported banks for the given endpoint.
* Clean up excessive whitespace at the end of each line using the wspurify ↵Dean Camera2010-10-1326-76/+90
| | | | tool made by Laszlo Monda
* Fixed MIDI_Host_Flush() not aborting early when the specified MIDI host ↵Dean Camera2010-10-121-0/+1
| | | | | | 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 Camera2010-10-122-0/+3
| | | | | | | | 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 Camera2010-10-121-0/+1
| | | | causing the Set Address request to exceed maximum timings.
* Minor documentation enhancements.Dean Camera2010-10-123-0/+10
|
* Added new NO_SOF_EVENTS compile time option, enabled in the bootloaders to ↵Dean Camera2010-10-071-0/+5
| | | | reduce the compiled binary size.
* Added board hardware driver support for the Busware CUL V3 board.Dean Camera2010-10-062-0/+2
| | | | 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 Camera2010-10-061-0/+1
| | | | SPI_Init() is called.
* Cache the USB_DeviceState variable internally in the library core when ↵Dean Camera2010-10-063-4/+4
| | | | multiple checks are required in a single loop iteration, to reduce compiled code size.
* Revert change to the AVRISP-MKII project for fuse byte programming via the ↵Dean Camera2010-10-021-1/+0
| | | | CMDEX bit - this appears to be an error in the XMEGA manual external memory programming table.
* Fixed broken lock byte programming in the AVRISP-MKII clone project for some ↵Dean Camera2010-10-021-0/+1
| | | | XMEGA targets.
* Fixed broken FLASH/EEPROM programming in the AVRISP-MKII clone project when ↵Dean Camera2010-10-021-0/+1
| | | | writing in non-paged mode and the polling byte cannot be used.
* Make Host mode Class drivers only set the class driver instance's state ↵Dean Camera2010-09-302-2/+3
| | | | values once a compatible interface has been found within the device.