pub/USBasp.git
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 CameraUpdate other PyWinUSB Python host scripts to use the...
2018-01-07 Dean CameraUpgrade HID bootloader Python host app to cross-platfor...
2018-01-07 Dean CameraMerge pull request #113 from CrackedP0t/patch-1
2018-01-06 Elaina MartineauAdd Adafruit's Atmega32u4 breakout board
2018-01-04 Dean CameraUpdate copyrights for 2018.
2018-01-04 Dean CameraMinor documentation improvements.
2017-12-31 Dean CameraFix LUFA core makefile version target.
2017-12-31 Dean CameraUpdate DMBS to the latest version.
2017-12-31 Dean CameraMerge pull request #108 from NicoHood/include_guard
2017-12-31 Dean CameraMerge pull request #109 from NicoHood/hid_reserved_keycode
2017-12-29 NicoHoodAdded HID_KEYBOARD_SC_RESERVED
2017-12-29 NicoHoodAdded include guard for dmbs modules. Fix https://githu...
2017-12-04 Dean CameraFix AVRISP-MKII Clone Programmer PDI entry sequence...
2017-10-01 Dean CameraUpdate AVRISP-MKII clone programmer documentation.
2017-10-01 Dean CameraWait until PDI NVM erase completes in the AVRISPMkii...
2017-10-01 Dean CameraFixed bootloaders not disabling global interrupts durin...
2017-09-10 Dean CameraFixed DeviceUsesOUTPipe flag not being set correctly...
2017-08-23 Dean CameraDon't compile in ISP sources into the XPLAIN bridge...
2017-04-26 Dean CameraUpdate to latest DMBS revision.
2017-04-18 Dean CameraCommit for the 170418 release. LUFA-170418
2017-04-18 Dean CameraMinor documentation improvements.
2017-04-18 Dean CameraUpdate copyrights for 2017.
2017-01-29 Dean CameraRestrict HID bootloader programming region (thanks...
2017-01-29 Dean CameraRevert incorrect Mass Storage bootloader app start...
2017-01-25 Dean CameraMinor documentation improvements.
2017-01-25 Dean CameraMerge pull request #94 from eltang/descriptor_fix
2017-01-25 Eric TangFix HID_DESCRIPTOR_KEYBOARD()
2017-01-23 Dean CameraFix incorrect reference in ASF manifest file.
2016-10-04 Dean CameraUse folder-relative output folder in the XPLAINBridge...
2016-09-28 Dean CameraMinor documentation improvements.
2016-09-28 Dean CameraMerge pull request #89 from e-chip/master
2016-09-28 e-chipFix USB_SetHIDReportItemInfo() function.
2016-07-17 Dean CameraUpdate to latest DMBS, fix XPLAINBridge project compila...
2016-04-30 Dean CameraFix outdated URL in the HID bootloader Python host...
2016-04-20 Dean CameraMerge pull request #84 from eltang/eeprom_wear_fix
2016-04-20 Eric TangUpdate functions used to write to EEPROM
2016-04-10 Dean CameraFix HID bootloader responding incorrectly to some descr...
2016-04-05 Dean CameraReplace the LUFA build system with DMBS.
2016-04-05 Dean CameraUpdate to DMBS release-20160403 release.
2016-04-03 Dean CameraAdd missing BOARD_POLOLUMICRO definition.
2016-04-03 Dean CameraDon't run the AVRISP-MKII Windows Driver through Doxygen.
2016-04-03 Dean CameraAdd LUFA DMBS extension modules, use DMBS in project...
2016-04-03 Dean CameraUpdate to latest version of DMBS.
2016-04-03 Dean CameraUpdate to latest DMBS version.
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-03-14 Dean CameraOnly indicate when the left mouse button is pressed...
2016-02-07 Dean CameraAdded AVRDUDE_MEMORY option to the AVRDUDE build system...
2016-02-07 Dean CameraMinor documentation improvements.
2016-02-07 Dean CameraRemove legacy AVRISP-MKII clone compatibility compile...
2016-02-07 Dean CameraOops: add missing Pololu Micro board drivers.
2016-02-07 Dean CameraAdd signed Atmel Studio libUSB driver for the AVR-ISP...
2016-01-31 Dean CameraUpdate copyrights to 2016.
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 CameraFix void pointer arithmetic in the low level RNDIS...
2015-12-22 Dean CameraFix void pointer arithmetic in the Serial peripheral...
2015-12-22 Dean CameraUpdate changelog.
2015-12-22 Dean CameraFix additional missing va_end() in the HID bootloader...
2015-12-22 Dean CameraFix HID bootloader CLI app missing va_end() calls.
2015-12-22 Dean CameraFix C++ builds, XPLAINBridge project.
2015-12-22 Dean CameraAdd DMBS; don't Submodule so that people can download...
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 CameraReplace LUFA build system with DMBS.
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-15 Dean CameraFix up broken module build tests.
2015-11-14 Dean CameraUpdate Atmel Studio integration binary, to fix broken...
2015-11-09 Dean CameraUpdate Studio Integration DLL, to include package logging.
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-25 Dean CameraFix local help content not visible in Atmel Studio...
2015-10-25 Dean CameraFix F1 help resolution from inside Atmel Studio 7 ...
2015-10-06 Dean CameraUpdate to AS7 integration binary with corrected ASF...
2015-10-04 Dean CameraAtmel Studio 7 has a newer AVRISP-MKII firmware payload.
2015-10-03 Dean CameraFix dialog typo in the AS7 integration DLL.
2015-10-03 Dean CameraNewer AS7 integration binary, with ASF detection fixes...
2015-10-03 Dean CameraWhitespace fixes.
2015-10-03 Dean CameraMerge pull request #46 from NicoHood/patch-1
2015-10-03 Dean CameraFix Atmel Studio projects not enabling linker relaxatio...
2015-10-03 Dean CameraMinor documentation improvements.
2015-10-03 Dean CameraUpdate ye-olde copyrights on Atmel Studio integration...
2015-10-02 Dean CameraI'm getting old. Sadface.
2015-10-02 Dean CameraUpdate for (in-progress) Atmel Studio 7 support, via...
2015-09-30 Dean CameraMinor documentation improvements.
2015-09-30 Dean CameraMerge pull request #62 from the2masters/RNDIS-DHCP
2015-09-30 Dean CameraMerge pull request #61 from the2masters/always_inline
next