Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documentation: Update copyrights to 2019. | Dean Camera | 2019-01-08 | 1 | -2/+2 |
| | |||||
* | Add short delays before detaching from the USB bus in the bootloaders ↵ | Dean Camera | 2018-01-22 | 1 | -0/+3 |
| | | | | (thanks to NicoHood). | ||||
* | Fixed bootloaders accepting flash writes to the bootloader region (thanks to ↵ | Dean Camera | 2018-01-22 | 1 | -1/+5 |
| | | | | NicoHood). | ||||
* | Update copyrights for 2018. | Dean Camera | 2018-01-04 | 1 | -2/+2 |
| | |||||
* | Fixed bootloaders not disabling global interrupts during erase and write ↵ | Dean Camera | 2017-10-01 | 1 | -4/+10 |
| | | | | operations (thanks to Zoltan). | ||||
* | Update copyrights for 2017. | Dean Camera | 2017-04-18 | 1 | -2/+2 |
| | |||||
* | Restrict HID bootloader programming region (thanks to NicoHood). | Dean Camera | 2017-01-29 | 1 | -1/+9 |
| | |||||
* | 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 | -2/+2 |
| | |||||
* | Update copyrights for 2014. | Dean Camera | 2014-01-04 | 1 | -3/+3 |
| | |||||
* | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 1 | -2/+2 |
| | |||||
* | Clean up unnecessary CPPCheck static analysis suppression comments, force ↵ | Dean Camera | 2012-10-14 | 1 | -0/+1 |
| | | | | Doxygen and GCC compiler specific macros as being always undefined when performing a static analysis of the code. | ||||
* | 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. | ||||
* | Reduce bootloader magic key to 16 bits to save FLASH space. | Dean Camera | 2012-07-07 | 1 | -1/+1 |
| | |||||
* | 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/+25 |
| | | | | 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 | -3/+1 |
| | |||||
* | 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 |
| | |||||
* | Minor bootloader tweaks; make some functions static where possible to reduce ↵ | Dean Camera | 2012-01-15 | 1 | -1/+1 |
| | | | | 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 | -14/+15 |
| | | | | trailing whitespace at the end of each line. | ||||
* | Add missing SVN eol-style property to files where it was missing. | Dean Camera | 2011-07-15 | 1 | -164/+164 |
| | |||||
* | Add new LUFA powered user projects to the documentation. | Dean Camera | 2011-04-23 | 1 | -1/+1 |
| | |||||
* | Fix HID class bootloader not working on the larger USB AVRs due to the ↵ | Dean Camera | 2011-04-23 | 1 | -1/+9 |
| | | | | altered page addressing scheme. | ||||
* | 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 | -3/+3 |
| | | | | | | 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/+156 |
command line Teensy loader from PJRC.com. |