AppConfigHeaders: Update several additional user projects to use configuration header...
[pub/USBasp.git] / Bootloaders /
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 CameraAdd branch for the conversion of demos to use standard...
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-25 Dean CameraRe-enable cppcheck static analysis unused function...
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-03-04 Dean CameraUpdate code and StaticAnlysisTest so that missingInclud...
2012-02-28 Dean CameraFix warnings and errors found by the new cppcheck provi...
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-04 Dean CameraMinor documentation corrections.
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-12-01 Dean CameraFix incorrect Capabilities value in the CDC class Bootl...
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-19 Dean CameraRemoved the ENDPOINT_DESCRIPTOR_DIR_* macros in favour...
2011-07-15 Dean CameraAdd missing SVN eol-style property to files where it...
2011-07-01 Dean CameraRemove custom CDC class descriptor definitions from...
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 CameraAdd new LUFA powered user projects to the documentation.
2011-04-23 Dean CameraFix HID class bootloader not working on the larger...
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-15 Dean CameraAdd missing HID bootloader AVRStudio project.
2011-02-13 Dean CameraAdd more const-ness to the stream endpoint/pipe functio...
2011-02-11 Dean CameraFix typos in the HID class bootloader makefile.
2011-02-10 Dean CameraAdd static keyword to all project globals whose scope...
2011-02-09 Dean CameraFix errors in the hid_bootloader_cli.c program code.
2011-02-09 Dean CameraUpdate HID bootloader loader application to support...
2011-02-09 Dean CameraAdded HID class bootloader, compatible with a modified...
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-12-24 Dean CameraAdd ORDERED_EP_CONFIG compile time option to the CDC...
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-24 Dean CameraReadd incomplete MIDIToneGenerator project, which can...
2010-11-22 Dean CameraLower bulk endpoint polling rate in the descriptors...
2010-11-10 Dean CameraFixed incorrect PollingIntervalMS values in the demo...
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 CameraRename new CDC class bootloader NO_LOCK_BYTE_SUPPORT...
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 board hardware driver support for the Arduino...
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...
2010-09-12 Dean CameraAdd the "REQ_" prefix to the DFU class bootloader class...
2010-09-09 Dean CameraFix typos in the project overview text files.
2010-08-31 Dean CameraClarify in the project documentation files what the...
2010-08-24 Dean CameraChanged the signature of the CALLBACK_USB_GetDescriptor...
2010-08-08 Dean CameraFix invocations of avr-size in all makefiles broken...
2010-08-05 Dean CameraFixed software application start command broken in...
2010-08-02 Dean CameraHide the PROGMEM attribute from Doxygen, as it appears...
2010-07-31 Dean CameraRe-add deleted linker options to the Bootloader makefil...
2010-07-30 Dean CameraOops - fix mixed "initialize" and "initialise" - opt...
2010-07-30 Dean CameraMore spell checking of all source files -- correct...
2010-07-30 Dean CameraSpell check more of the third party libraries used...
2010-07-30 Dean CameraAdd the formula used to obtain the bootloader start...
2010-07-29 Dean CameraSpell check all source files once again to find any...
2010-07-21 Dean CameraUpdate all demos, projects and bootloaders to indent...
2010-07-19 Dean CameraUpdate makefiles to use the latest WinAVR/Atmel toolcha...
2010-07-18 Dean CameraChange over all makefiles to use C99 standards mode...
2010-07-15 Dean CameraDisable strict aliasing explicitly in the project makef...
next