aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders
Commit message (Expand)AuthorAgeFilesLines
* Minor documentation fixes - change \note entries to \warning where appropriat...Dean Camera2012-02-241-1/+1
* Update file contributor copyrights for 2012.Dean Camera2012-02-0416-16/+16
* Update file header copyrights for 2012.Dean Camera2012-02-0416-16/+16
* Minor documentation corrections.Dean Camera2012-02-041-0/+5
* Add API support signature to the CDC and DFU class bootloaders, so that the a...Dean Camera2012-02-036-16/+38
* Minor documentation improvements.Dean Camera2012-02-011-1/+1
* Add missing reference to the BootloaderAPI.S source file in the DFU and CDC c...Dean Camera2012-01-292-2/+2
* Fixed DFU class bootloader not resetting the LED pins as high impedance input...Dean Camera2012-01-292-3/+4
* Minor bootloader tweaks; make some functions static where possible to reduce ...Dean Camera2012-01-159-10/+24
* USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as t...Dean Camera2012-01-023-3/+3
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...Dean Camera2011-12-2313-83/+88
* Fix incorrect Capabilities value in the CDC class Bootloader descriptors.Dean Camera2011-12-011-1/+1
* Add missing const qualifier to bootloader API function parameters.Dean Camera2011-11-284-24/+24
* Use the proper "-Wl,--undefined=BootloaderAPI_JumpTable" linker command line ...Dean Camera2011-11-236-16/+2
* Add missing SVN eol-style property to ensure that source code line endings an...Dean Camera2011-11-099-355/+355
* Added User Application APIs to the CDC and DFU class bootloaders.Dean Camera2011-10-1114-5/+410
* Add project name to the Doxygen makefile target output.Dean Camera2011-09-213-3/+3
* Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOIN...Dean Camera2011-07-192-4/+4
* Add missing SVN eol-style property to files where it was missing.Dean Camera2011-07-157-2847/+2847
* Remove custom CDC class descriptor definitions from the CDC bootloader, and s...Dean Camera2011-07-012-40/+6
* Seperate out the device demos and project's configuration descriptor structur...Dean Camera2011-07-013-0/+8
* Add new "checksource" target to the library makefiles, for automated source f...Dean Camera2011-06-203-3/+30
* Massive corrections to the project documentation and code comments, thanks to...Dean Camera2011-06-052-5/+5
* Expand the documentation for each Bootloader to give sample usage instruction...Dean Camera2011-06-024-20/+86
* Fixed incorrect signature in the CDC and DFU class bootloaders for the ATMEGA...Dean Camera2011-06-012-6/+6
* Add new LUFA powered user projects to the documentation.Dean Camera2011-04-231-1/+1
* Fix HID class bootloader not working on the larger USB AVRs due to the altere...Dean Camera2011-04-231-1/+9
* Make DFU and CDC class bootloaders also toggle the LEDs on command activity i...Dean Camera2011-04-232-4/+10
* Added LED flashing to the CDC and DFU class bootloaders to indicate when they...Dean Camera2011-04-234-0/+30
* Correct UC3 global interrupt functions.Dean Camera2011-04-081-1/+1
* Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean Camera2011-04-043-20/+20
* F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc...Dean Camera2011-03-213-21/+21
* Oops - Bootloader optimizations to GetDescriptor() don't work, as the Configu...Dean Camera2011-03-183-22/+50
* Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean Camera2011-02-193-3/+15
* Add missing HID bootloader AVRStudio project.Dean Camera2011-02-151-0/+1
* Add more const-ness to the stream endpoint/pipe functions where possible.Dean Camera2011-02-131-1/+2
* Fix typos in the HID class bootloader makefile.Dean Camera2011-02-111-3/+3
* Add static keyword to all project globals whose scope should be restricted to...Dean Camera2011-02-108-105/+57
* Fix errors in the hid_bootloader_cli.c program code.Dean Camera2011-02-091-18/+15
* Update HID bootloader loader application to support the VID/PID used by the b...Dean Camera2011-02-096-37/+95
* Added HID class bootloader, compatible with a modified version of the command...Dean Camera2011-02-0913-4/+4517
* Change bootloader makefiles to automatically compute the bootloader starting ...Dean Camera2011-02-093-6/+10
* Oops - fix missing constants in the TempDataLogger FatFS diskio.h header file.Dean Camera2011-02-062-8/+8
* Tighten up the Bootloader GetDescriptor() function, as the descriptor size ca...Dean Camera2011-02-063-50/+32
* Renamed all driver termination *_ShutDown() functions to the more logical nam...Dean Camera2011-01-301-1/+1
* Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean Camera2011-01-102-2/+0
* Update copyright year on all source files.Dean Camera2011-01-019-17/+17
* Documentation improvements - put driver example code into its own section, fi...Dean Camera2010-12-262-8/+8
* Add ORDERED_EP_CONFIG compile time option to the CDC class bootloader, to red...Dean Camera2010-12-241-0/+1
* Fixed broken USBFOO board drivers due to missing BOARD_USBFOO define.Dean Camera2010-11-301-1/+1