pub/USBasp.git
2012-09-01 Dean CameraUse an early-abort in the USB_DeviceTask() function...
2012-09-01 Dean CameraUpdate FatFS library copies to the latest R0.09a version.
2012-09-01 Dean CameraAdd human readable license information and add some...
2012-08-29 Dean CameraRemove unused check-source rule from the BUILD build...
2012-08-28 Dean CameraFix incorrect string length in the USBtoSerial demo...
2012-08-28 Dean CameraFixed logic hole breaking USB operations on a USB contr...
2012-08-27 Dean CameraFix include path of the LUFA SOURCES build module from...
2012-08-27 Dean CameraMinor documentation corrections.
2012-08-27 Dean CameraFixed incompatibility in the CDC class bootloader on...
2012-08-27 Dean CameraAdd human readable definitions for the AVR109 protocol...
2012-08-20 Dean CameraRemove broken settings info output from the AVRDUDE...
2012-08-20 Dean CameraMinor documentation improvements.
2012-08-18 Dean CameraSpell-check latest trunk source code.
2012-08-18 Dean CameraAdded new doxygen_upgrade and doxygen_create targets...
2012-08-18 Dean CameraMinor documentation improvements.
2012-08-18 Dean CameraFix broken Doxygen documentation due to lack of HTML...
2012-08-18 Dean CameraDocument build system targets. Add a rule to the BUILD...
2012-08-16 Dean CameraFix up non-unique DFU/CDC bootloader signatures.
2012-08-16 Dean CameraClean up BUILD module info output formatting, remove...
2012-08-16 Dean CameraFixed missing Win-32bit compatibility sections in the...
2012-08-15 Dean CameraUpdate the BUILD build system module to early abort...
2012-08-15 Dean CameraMinor documentation and formatting updates.
2012-08-13 Dean CameraUpgrade Doxygen configuration files, custom style CSS...
2012-08-12 Dean CameraFix incorrect LED masks for the Olimex 32U4 and Leonard...
2012-08-12 Dean CameraLeonardo LEDs are RX/TX active Low and USER active...
2012-08-12 Dean CameraFixed inverted LED driving code for the Arduino Leonard...
2012-08-12 Dean CameraFix typo in the LED dispatch header, breaking builds...
2012-08-12 Dean CameraAdded support for the Arduino Leonardo board. Swap...
2012-08-12 Dean CameraAdded workaround for broken VBUS detection on AVR8...
2012-08-12 Dean CameraFixed broken RESET_TOGGLES_LIBUSB_COMPAT compile time...
2012-08-11 Dean CameraAdd help text to the project makefiles to help new...
2012-08-11 Dean CameraClean up CORE build system mode makefile.
2012-08-11 Dean CameraMinor documentation improvements.
2012-08-08 Dean CameraMinor documentation fixes.
2012-08-01 Dean CameraRevert the default DEBUG_LEVEL setting from 3 to 2...
2012-07-31 Dean CameraMinor code style and documentation changes.
2012-07-30 Dean CameraReset to placeholder version values in the library...
2012-07-30 Dean CameraCommit for the 120730 release.
2012-07-29 Dean CameraFix broken code sample section spacing in the Doxygen...
2012-07-29 Dean CameraUpgrade Doxygen configuration files to 1.8.1.2.
2012-07-29 Dean CameraEnhance bootloader descriptor strings in the CDC and...
2012-07-28 Dean CameraAdd missing source URL for the HID DLL library use...
2012-07-26 Dean CameraAdd OLIMEX AVR-ISP-MK2 board to the BoardDriverTest...
2012-07-26 Dean CameraAdd hack to the XPLAINBridge project to allow it to...
2012-07-26 Dean CameraAdd support for the Olimex AVR-ISP-MK2 board.
2012-07-26 Dean CameraFix errors in some board driver LED_Disable() functions.
2012-07-26 Dean CameraMinor documentation fixes.
2012-07-25 Dean CameraSplit out bootloader HEX generation into separate direc...
2012-07-24 Dean CameraExtend bootloader build test to include all supported...
2012-07-24 Dean CameraForce the maintenance script to built bootloaders with...
2012-07-24 Dean CameraAdd missing UC3 architecture F_USB configuration checks.
2012-07-23 Dean CameraAdd missing supported bootloader configurations to...
2012-07-23 Dean CameraMake the bootloader generation maintenance script copy...
2012-07-23 Dean CameraUpdate bootloader build test with bootloader target...
2012-07-23 Dean CameraAdd a "make_bootloaders" target to the Maintenance...
2012-07-22 Dean CameraAdd missing INTC_GetInterruptHandler() function prototype.
2012-07-22 Dean CameraFixed endianess issues in the RNDIS host class driver...
2012-07-16 Dean CameraCommit for the LUFA-120730-BETA release.
2012-07-15 Dean CameraMinor documentation improvements.
2012-07-15 Dean CameraAdd DEBUG_FORMAT and DEBUG_LEVEL optional parameters...
2012-07-14 Dean CameraUse immediate variable expansion in the second-deepest...
2012-07-14 Dean CameraUpdate makefile template with the new build module...
2012-07-14 Dean CameraFix up main library core makefile include paths.
2012-07-14 Dean CameraRename build system module makefiles from "lufa.MODULE...
2012-07-14 Dean CameraRename hid-teensy and hid-teensy-ee targets to teensy...
2012-07-11 Dean CameraFix project makefiles - remove trailing slash from...
2012-07-10 Dean CameraOops - override OBJDIR with "." not blank for the XPLAI...
2012-07-10 Dean CameraOverride the OBJDIR setting for the XPLAINBridge projec...
2012-07-10 Dean CameraMark build test makefiles as being incompatible with...
2012-07-10 Dean CameraFix Maintenance makefile calling "make" directly rather...
2012-07-10 Dean CameraFix up makefile .NOTPARALLEL heuristics so that linear...
2012-07-10 Dean CameraAdd check and error to the BUILD module if OBJDIR optio...
2012-07-10 Dean CameraSlightly better method of recursive make - use proper...
2012-07-09 Dean CameraFix broken builds when OBJDIR is specified in the BUILD...
2012-07-09 Dean CameraRemove unnecessary build system modules from the HID...
2012-07-08 Dean CameraClean up HID EEPROM loader shim application code, simpl...
2012-07-08 Dean CameraUpdate BUILD build system module with OBJECT_FILES...
2012-07-07 Dean CameraReduce bootloader magic key to 16 bits to save FLASH...
2012-07-07 Dean CameraUpdate CDC driver INF files so that they should work...
2012-07-06 Dean CameraMinor documentation improvements.
2012-07-05 Dean CameraFix LUFA_SRC_PLATFORM makefile variable in the SOURCES...
2012-07-03 Dean CameraMinor documentation improvements.
2012-07-03 Dean CameraFixed incorrect Micropendous board LED driver LEDs_SetA...
2012-07-03 Dean CameraMinor documentation improvements.
2012-07-01 Dean CameraFix up non-relative header file include paths (thanks...
2012-06-29 Dean CameraFixed CDC and DFU bootloaders API page erase and write...
2012-06-27 Dean CameraFixed invalid configuration descriptor in the low level...
2012-06-26 Dean CameraFix accidental struct copies on the stack in the old...
2012-06-26 Dean CameraClean up bootloader makefiles to make them a bit more...
2012-06-26 Dean CameraAdd "mostlyclean" makefile target to the BUILD build...
2012-06-24 Dean CameraDon't enforce silent output on submake - pass down...
2012-06-24 Dean CameraMake sure dependency files are generated for assembly...
2012-06-24 Dean CameraFix hard-coded cross-arch utility name in the BUILD...
2012-06-23 Dean CameraClean up DOXYGEN and SOURCES build system modules ...
2012-06-23 Dean CameraClean up BuildTest and Maintenance makefiles - use...
2012-06-23 Dean CameraClean up BUILD build system module, expose "check-sourc...
2012-06-23 Dean CameraMove out BUILD build system module start and end messag...
2012-06-23 Dean CameraAdd ability to archive build object files into a .a...
2012-06-21 Dean CameraOops - fix HID build system module documentation error.
2012-06-21 Dean CameraAdd svn:eol-style property on all source files where...
next