Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyrights for 2017. | Dean Camera | 2017-04-18 | 1 | -2/+2 |
| | |||||
* | Update functions used to write to EEPROM | Eric Tang | 2016-04-19 | 1 | -3/+2 |
| | |||||
* | Update copyrights to 2016. | Dean Camera | 2016-01-31 | 1 | -2/+2 |
| | |||||
* | Update copyrights to 2015 (better late than never). | Dean Camera | 2015-05-17 | 1 | -3/+3 |
| | |||||
* | Update BootloaderCDC.c | Nico | 2015-02-24 | 1 | -0/+3 |
| | |||||
* | Fix bootloaders not starting user application if the HWB is grounded during ↵ | Dean Camera | 2014-10-12 | 1 | -0/+11 |
| | | | | watchdog reset. | ||||
* | Add Leonardo compatibility to most bootloaders, run user application if ↵ | Dean Camera | 2014-10-11 | 1 | -10/+25 |
| | | | | BOOTRST fuse is set and the last reset cause was not the /RESET pin. | ||||
* | Don't run user application in the bootloader unless a valid app is present ↵ | Dean Camera | 2014-10-11 | 1 | -0/+4 |
| | | | | (thanks to Alex Kazik). | ||||
* | Update copyrights for 2014. | Dean Camera | 2014-01-04 | 1 | -2/+2 |
| | |||||
* | Fix "AVR910" typos to "AVR109". | László Monda | 2013-09-24 | 1 | -3/+3 |
| | |||||
* | Re-added Set Control Line State request handling to the CDC class bootloader. | Dean Camera | 2013-06-27 | 1 | -0/+8 |
| | |||||
* | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 1 | -2/+2 |
| | |||||
* | Make "HighByte" variable in the CDC Bootloader a uint8_t rather than a bool ↵ | Dean Camera | 2012-10-28 | 1 | -1/+1 |
| | | | | to be more semantically correct, since it is bitwise ORed to obtain a byte address in the AVR's flash memory. | ||||
* | Minor cleanup of the CDC bootloader. | Dean Camera | 2012-10-20 | 1 | -4/+4 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-10-05 | 1 | -1/+1 |
| | |||||
* | Use the framework provided GlobalInterruptEnable() function instead of the ↵ | Dean Camera | 2012-09-17 | 1 | -1/+1 |
| | | | | AVR8/XMEGA specific sei() macro, for future demo/project portability. | ||||
* | Add human readable definitions for the AVR109 protocol commands in the CDC ↵ | Dean Camera | 2012-08-27 | 1 | -32/+33 |
| | | | | class bootloader. | ||||
* | Reduce bootloader magic key to 16 bits to save FLASH space. | Dean Camera | 2012-07-07 | 1 | -1/+1 |
| | |||||
* | Added new JTAG_ENABLE() macro for the AVR8 architecture. Fixed the ↵ | Dean Camera | 2012-06-09 | 1 | -0/+21 |
| | | | | | | JTAG_DISABLE() macro clearing all other bits in MCUSR when called. Moved the XPLAIN board specific bootloader entry condition code to the Application_Jump_Check() function of the DFU bootloader, added support for the original XPLAIN board to the CDC class bootloader. | ||||
* | Switch over Demos, Bootloaders and Projects to the new and improved build ↵ | Dean Camera | 2012-06-01 | 1 | -1/+1 |
| | | | | system. | ||||
* | Turn off watchdog before jumping to the user application in the DFU and CDC ↵ | Dean Camera | 2012-05-21 | 1 | -0/+6 |
| | | | | based bootloaders, for the specific case of /HWB being low during reset (where the bootloader will re-enter). | ||||
* | Fix bootloaders to make the StaticAnalysis build test happy. | Dean Camera | 2012-05-05 | 1 | -1/+2 |
| | |||||
* | The library bootloaders will now correctly start the user application after ↵ | Dean Camera | 2012-04-29 | 1 | -0/+24 |
| | | | | a watchdog-based application start, even if the /HWB line is held low externally during the reset phase. | ||||
* | Reintegrate the FullEPAddresses development branch into trunk. | Dean Camera | 2012-04-14 | 1 | -14/+9 |
| | |||||
* | Update file contributor copyrights for 2012. | Dean Camera | 2012-02-04 | 1 | -1/+1 |
| | |||||
* | Update file header copyrights for 2012. | Dean Camera | 2012-02-04 | 1 | -1/+1 |
| | |||||
* | Fixed DFU class bootloader not resetting the LED pins as high impedance ↵ | Dean Camera | 2012-01-29 | 1 | -1/+1 |
| | | | | inputs when a software jump to the user applications is requested. | ||||
* | Minor bootloader tweaks; make some functions static where possible to reduce ↵ | Dean Camera | 2012-01-15 | 1 | -2/+2 |
| | | | | the compiled binary size, add additional comments to the makefiles. | ||||
* | Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵ | Dean Camera | 2011-12-23 | 1 | -4/+4 |
| | | | | trailing whitespace at the end of each line. | ||||
* | Use the proper "-Wl,--undefined=BootloaderAPI_JumpTable" linker command line ↵ | Dean Camera | 2011-11-23 | 1 | -4/+0 |
| | | | | parameter in the bootloaders to ensure that the API jump tables are not discarded, rather than the previous C volatile pointer hack (thanks to Opendous Inc.). | ||||
* | Added User Application APIs to the CDC and DFU class bootloaders. | Dean Camera | 2011-10-11 | 1 | -0/+4 |
| | |||||
* | Make DFU and CDC class bootloaders also toggle the LEDs on command activity ↵ | Dean Camera | 2011-04-23 | 1 | -0/+3 |
| | | | | in addition to the periodic flashing. | ||||
* | Added LED flashing to the CDC and DFU class bootloaders to indicate when ↵ | Dean Camera | 2011-04-23 | 1 | -0/+14 |
| | | | | they are running. | ||||
* | Renamed all low level Endpoint_Read_*, Endpoint_Write_* and ↵ | Dean Camera | 2011-04-04 | 1 | -2/+2 |
| | | | | | | Endpoint_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures. Renamed all low level Pipe_Read_*, Pipe_Write_* and Pipe_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures. | ||||
* | Add static keyword to all project globals whose scope should be restricted ↵ | Dean Camera | 2011-02-10 | 1 | -10/+10 |
| | | | | | | to the same module as they are declared in. Tighten up the HID class bootloader code slightly, document that it currently exceeds 2KB of bootloader space for all models other than the Series 2 USB AVRs. | ||||
* | Added HID class bootloader, compatible with a modified version of the ↵ | Dean Camera | 2011-02-09 | 1 | -0/+7 |
| | | | | command line Teensy loader from PJRC.com. | ||||
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 1 | -2/+2 |
| | |||||
* | Readd incomplete MIDIToneGenerator project, which can now correctly generate ↵ | Dean Camera | 2010-11-24 | 1 | -1/+1 |
| | | | | up to three simultaneous notes from MIDI channel 0. | ||||
* | Renamed the EVENT_USB_Device_UnhandledControlRequest() event to ↵ | Dean Camera | 2010-11-05 | 1 | -4/+4 |
| | | | | EVENT_USB_Device_ControlRequest() as it is now fired before the library request handlers, not afterwards. | ||||
* | Rename new CDC class bootloader NO_LOCK_BYTE_SUPPORT compile time option to ↵ | Dean Camera | 2010-10-29 | 1 | -188/+195 |
| | | | | | | NO_LOCK_BYTE_WRITE_SUPPORT as reads are still permitted. Clean up CDC bootloader command processing code. | ||||
* | Added new NO_BLOCK_SUPPORT, NO_EEPROM_BYTE_SUPPORT, NO_FLASH_BYTE_SUPPORT ↵ | Dean Camera | 2010-10-29 | 1 | -24/+28 |
| | | | | and NO_LOCK_BYTE_SUPPORT compile time options to the CDC class bootloader. | ||||
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵ | Dean Camera | 2010-10-28 | 1 | -1/+1 |
| | | | | redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists. | ||||
* | Clean up excessive whitespace at the end of each line using the wspurify ↵ | Dean Camera | 2010-10-13 | 1 | -63/+64 |
| | | | | tool made by Laszlo Monda | ||||
* | Added CDC functional descriptor structs to the Low Level CDC demos and CDC ↵ | Dean Camera | 2010-09-28 | 1 | -0/+42 |
| | | | | | | class bootloader, to improve the readability of the descriptors. Fixed BootloaderCDC project failing on some operating systems due to removed Line Encoding options (thanks to Alexey Belyaev). | ||||
* | Fixed incorrect signature reported in the CDC class bootloader for the ↵ | Dean Camera | 2010-09-14 | 1 | -3/+3 |
| | | | | ATMEGA32U2. | ||||
* | Removed unused line encoding data and control requests from the CDC ↵ | Dean Camera | 2010-05-26 | 1 | -71/+2 |
| | | | | Bootloader code, to save space. | ||||
* | Switch to using the correct intptr_t type use where a pointer must be cast ↵ | Dean Camera | 2010-05-26 | 1 | -4/+4 |
| | | | | to an integer type. | ||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 1 | -576/+576 |
| | | | | correctly converted to the target system's native end of line style. | ||||
* | Make CDC class bootloader hard-reset the AVR when exited instead of a ↵ | Dean Camera | 2010-05-06 | 1 | -21/+8 |
| | | | | | | soft-reset. Reduce size of the TeensyHID bootloader slightly. Fix the TeensyHID bootloader for the larger USB AVR devices, since Paul uses a different (undocumented) addressing scheme on these devices. | ||||
* | USB_Init() no longer calls sei() to enable global interrupts - this must now ↵ | Dean Camera | 2010-04-28 | 1 | -0/+3 |
| | | | | be done in the user application once all init code has run. |