Fix warning about possible string truncation in the TempDataLogger project.
[pub/USBasp.git] / LUFA / DoxygenPages /
2018-06-17 Dean CameraFixed HID report parser corruption when parsing PUSH...
2018-06-17 Dean CameraMove class-specific functional descriptor definitions...
2018-04-22 Dean CameraAdd MS OS Compatibility descriptors to RNDIS demos...
2018-04-22 Dean CameraFix USB_STRING_DESCRIPTOR_ARRAY() not accepting more...
2018-04-02 Dean CameraFix bootloaders incorrectly checking the BOOTRST fuse...
2018-02-18 Dean CameraFixed CDC class Send_Device_*_P() and Send_Host_*_P...
2018-02-18 Dean CameraFixed incorrect endpoint bank setup on the UC3 architec...
2018-02-18 Dean CameraEnsure USE_INTERNAL_SERIAL is set to NO_DESCRIPTOR...
2018-01-22 Dean CameraFixed bootloaders accepting flash writes to the bootloa...
2018-01-22 Dean CameraFix CDC device driver not returning written character...
2018-01-08 Dean CameraMerge pull request #114 from NicoHood/patch-4
2018-01-07 NicoCorrected Hoodloader2 description
2018-01-07 Dean CameraMerge pull request #113 from CrackedP0t/patch-1
2018-01-06 Elaina MartineauAdd Adafruit's Atmega32u4 breakout board
2017-10-01 Dean CameraFixed bootloaders not disabling global interrupts durin...
2017-09-10 Dean CameraFixed DeviceUsesOUTPipe flag not being set correctly...
2017-04-18 Dean CameraCommit for the 170418 release. LUFA-170418
2017-01-25 Dean CameraMinor documentation improvements.
2016-09-28 Dean CameraMinor documentation improvements.
2016-04-05 Dean CameraReplace the LUFA build system with DMBS.
2016-04-03 Dean CameraAdd LUFA DMBS extension modules, use DMBS in project...
2016-04-03 Dean CameraMerge branch 'master' into dmbs
2016-03-28 Dean CameraAdded new LUFA_VERSION_RELEASE_TYPE macro to the librar...
2016-03-28 Dean CameraFixed invalid endpoint indexes causing memory corruptio...
2016-02-07 Dean CameraAdded AVRDUDE_MEMORY option to the AVRDUDE build system...
2016-02-07 Dean CameraMinor documentation improvements.
2016-01-31 Dean CameraAdded support for the Pololu A-Star Micro board (thanks...
2016-01-27 Dean CameraMinor documentation improvements.
2016-01-27 Dean CameraMinor documentation improvements.
2016-01-02 Dean CameraMerge branch 'master' into dmbs
2015-12-22 Dean CameraFix additional void pointer arithmetic in the class...
2015-12-22 Dean Camera Fixed low level RNDIS demo incorrectly setting the...
2015-12-22 Dean CameraUpdate changelog.
2015-12-22 Dean CameraClean up core build system DMBS subclass module.
2015-12-22 Dean CameraUse different jump key than the bootloaders in the...
2015-12-15 Dean CameraFixed broken USE_RAM_DESCRIPTORS compile time option...
2015-12-02 Dean CameraFixed incorrect CALLBACK_USB_GetDescriptor() wIndex...
2015-11-15 Dean CameraUpdate documentation and reset version information...
2015-11-15 Dean CameraCommit for the 151115 public release. LUFA-151115
2015-11-08 Dean CameraFixed missing bounds checks and off-by-one in the DFU...
2015-11-08 Dean CameraUpdate dfu-programmer command line arguments, old argum...
2015-11-01 Dean CameraFix AS7 integration, include modified Docbook HV1 trans...
2015-10-03 Dean CameraNewer AS7 integration binary, with ASF detection fixes...
2015-10-03 Dean CameraMerge pull request #46 from NicoHood/patch-1
2015-10-03 Dean CameraMinor documentation improvements.
2015-10-02 Dean CameraI'm getting old. Sadface.
2015-09-30 Dean CameraMinor documentation improvements.
2015-09-27 Dean CameraUse 16-bit length for TWI driver packet read/write...
2015-08-30 Dean CameraMinor documentation improvements.
2015-08-01 Dean CameraAdd PROGMEM variant data send functions to the CDC...
2015-08-01 Dean CameraMinor documentation improvements.
2015-08-01 Dean CameraMerge pull request #49 from the2masters/progmem
2015-05-17 Dean CameraFix incorrect XMEGA serial driver stream functions...
2014-11-20 Dean CameraAdd board drivers for the Atmel Xplained-MINI kits.
2014-10-11 Dean CameraAdd Leonardo compatibility to most bootloaders, run...
2014-10-11 Dean CameraThe ATPROGRAM LUFA build system module now defaults...
2014-10-11 Dean CameraDon't run user application in the bootloader unless...
2014-09-28 Dean CameraUpdate documentation post-140928 release.
2014-09-28 Dean CameraUpdate documentation for the 140928 release.
2014-09-28 Dean CameraFixed broken LowLevel Audio Out demo sampling frequency...
2014-09-21 Dean CameraMinor documentation improvements.
2014-09-13 Dean CameraFixed broken AVR8 USART-SPI peripheral driver (thanks...
2014-09-11 Dean CameraMinor documentation improvements.
2014-09-11 Dean CameraAdd Atmel Studio support for the Arduino Yun and Micro...
2014-09-11 Dean CameraAdd support for the Arduino Micro board, fix other...
2014-09-11 Dean CameraAdd board support for the Arduino YUN ATMEGA32U4 coproc...
2014-09-11 Dean CameraMinor documentation improvements.
2014-09-08 Dean CameraMinor documentation improvements.
2014-09-08 Dean CameraMerge pull request #38 from jacobschloss/xmega_twi_caps
2014-08-31 Dean CameraAdd Dual MIDI device class driver demo application.
2014-08-31 Dean CameraMinor documentation improvements.
2014-08-31 Dean CameraFix overflow for RNDIS class driver responses when...
2014-08-31 Dean CameraMinor documentation improvements.
2014-08-26 Dean CameraPatched the LUFA build system to work around a GCC...
2014-08-10 Dean CameraFixed USART reception overrun corrupting the internal...
2014-07-22 Dean CameraMinor code style fixes, documentation improvements.
2014-07-16 Dean CameraMinor documentation improvements.
2014-07-15 Dean CameraOnly deque from the USBtoSerial's USB->USART buffer...
2014-07-15 Dean CameraAdd Serial_IsSendReady() and Serial_IsSendComplete...
2014-06-25 Dean CameraUpdate documentation for HID report ID fix.
2014-06-08 Dean CameraAdd COMPILER_PATH optional variable to the BUILD build...
2014-06-07 Dean CameraEnsure BulkVendor received data is cleared before readi...
2014-05-30 Dean CameraFixed spurious 0xFE USART byte sent in the USBtoSerial...
2014-05-27 Dean CameraFix AVRISP-MKII status values to match the published...
2014-05-21 Dean CameraFixed incorrect XMEGA DFLL reference frequency (thanks...
2014-04-30 Dean CameraFix LED driver for the Arduino Leonardo board.
2014-04-07 Dean CameraMerge pull request #23 from mondalaci/add-further-scancodes
2014-03-31 Dean CameraUpdate to latest Atmel Studio integration binary, impro...
2014-03-05 Dean CameraFix incorrect error codes returned on pip config failur...
2014-03-01 Dean CameraRevert version and update documentation after the 14030...
2014-03-01 Dean CameraUpdate version for the 140302 release. LUFA-140302
2014-01-12 Dean CameraFix documentation: jump address for bootloader should...
2014-01-08 Dean CameraRename all Doxygen.conf file to doxyfile and distribute...
2014-01-07 Dean CameraMinor documentation improvements.
2014-01-06 Dean CameraMinor documentation improvements.
2014-01-05 Dean CameraMinor documentation improvements.
2014-01-05 Dean CameraMerge pull request #19 from mondalaci/attr-no-inline...
2014-01-03 Dean CameraUpdate copyrights for 2014.
2014-01-03 Dean CameraMerge pull request #17 from mondalaci/further-generichi...
2013-12-30 Dean CameraMinor documentation improvements.
next