aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/CDC/BootloaderCDC.c
Commit message (Expand)AuthorAgeFilesLines
* Documentation: Update copyrights to 2019.Dean Camera2019-01-081-2/+2
* Fix bootloaders incorrectly checking the BOOTRST fuse on start (thanks to Bra...Dean Camera2018-04-021-1/+1
* Update copyrights for 2018.Dean Camera2018-01-041-2/+2
* Fixed bootloaders not disabling global interrupts during erase and write oper...Dean Camera2017-10-011-30/+13
* Update copyrights for 2017.Dean Camera2017-04-181-2/+2
* Update functions used to write to EEPROMEric Tang2016-04-191-3/+2
* Update copyrights to 2016.Dean Camera2016-01-311-2/+2
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-171-3/+3
* Update BootloaderCDC.cNico2015-02-241-0/+3
* Fix bootloaders not starting user application if the HWB is grounded during w...Dean Camera2014-10-121-0/+11
* Add Leonardo compatibility to most bootloaders, run user application if BOOTR...Dean Camera2014-10-111-10/+25
* Don't run user application in the bootloader unless a valid app is present (t...Dean Camera2014-10-111-0/+4
* Update copyrights for 2014.Dean Camera2014-01-041-2/+2
* Fix "AVR910" typos to "AVR109".László Monda2013-09-241-3/+3
* Re-added Set Control Line State request handling to the CDC class bootloader.Dean Camera2013-06-271-0/+8
* Update copyright year to 2013.Dean Camera2013-01-031-2/+2
* Make "HighByte" variable in the CDC Bootloader a uint8_t rather than a bool t...Dean Camera2012-10-281-1/+1
* Minor cleanup of the CDC bootloader.Dean Camera2012-10-201-4/+4
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
* Use the framework provided GlobalInterruptEnable() function instead of the AV...Dean Camera2012-09-171-1/+1
* Add human readable definitions for the AVR109 protocol commands in the CDC cl...Dean Camera2012-08-271-32/+33
* Reduce bootloader magic key to 16 bits to save FLASH space.Dean Camera2012-07-071-1/+1
* Added new JTAG_ENABLE() macro for the AVR8 architecture. Fixed the JTAG_DISAB...Dean Camera2012-06-091-0/+21
* Switch over Demos, Bootloaders and Projects to the new and improved build sys...Dean Camera2012-06-011-1/+1
* Turn off watchdog before jumping to the user application in the DFU and CDC b...Dean Camera2012-05-211-0/+6
* Fix bootloaders to make the StaticAnalysis build test happy.Dean Camera2012-05-051-1/+2
* The library bootloaders will now correctly start the user application after a...Dean Camera2012-04-291-0/+24
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-141-14/+9
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
* Fixed DFU class bootloader not resetting the LED pins as high impedance input...Dean Camera2012-01-291-1/+1
* Minor bootloader tweaks; make some functions static where possible to reduce ...Dean Camera2012-01-151-2/+2
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...Dean Camera2011-12-231-4/+4
* Use the proper "-Wl,--undefined=BootloaderAPI_JumpTable" linker command line ...Dean Camera2011-11-231-4/+0
* Added User Application APIs to the CDC and DFU class bootloaders.Dean Camera2011-10-111-0/+4
* Make DFU and CDC class bootloaders also toggle the LEDs on command activity i...Dean Camera2011-04-231-0/+3
* Added LED flashing to the CDC and DFU class bootloaders to indicate when they...Dean Camera2011-04-231-0/+14
* Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean Camera2011-04-041-2/+2
* Add static keyword to all project globals whose scope should be restricted to...Dean Camera2011-02-101-10/+10
* Added HID class bootloader, compatible with a modified version of the command...Dean Camera2011-02-091-0/+7
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
* Readd incomplete MIDIToneGenerator project, which can now correctly generate ...Dean Camera2010-11-241-1/+1
* Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev...Dean Camera2010-11-051-4/+4
* Rename new CDC class bootloader NO_LOCK_BYTE_SUPPORT compile time option to N...Dean Camera2010-10-291-188/+195
* Added new NO_BLOCK_SUPPORT, NO_EEPROM_BYTE_SUPPORT, NO_FLASH_BYTE_SUPPORT and...Dean Camera2010-10-291-24/+28
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-63/+64
* Added CDC functional descriptor structs to the Low Level CDC demos and CDC cl...Dean Camera2010-09-281-0/+42
* Fixed incorrect signature reported in the CDC class bootloader for the ATMEGA...Dean Camera2010-09-141-3/+3
* Removed unused line encoding data and control requests from the CDC Bootloade...Dean Camera2010-05-261-71/+2