pub/USBasp.git
2012-06-02 Dean CameraEnsure that USB_DEVICE_ONLY or USB_HOST_ONLY is properl...
2012-06-02 Dean CameraMinor documentation improvements.
2012-06-02 Dean CameraUpdate library documentation on the standard LUFA makef...
2012-06-02 Dean CameraRemove any variables in the optional build variable...
2012-06-02 Dean CameraRemove space padding on the current time when automatic...
2012-06-02 Dean CameraEnsure build tests use the system provided $(MAKE)...
2012-06-02 Dean CameraEnsure the BULD build system module produces a LSS...
2012-06-02 Dean CameraStrip trailing slash from the user-supplied LUFA_PATH...
2012-06-02 Dean CameraAdd EEPROM programming target to the AVRDUDE build...
2012-06-02 Dean CameraClean up ordering of build system module sanity checks.
2012-06-02 Dean CameraSimplify build system mandatory parameter/variable...
2012-06-02 Dean CameraDon't print out full object file paths in the build...
2012-06-02 Dean CameraAdd build system targets for lists of mandatory and...
2012-06-02 Dean CameraAdd C_FLAGS, CPP_FLAGS and ASM_FLAGS variables to the...
2012-06-02 Dean CameraOops - fix accidental negation in the BUILD module...
2012-06-02 Dean CameraDisable linker relaxations for the UC3 architecture...
2012-06-02 Dean CameraReplace architecture specific makefiles in the BuildTes...
2012-06-01 Dean CameraMake BUILD build system module not destroy C++ source...
2012-06-01 Dean CameraSwitch over Demos, Bootloaders and Projects to the...
2012-05-29 Dean CameraMinor documentation improvements.
2012-05-29 Dean CameraMinor cleanup to Attributes.h spacing and rename old...
2012-05-29 Dean CameraMake sure that LUFAConfig.h is included *after* the...
2012-05-29 Dean CameraEnsure the DFU bootloader disables and clears the activ...
2012-05-27 Dean CameraMerge in AppConfigHeaders branch to trunk, altering...
2012-05-27 Dean CameraAppConfigHeaders: Add missing AppConfig.h file includes.
2012-05-27 Dean CameraAppConfigHeaders: Merge in latest trunk.
2012-05-27 Dean CameraDon't generate dependency files or a MAP file when...
2012-05-27 Dean CameraOops - shell variables can't use the += operator -...
2012-05-27 Dean CameraAppConfigHeaders: Merge in latest trunk.
2012-05-27 Dean CameraRemove legacy AS4 project files, now that they can...
2012-05-27 Dean CameraAdd maintenance script to automatically generate legacy...
2012-05-27 Dean CameraAdd missing documentation to custom BuiltTest hardware...
2012-05-27 Dean CameraMinor documentation improvements.
2012-05-27 Dean CameraMinor documentation improvements.
2012-05-27 Dean CameraMinor documentation improvements.
2012-05-26 Dean CameraAppConfigHeaders: Merge in latest trunk.
2012-05-26 Dean CameraFixed swapped Little Endian/Big Endian endpoint and...
2012-05-26 Dean CameraFix incorrect definition for the XMEGA Endpoint_BytesIn...
2012-05-21 Dean CameraAppConfigHeaders: Merge in latest trunk.
2012-05-21 Dean CameraOops - mask out the endpoint address direction when...
2012-05-21 Dean CameraFix AVRISP-MKII clone and XPLAINBridge projects not...
2012-05-21 Dean CameraTurn off watchdog before jumping to the user applicatio...
2012-05-20 Dean CameraMerge in latest trunk.
2012-05-20 Dean CameraAlter the XPLAINBridge and AVRISP-MKII clone projects...
2012-05-20 Dean CameraMinor documentation improvements.
2012-05-20 Dean CameraAdd missing AppConfig.h includes to project Descriptors...
2012-05-20 Dean CameraMerge in latest trunk.
2012-05-20 Dean CameraMinor documentation improvements.
2012-05-20 Dean CameraAdded new RESET_TOGGLES_LIBUSB_COMPAT compile time...
2012-05-20 Dean CameraAdditional fixes to the MIDI host driver due to not...
2012-05-20 Dean CameraUpgrade Doxygen configuration files for Doxygen 1.8...
2012-05-19 Dean CameraAdd missing CPPCheck unusedFunction check suppressions...
2012-05-18 Dean CameraMinor documentation adjustments to the demos, projects...
2012-05-17 Dean CameraUpdate project Doxygen and makefiles so that the result...
2012-05-17 Dean CameraUpdate CDC and DFU class bootloader documentation with...
2012-05-15 Dean CameraAppConfigHeaders: Fix branch validation error.
2012-05-15 Dean CameraAppConfigHeaders: Make sure that in applications using...
2012-05-13 Dean CameraAppConfigHeaders: Move out the last of the demo/app...
2012-05-13 Dean CameraClean up and speed up build tests by turning off expens...
2012-05-13 Dean CameraAppConfigHeaders: Fix branch validation errors.
2012-05-13 Dean CameraAppConfigHeaders: Switch class driver Device mode demos...
2012-05-13 Dean CameraAppConfigHeaders: Oops - fix up AppConfig.h for the...
2012-05-13 Dean CameraAppConfigHeaders: Merge in latest main.
2012-05-13 Dean CameraMinor tweaks to the build tests to ensure that they...
2012-05-13 Dean CameraAppConfigHeaders: Switch low level Device mode demos...
2012-05-13 Dean CameraAppConfigHeaders: Switch class driver Host mode demos...
2012-05-13 Dean CameraAppConfigHeaders: Switch DualRole and low level Host...
2012-05-13 Dean CameraAppConfigHeaders: Remove outdated incomplete BluetoothH...
2012-05-13 Dean CameraAppConfigHeaders: Merge in latest trunk.
2012-05-13 Dean CameraFix incorrectly names build test directory references.
2012-05-13 Dean CameraAdded build test to verify correct compilation of all...
2012-05-13 Dean CameraFixed CDC and DFU bootloaders API function offsets...
2012-05-12 Dean CameraAppConfigHeaders: Fix broken documentation in the HID...
2012-05-12 Dean CameraFix broken documentation in the HID class bootloader.
2012-05-12 Dean CameraAppConfigHeaders: Merge in minor changes from trunk.
2012-05-12 Dean CameraAppConfigHeaders: Update project file for Programmers...
2012-05-12 Dean CameraAppConfigHeaders: Update several additional user projec...
2012-05-12 Dean CameraMinor documentation improvements.
2012-05-10 Dean CameraAppConfigHeaders: Update several additional user projec...
2012-05-10 Dean CameraAppConfigHeaders: Update several user projects to use...
2012-05-10 Dean CameraAppConfigHeaders: Update bootloaders to use configurati...
2012-05-10 Dean CameraFix broken documentation in the CDC and DFU class bootl...
2012-05-10 Dean CameraAdd branch for the conversion of demos to use standard...
2012-05-07 Dean CameraSpeed up build tests by only building each test to...
2012-05-07 Dean CameraAdd support for the ATXMEGA384C3.
2012-05-06 Dean CameraImprove BoardDriverTest build test so that it will...
2012-05-06 Dean CameraComplete BoardDriverTest build test.
2012-05-06 Dean CameraAdd partially complete BoardDriverTest build test.
2012-05-06 Dean CameraChanged board LED driver implementations of LEDs_Toggle...
2012-05-06 Dean CameraAdded support for the Olimex AVR-USB-32U4 and Olimex...
2012-05-06 Dean CameraFixed broken MIDI host driver MIDI_Host_ReceiveEventPac...
2012-05-06 Dean CameraIncreased endpoint polling interval for all demos and...
2012-05-05 Dean CameraFix bootloaders to make the StaticAnalysis build test...
2012-05-05 Dean CameraAdd additional preprocessor sanity checks for the XMEGA...
2012-05-05 Dean CameraFixed possible deadlock in the CDC device driver if...
2012-05-05 Dean CameraFixed incorrect DFU version number reported to the...
2012-04-29 Dean CameraThe library bootloaders will now correctly start the...
2012-04-25 Dean CameraOops - fix broken MIDIToneGenerator project due to...
2012-04-25 Dean CameraAdded support for the DorkbotPDX Duce board.
2012-04-25 Dean CameraFixed inverted LED logic in the USB2AX board LED driver...
next