Mark build test makefiles as being incompatible with parallel make builds, as they...
[pub/USBasp.git] / Bootloaders / DFU /
2012-07-07 Dean CameraReduce bootloader magic key to 16 bits to save FLASH...
2012-06-29 Dean CameraFixed CDC and DFU bootloaders API page erase and write...
2012-06-26 Dean CameraClean up bootloader makefiles to make them a bit more...
2012-06-19 Dean CameraRevert change to assembly file comment syntax; this...
2012-06-17 Dean CameraRe-add in DFU bootloader Manufacturer string, as the...
2012-06-17 Dean CameraReplace C style comments in assembly code with true...
2012-06-15 Dean CameraModify CDC and DFU bootloaders so that the various...
2012-06-12 Dean CameraRemove unused makefile macro from the DFU bootloader.
2012-06-09 Dean CameraClean up bootloader makefile comments.
2012-06-09 Dean CameraAdded new JTAG_ENABLE() macro for the AVR8 architecture...
2012-06-04 Dean CameraAdd new ATPROGRAM build system module. Add ATPROGRAM...
2012-06-02 Dean CameraClean up CORE build system module, use simple rather...
2012-06-01 Dean CameraSwitch over Demos, Bootloaders and Projects to 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: Merge in latest trunk.
2012-05-27 Dean CameraAppConfigHeaders: Merge in latest trunk.
2012-05-27 Dean CameraRemove legacy AS4 project files, now that they can...
2012-05-26 Dean CameraAppConfigHeaders: Merge in latest trunk.
2012-05-21 Dean CameraAppConfigHeaders: Merge in latest trunk.
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 CameraMerge in latest trunk.
2012-05-20 Dean CameraUpgrade Doxygen configuration files for Doxygen 1.8...
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: Make sure that in applications using...
2012-05-13 Dean CameraAppConfigHeaders: Move out the last of the demo/app...
2012-05-13 Dean CameraAppConfigHeaders: Merge in latest main.
2012-05-13 Dean CameraAppConfigHeaders: Merge in latest trunk.
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 CameraAppConfigHeaders: Merge in minor changes from trunk.
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-05 Dean CameraFixed incorrect DFU version number reported to the...
2012-04-29 Dean CameraThe library bootloaders will now correctly start the...
2012-04-18 Dean CameraAlter the bootloader section sizes to all be 8KB, to...
2012-04-15 Dean CameraMinor documentation improvements.
2012-04-14 Dean CameraFixed CDC and DFU bootloaders failing to compile when...
2012-04-09 Dean CameraMake Doxygen fail for any Doxygen output other than...
2012-04-01 Dean CameraClean up Bootloader API tables.
2012-03-29 Dean CameraAdded additional bootloader API data to expose the...
2012-03-09 Dean CameraOnly abort Doxygen documentation generation if a non...
2012-03-09 Dean CameraUpdate Doxygen documentation build scripts to fail...
2012-03-08 Dean CameraFix corrupt Doxygen configuration files, update project...
2012-03-08 Dean CameraUpdate Doxygen configuration files to disable Markdown...
2012-03-07 Dean CameraUpdate Doxygen configuration files for all projects.
2012-02-24 Dean CameraMinor documentation fixes - change \note entries to...
2012-02-04 Dean CameraUpdate file contributor copyrights for 2012.
2012-02-04 Dean CameraUpdate file header copyrights for 2012.
2012-02-03 Dean CameraAdd API support signature to the CDC and DFU class...
2012-02-01 Dean CameraMinor documentation improvements.
2012-01-29 Dean CameraAdd missing reference to the BootloaderAPI.S source...
2012-01-29 Dean CameraFixed DFU class bootloader not resetting the LED pins...
2012-01-15 Dean CameraMinor bootloader tweaks; make some functions static...
2012-01-02 Dean CameraUSB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONF...
2011-12-23 Dean CameraRun wspurify script on /trunk/ and /branches/ C source...
2011-11-28 Dean CameraAdd missing const qualifier to bootloader API function...
2011-11-23 Dean CameraUse the proper "-Wl,--undefined=BootloaderAPI_JumpTable...
2011-11-09 Dean CameraAdd missing SVN eol-style property to ensure that sourc...
2011-10-11 Dean CameraAdded User Application APIs to the CDC and DFU class...
2011-09-21 Dean CameraAdd project name to the Doxygen makefile target output.
2011-07-01 Dean CameraSeperate out the device demos and project's configurati...
2011-06-20 Dean CameraAdd new "checksource" target to the library makefiles...
2011-06-05 Dean CameraMassive corrections to the project documentation and...
2011-06-02 Dean CameraExpand the documentation for each Bootloader to give...
2011-06-01 Dean CameraFixed incorrect signature in the CDC and DFU class...
2011-04-23 Dean CameraMake DFU and CDC class bootloaders also toggle the...
2011-04-23 Dean CameraAdded LED flashing to the CDC and DFU class bootloaders...
2011-04-08 Dean CameraCorrect UC3 global interrupt functions.
2011-04-04 Dean CameraRenamed all low level Endpoint_Read_*, Endpoint_Write_...
2011-03-21 Dean CameraF_CLOCK changed to F_USB to be more descriptive, and...
2011-03-18 Dean CameraOops - Bootloader optimizations to GetDescriptor()...
2011-02-19 Dean CameraAdd new ARCH option to the makefiles to (eventually...
2011-02-10 Dean CameraAdd static keyword to all project globals whose scope...
2011-02-09 Dean CameraUpdate HID bootloader loader application to support...
2011-02-09 Dean CameraChange bootloader makefiles to automatically compute...
2011-02-06 Dean CameraOops - fix missing constants in the TempDataLogger...
2011-02-06 Dean CameraTighten up the Bootloader GetDescriptor() function...
2011-01-30 Dean CameraRenamed all driver termination *_ShutDown() functions...
2011-01-10 Dean CameraAltered all endpoint/pipe stream transfers so that...
2011-01-01 Dean CameraUpdate copyright year on all source files.
2010-12-26 Dean CameraDocumentation improvements - put driver example code...
2010-11-30 Dean CameraFixed broken USBFOO board drivers due to missing BOARD_...
2010-11-27 Dean CameraFixed broken DFU bootloader, added XPLAIN support for...
2010-11-09 Dean CameraFix incorrect ADEFS and CPPDEFS entries in the DFU...
2010-11-05 Dean CameraRenamed the EVENT_USB_Device_UnhandledControlRequest...
2010-10-29 Dean CameraAdded new NO_BLOCK_SUPPORT, NO_EEPROM_BYTE_SUPPORT...
2010-10-28 Dean CameraChanged over fourwalledcubicle.com links to the new...
2010-10-25 Dean CameraAdd descriptor class, subclass and protocol constants...
2010-10-13 Dean CameraClean up excessive whitespace at the end of each line...
2010-10-07 Dean CameraAdded new NO_SOF_EVENTS compile time option, enabled...
2010-09-30 Dean CameraReverted Endpoint/Pipe non-sequential configuration...
2010-09-28 Dean CameraAdded CDC functional descriptor structs to the Low...
2010-09-24 Dean CameraAdded the --suppress-bootloader-mem option to the makef...
2010-09-15 Dean CameraMake project makefiles correctly clean intermeditary...
2010-09-14 Dean CameraFixed incorrect signature reported in the CDC class...
next