Make XPLAINBridge serial bridge much more reliable for the reception of characters...
[pub/USBasp.git] / LUFA / ManPages /
2010-06-23 Dean CameraAdd TEST RFCOMM command handler. Remove the RFCOMM...
2010-06-22 Dean CameraAdded new pgm_read_ptr() macro to Common.h for reading...
2010-06-17 Dean CameraFixed broken PDI EEPROM Section Erase functionality...
2010-06-17 Dean CameraRenamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().
2010-06-16 Dean CameraFix compile and Doxygen errors due to the spell-check...
2010-06-16 Dean CameraSpell check code and manual pages. Remove custom Doxyge...
2010-06-15 Dean CameraChange over Doxygen \note documentation to \pre where...
2010-06-08 Dean CameraAdd Mecurial repository mirror link to the library...
2010-06-07 Dean CameraMake the RFCOMM_SendFrame() function correctly generate...
2010-06-02 Dean CameraBetter fix to avoid void pointer arithmetic in ConfigDe...
2010-05-31 Dean CameraRemove void* arithmetic in the USB_GetNextDescriptor...
2010-05-30 Dean CameraFixed internal device serial not being accessible on...
2010-05-29 Dean CameraFixed incorrect signature for the ATMEGA32U2 in the...
2010-05-27 Dean CameraAdded new VTARGET_REF_VOLTS and VTARGET_SCALE_FACTOR...
2010-05-26 Dean CameraReplace ring buffer library in Benito and USBtoSerial...
2010-05-26 Dean CameraRemoved unused line encoding data and control requests...
2010-05-26 Dean CameraThe EEPROM stream read/write functions now use eeprom_u...
2010-05-26 Dean CameraThe RingBuff library code has been replaced in the...
2010-05-25 Dean CameraFixed RNDISEthernet demos crashing when calculating...
2010-05-21 Dean CameraOops - when adding a sequence header to the SDP respons...
2010-05-18 Dean CameraAdded new ADC_DisableChannel() function (thanks to...
2010-05-17 Dean CameraBegin processing code for Service Discovery Protocol...
2010-05-16 Dean CameraFixed AVRISP project not sending a full erase-and-write...
2010-05-14 Dean CameraFixed AVRISP project sending a LOAD EXTENDED ADDRESS...
2010-05-13 Dean CameraCommit for 100513 re-release due to critical device...
2010-05-13 Dean CameraRemove incorrect check for the current device state...
2010-05-13 Dean CameraAdditional fix to the AVRISP-MKII clone project for...
2010-05-13 Dean CameraFixed AVRISP-MKII clone project not correctly issuing...
2010-05-13 Dean CameraFixed possible device lockup when INTERRUPT_CONTROL_END...
2010-05-13 Dean CameraThe LIBUSB_FILTERDRV_COMPAT compile time option in...
2010-05-12 Dean CameraRemoved TeensyHID bootloader, per request from Paul...
2010-05-12 Dean CameraCommit for the 100512 release.
2010-05-09 Dean CameraAdd new ReportType parameter to the HID class driver...
2010-05-08 Dean CameraAdd svn:eol-style property to source files, so that...
2010-05-07 Dean CameraDevice mode class driver callbacks are now fired before...
2010-05-07 Dean CameraFix TeensyHID bootloader for the largest AVRs - only...
2010-05-06 Dean CameraAdded new EVENT_CDC_Device_BreakSent() event and CDC_Ho...
2010-05-06 Dean CameraRemove incorrect Abstract Call Management class specifi...
2010-05-06 Dean CameraMake CDC class bootloader hard-reset the AVR when exite...
2010-05-04 Dean CameraRemoved software PDI/TPI emulation from the AVRISP...
2010-05-04 Dean CameraFixed INTERRUPT_CONTROL_ENDPOINT compile time option...
2010-05-04 Dean CameraFixed Host mode HID class driver not sending the correc...
2010-05-04 Dean CameraFixed device state not being reset back to the default...
2010-05-03 Dean CameraAdded new ENDPOINT_*_BusSuspended error code to the...
2010-05-02 Dean CameraChange AVRISP project's timeout to be interrupt based...
2010-04-29 Dean CameraThe Audio_Device_IsSampleReceived() and Audio_Device_Is...
2010-04-28 Dean CameraUse puts_P() and printf_P() instead of the normal varia...
2010-04-28 Dean CameraRelocate USBInterrupt.c/.h from the HighLevel USB drive...
2010-04-28 Dean CameraUSB_Init() no longer calls sei() to enable global inter...
2010-04-22 Dean CameraAdded ability to search by Channel PSM to the GetChanne...
2010-04-20 Dean CameraFixed HID Device Class Driver not allocating a temporar...
2010-04-19 Dean CameraMake bluetooth SDP code correctly unpack the search...
2010-04-15 Dean CameraMinor documentation improvements.
2010-04-15 Dean CameraRename FunctionAttributes.h to Attributes.h, as some...
2010-04-14 Dean CameraFixed Set/Clear Feature requests directed to a non...
2010-04-13 Dean CameraRemoved two-step endpoint/pipe bank clear and switch...
2010-04-13 Dean CameraRemoved invalid dfu and flip related targets from the...
2010-04-13 Dean CameraDocument the Bluetooth ACL layer. Remove unneeded param...
2010-04-10 Dean CameraBluetooth demo can now create and maintain logical...
2010-04-06 Dean CameraAdd information request/response signal handler to...
2010-04-05 Dean CameraAdd user callback function to the Bluetooth host demo...
2010-03-31 Dean CameraMassive cleanups to the incomplete BluetoothHost demo...
2010-03-31 Dean CameraAdded WIN_LIBUSB_COMPAT compile time option to the...
2010-03-30 Dean CameraAdd updated board driver directory summaries to the...
2010-03-30 Dean CameraOops - make sure board driver dispatch headers test...
2010-03-30 Dean CameraAdded support for the JM-DB-U2 board hardware.
2010-03-30 Dean CameraAdded board hardware driver support for the Benito...
2010-03-30 Dean CameraAdded board hardware driver support for Tom's USBTINY...
2010-03-29 Dean CameraAdd briefs for the library core structures.
2010-03-29 Dean CameraAdd file-level brief documentation.
2010-03-25 Dean CameraAdd new LUFA logo by Ryo Yamauchi.
2010-03-25 Dean CameraAll Class Driver Host mode demos now correctly set...
2010-03-24 Dean CameraAdded new Relay Controller Board project (thanks to...
2010-03-24 Dean CameraFixed incorrect definition of HID_ALIGN_DATA() causing...
2010-03-24 Dean CameraFixed compilation error in the AudioInput demos when...
2010-03-23 Dean CameraAdded incomplete MIDIToneGenerator project.
2010-03-22 Dean CameraStandardized the naming scheme given to configuration...
2010-03-21 Dean CameraDouble bank CDC endpoints in the XPLAIN Bridge project...
2010-03-19 Dean CameraFixed LowLevel MassStorage demo broken on the U2 AVRs...
2010-03-17 Dean CameraRemove redundant check in the software PDI programming...
2010-03-17 Dean CameraSoftware PDI mode breaks unless the software USART...
2010-03-16 Dean CameraIncreased throughput of the USBtoSerial demo on systems...
2010-03-16 Dean CameraDon't enable the pullup on the target /RESET line in...
2010-03-16 Dean CameraFixed PDI programming mode in the AVRISP programmer...
2010-03-13 Dean CameraFixed ADC routines not correctly returning the last...
2010-03-10 Dean CameraAdded ENABLE_TELNET_SERVER compile time option to the...
2010-03-09 Dean CameraWebserver project now uses the board LEDs to indicate...
2010-03-01 Dean CameraMinor documentation updates.
2010-02-25 Dean CameraFix TWI driver not aborting when faced with no response...
2010-02-24 Dean CameraAdded a timeout value to the TWI_StartTransmission...
2010-02-24 Dean CameraRevert changes made for the partial port to the AVR32...
2010-02-24 Dean CameraMore AVR32 achitecture ports.
2010-02-23 Dean CameraMore porting of the USB core to the AVR32.
2010-02-23 Dean CameraStart porting the USB core to the AVR32 UC3B.
2010-02-23 Dean CameraUpdate Temperature board driver to be AVR32 compatible...
2010-02-23 Dean CameraFixed software PDI/TPI programming mode in the AVRISP...
2010-02-22 Dean CameraUpdate manual pages to reference unfinished AVR32 port...
2010-02-22 Dean CameraAdd drivers for the EVK1101 - begin full port to the...
2010-02-21 Dean CameraIncreased the speed of both software and hardware TPI...
2010-02-19 Dean CameraAVRISP programmer project now has a more robust timeout...
next