Commit Graph

  • fd49c69d1a added config option: MATRIX_HAS_GHOST and fixed some on matrix.c tmk 2011-01-06 15:18:55 +09:00
  • 590235d4bc add "Build your own firmware" and "Features" section to README. tmk 2011-01-06 15:11:37 +09:00
  • 6b0c939d72 add a build option: USB_EXTRA_ENABLE tmk 2011-01-05 00:04:25 +09:00
  • 7272c65d3d add error handling to ps2_mouse tmk 2011-01-04 20:30:23 +09:00
  • 1c74fd78bd Add custom footer to the main library documentation. Dean Camera 2011-01-03 20:37:30 +00:00
  • a49b5bfd8a Update Doxygen documentation configuration file for the main project documentation to the latest version. Add missing data structure documentation briefs. Dean Camera 2011-01-03 20:13:06 +00:00
  • 2a562a4191 Add PS/2 mouse support to connect TrackPoint Unit. tmk 2011-01-02 23:52:13 +09:00
  • 1d433d4506 Update copyright year on all source files. Dean Camera 2011-01-01 13:00:56 +00:00
  • b8fd4dd51c Fixed incorrect byte ordering in the Audio_Device_WriteSample24 function (thanks to WZab). Dean Camera 2010-12-31 15:03:57 +00:00
  • 64fe1cd0b2 Rename RingBuffer header functions and typedefs from RingBuff_* to RingBuffer_* so that it matches the header name. Dean Camera 2010-12-31 14:47:20 +00:00
  • cb9ef559a0 Fixed inverted Minimus board LEDs. Dean Camera 2010-12-28 22:07:31 +00:00
  • 6026b9128b Fix compile errors from the changes to the SerialStream and board Temperature drivers. Dean Camera 2010-12-26 15:44:10 +00:00
  • c05e7cd7d9 More minor documentation corrections. Dean Camera 2010-12-26 15:09:27 +00:00
  • a8b66f318d Documentation improvements - put driver example code into its own section, fix incorrect and missing section names. Dean Camera 2010-12-26 14:55:26 +00:00
  • 2073b96d82 Added basic driver example use code to the library documentation. Dean Camera 2010-12-26 14:25:34 +00:00
  • 39ac72f2d1 Make a new general RingBuffer.h misc library driver, instead of the per-application LightweightRingBuff.h ring buffers. Change over projects to use the new driver. Dean Camera 2010-12-26 13:01:37 +00:00
  • 12418e6eaf Combined page and word ISP programming mode code in the AVRISP-MKII clone project to reduce compiled size and increase maintainability of the code. Dean Camera 2010-12-25 21:36:17 +00:00
  • 958b20a8ef Fixed possible programming problem in the AVRISP-MKII clone project when programming specific patterns into a target memory space that is only byte (not page) addressable. Dean Camera 2010-12-25 17:49:30 +00:00
  • bfa622d27e Much more efficient algorithm for the Endpoint/Pipe configuration routine of 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. Dean Camera 2010-12-24 18:06:55 +00:00
  • 5489af7fa0 Add ORDERED_EP_CONFIG compile time option to the CDC class bootloader, to reduce the compiled binary size, as the endpoint initialization order is fixed in the code. Dean Camera 2010-12-24 18:05:50 +00:00
  • 7d83bd0dcc Add DEVICE_STATE_AS_GPIOR=0 compile time option to the library projects, to reduce compiled binary size. Dean Camera 2010-12-24 18:04:51 +00:00
  • ec537fd84d Re-add in old Endpoint/Pipe workaround for unordered pipes - add new 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. Dean Camera 2010-12-24 17:05:41 +00:00
  • a57287a59f Fix a few more incorrectly ordered endpoint initialisations in the device demos. Dean Camera 2010-12-17 20:26:14 +00:00
  • 0381399f66 Add missing AVRStudio4 project file for the MIDIToneGenerator project. Dean Camera 2010-12-17 19:59:19 +00:00
  • cbafc306b2 Fixed incorrect endpoint initialisation order in the LowLevel DualVirtualSerial demo (thanks to Rick Drolet). Dean Camera 2010-12-17 19:54:03 +00:00
  • 0aa950c241 Fixed incorrect definition of the HID_KEYBOARD_SC_D constant in the HID class driver (thanks to Opendous Inc.). Dean Camera 2010-12-13 06:05:05 +00:00
  • 46677b4589 Fixed possible lost data in the XPLAINBridge, USBtoSerial and Benito projects when the host exceeds the packet timeout period on received packets as set by USB_STREAM_TIMEOUT_MS (thanks to Justin Rajewski). Dean Camera 2010-12-12 16:50:45 +00:00
  • b67f9f3669 Added new RingBuffer_Peek() function to the lightweight ring buffer headers. Dean Camera 2010-12-12 16:39:46 +00:00
  • 1ed336a064 change keyboard report descriptor for NKRO. It uses 1byte for modifiers and 15bytes(120bits) for keys now. tmk 2010-12-11 23:20:49 +09:00
  • 51f17f0231 add build option: NKRO_ENABLE(remove: USB_12KRO) tmk 2010-12-08 01:47:57 +09:00
  • 8a7351c760 Added new completed MIDIToneGenerator project. Dean Camera 2010-12-03 03:51:46 +00:00
  • b20d25854d Fixed HID hpst class driver incorrectly binding to HID devices that do not have an OUT endpoint. Dean Camera 2010-12-02 04:28:53 +00:00
  • ed9d77aeee Refactored Host mode Class Driver *_Host_ConfigurePipes() routines to be more space efficient when compiled. Dean Camera 2010-12-02 01:56:06 +00:00
  • 1c74525d2f Fixed broken USBFOO board drivers due to missing BOARD_USBFOO define. Dean Camera 2010-11-30 02:43:44 +00:00
  • c879887dce Fixed broken HID_REQ_GetReport request handler in the Low Level GenericHID demo. Dean Camera 2010-11-29 03:01:31 +00:00
  • 82fa9149d7 Fixed broken DFU bootloader, added XPLAIN support for bootloader start when XCK jumpered to ground. Dean Camera 2010-11-27 01:27:55 +00:00
  • 66ece29b0e tuning layer switch timing. tmk 2010-11-26 15:29:02 +09:00
  • 7704d2915c Fix typos in the XPLAINBridge project preventing compilation. Dean Camera 2010-11-26 04:27:52 +00:00
  • 9f7883fa2b Added ability to write protect Mass Storage disk write operations from the host OS. Dean Camera 2010-11-26 04:16:47 +00:00
  • 37ced39ae2 add build option USB_12KRO. tmk 2010-11-26 01:56:21 +09:00
  • b634ec50a0 Changed the XPLAINBridge software UART to use the regular CTC mode instead of the alternative CTC mode via the Input Capture register, to reduce user confusion. Dean Camera 2010-11-25 03:20:01 +00:00
  • fd77bf5c94 Make the incomplete MIDIToneGenerator project work with up to three notes, using a LRU (Least Recently Used) algorithm to discard the oldest set note when the note table becomes full. Dean Camera 2010-11-25 02:46:35 +00:00
  • 857a82674f Readd incomplete MIDIToneGenerator project, which can now correctly generate up to three simultaneous notes from MIDI channel 0. Dean Camera 2010-11-24 13:57:44 +00:00
  • d6da554687 support 12KRO tmk 2010-11-24 22:17:35 +09:00
  • 423d4018f0 Fixed Benito project discarding incoming data from the USB virtual serial port when the USART is busy. Dean Camera 2010-11-23 06:56:24 +00:00
  • 0595ac27d5 Commit for 101122 release. Dean Camera 2010-11-22 05:30:20 +00:00
  • c43605612d Lower bulk endpoint polling rate in the descriptors to the lowest possible value to give maximum throughput. Dean Camera 2010-11-22 05:24:33 +00:00
  • b87d0b45a2 Added board hardware driver support for the Microsin AVR-USB162 development board. Dean Camera 2010-11-21 10:34:15 +00:00
  • 55da77d85f Remove internal USB_Device_NibbleToASCII() function in favour of manually inlined code to prevent compilation errors in -O0 optimisation level. Dean Camera 2010-11-21 10:16:44 +00:00
  • 3988639823 Oops - reduce size of each ring buffer in the USBtoSerial and Benito projects so that the RAM is not overflowed on the smaller USB AVR targets (thanks to Andrei from Microsin.ru). Dean Camera 2010-11-21 10:01:01 +00:00
  • 9019c901dd add system controls(power down/wake up) from generic desktop page(HID) tmk 2010-11-18 22:35:49 +09:00
  • 02d955e9fe add audio controls from consumer page(HID) tmk 2010-11-17 16:06:20 +09:00
  • 8f981b5f38 Better documentation for the ANSI terminal escape codes header. Dean Camera 2010-11-17 06:34:04 +00:00
  • 8f7437dda2 Rename incorrectly named XPROGTarget_SendBreak() function to XPROGTarget_SendIdle(), as it is sending idle bits and not break bits. Dean Camera 2010-11-17 05:46:18 +00:00
  • cbc00c843a Fixed AVRISP-MKII clone project not starting the target's program automatically after exiting TPI programming mode. Dean Camera 2010-11-16 13:14:27 +00:00
  • a9f313afa9 Slow AVRISP-MKII clone PDI/TPI programming speed back to 250KHz due to issues with the XPLAINBridge when PDI programming at faster rates. Dean Camera 2010-11-16 12:30:00 +00:00
  • 8240e606d4 change hhkb/keymap tmk 2010-11-16 14:56:06 +09:00
  • 002cd6df49 Added new XCK_RESCUE_CLOCK_ENABLE compile time option to the AVRISP-MKII clone programmer project (thanks to Tom Light). Dean Camera 2010-11-16 01:37:43 +00:00
  • b27f35536d Fixed incorrect event name in the Benito project. Dean Camera 2010-11-15 08:24:18 +00:00
  • f2324fc2b4 Second patch to fix incorrect PDI/TPI programming speed. Dean Camera 2010-11-14 06:44:57 +00:00
  • d41cd9a41a Fixed PDI/TPI programming speed of ~250KHz in the AVRISP-MKII Clone project, instead of the desired 500KHz. Dean Camera 2010-11-12 06:24:01 +00:00
  • 50390867e7 Fixed incorrect PollingIntervalMS values in the demo/project/bootloader endpoint descriptors (thanks to MCS Electronics). Dean Camera 2010-11-10 12:38:25 +00:00
  • 622dc6486c Remove link to (now deleted) public Mercurial mirror in the documentation. Dean Camera 2010-11-09 11:02:50 +00:00
  • 99a132709e Fix incorrect ADEFS and CPPDEFS entries in the DFU and CDC class bootloader makefiles. Dean Camera 2010-11-09 09:38:38 +00:00
  • 0ce2950d81 Added board hardware driver support for the Adafruit U4 breakout board. Dean Camera 2010-11-08 03:41:48 +00:00
  • bac860b173 Fixed broken input in the MagStripe reader project due to an incorrect HID report descriptor. Dean Camera 2010-11-07 12:54:52 +00:00
  • 8fc6c265d1 Merge branch 'led' tmk 2010-11-07 20:47:24 +09:00
  • 2ca3ab18a2 output previous key state on TP1684 when scaning matrix. tmk 2010-11-06 01:58:47 +09:00
  • 74b3e591fc FIX: LED debug tmk 2010-11-06 02:03:52 +09:00
  • 210bd4db24 Fix documentation reference error. Dean Camera 2010-11-05 05:26:00 +00:00
  • fb76acb084 Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Device_ControlRequest() as it is now fired before the library request handlers, not afterwards. Dean Camera 2010-11-05 05:15:20 +00:00
  • 99a9e415ef Loop in the ClassDriver MIDI device/host demos until there are no more incomming events to process. Only clear the endpoint/pipe bank in the LowLevel MIDI device/host demos when the endpoint is empty after an event read. Dean Camera 2010-11-05 03:43:11 +00:00
  • 89feab2301 repeating Fn key: press twice quickly to repeat. tmk 2010-11-04 01:08:24 +09:00
  • 85cf202737 Fixed USBtoSerial and XPLAINBridge demos discarding data from the PC if the send buffer becomes full. Dean Camera 2010-11-03 11:24:34 +00:00
  • a31b31e717 revise Fn key processing. tmk 2010-11-03 17:33:20 +09:00
  • 8f9b5ae00d Minor documentation improvements. Dean Camera 2010-11-03 06:50:02 +00:00
  • f275edf6eb Remove already implemented features from the Future Changes manual page. Dean Camera 2010-11-03 06:37:40 +00:00
  • ee495ca500 Fixed MIDI class driver send routines silently discarding packets if the endpoint or pipe is busy (thanks to Robin Green). Dean Camera 2010-11-03 03:20:08 +00:00
  • 5ce8380a7d Fix XPLAINBridge code broken during the changes to the Rescue Clock generation in the AVRISP-MKII clone project. Dean Camera 2010-11-02 11:16:36 +00:00
  • 3bf760ad7d Rescue clock of the AVRISP-MKII moved to the AVR's OCR1A pin, so that the clock can be generated at all times when 125KHz ISP programming mode is selected. Dean Camera 2010-11-02 07:57:23 +00:00
  • 45d4a7a898 improve layer switching tmk 2010-10-29 15:17:18 +09:00
  • 40db485c79 Rename new CDC class bootloader NO_LOCK_BYTE_SUPPORT compile time option to NO_LOCK_BYTE_WRITE_SUPPORT as reads are still permitted. Dean Camera 2010-10-29 08:20:36 +00:00
  • 475323e400 Added new NO_BLOCK_SUPPORT, NO_EEPROM_BYTE_SUPPORT, NO_FLASH_BYTE_SUPPORT and NO_LOCK_BYTE_SUPPORT compile time options to the CDC class bootloader. Dean Camera 2010-10-29 08:07:49 +00:00
  • 46f2e488b0 Oops - typos in the naming of the NBUSYBK0 bits breaking the new busy bank counting functions. Dean Camera 2010-10-29 06:50:56 +00:00
  • cd57e855f6 Added new Pipe_GetBusyBanks(), Endpoint_GetBusyBanks() and Endpoint_AbortPendingIN() functions. Dean Camera 2010-10-29 06:22:03 +00:00
  • b8dfa976ce Added standard keyboard HID report scancode defines (thanks to László Monda). Dean Camera 2010-10-28 23:11:49 +00:00
  • 2d49c09b38 Move Set Feature and Clear Feature control request feature selector values into their own enum. Dean Camera 2010-10-28 22:51:03 +00:00
  • b120c4e4cd Move RNDISConstants.h into the RNDIS class driver common definition header. Dean Camera 2010-10-28 07:52:52 +00:00
  • 6c3b9a2ded ADD: macway/doc FIX: keymap tmk 2010-10-28 15:43:51 +09:00
  • cb779e3d7d Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists. Dean Camera 2010-10-28 06:08:58 +00:00
  • 46545c0380 v2.0: HHKB/Macway support merged tmk 2010-10-27 23:01:37 +09:00
  • 2f80e790c6 new build method for macway tmk 2010-10-27 20:51:45 +09:00
  • 710f31c540 Added new NO_CLASS_DRIVER_AUTOFLUSH compile time option to disable automatic flushing of interfaces when the USB management tasks for each driver is called. Dean Camera 2010-10-27 07:23:51 +00:00
  • 461e0d3d8c ADD: keymap macro for human to read easier ADD: controller.h for controller board definition(teensy) ADD: debug toggle tmk 2010-10-26 21:32:45 +09:00
  • 08de757811 Changed AudioInput and AudioOutput demos to reload the next sample via an interrupt rather than polling the sample timer. Dean Camera 2010-10-26 06:52:09 +00:00
  • 55538dcef3 Add descriptor class, subclass and protocol constants to the class drivers, modify all demos to use them where possible. Dean Camera 2010-10-25 12:42:55 +00:00
  • 7a336b05ec FIX: include files tmk 2010-10-25 16:56:24 +09:00
  • c166fb744f FIX: doc and keymap. tmk 2010-10-25 15:17:40 +09:00
  • b37d77eab3 All USB class drivers are now automatically included when LUFA/Drivers/USB.h is included, and no longer need to be seperately included. Dean Camera 2010-10-24 22:53:57 +00:00
  • 8f3bee7d86 Better algorithm to extract and convert the internal device serial number into a string descriptor (if present). Dean Camera 2010-10-24 12:25:34 +00:00