Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documentation: Update copyrights to 2019. | Dean Camera | 2019-01-08 | 1 | -2/+2 |
| | |||||
* | AVRISP-MKII Clone: Clean up ISP driver code, namespace module variables. | Dean Camera | 2019-01-08 | 1 | -47/+47 |
| | |||||
* | Update copyrights for 2018. | Dean Camera | 2018-01-04 | 1 | -2/+2 |
| | |||||
* | Update copyrights for 2017. | Dean Camera | 2017-04-18 | 1 | -2/+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 | -2/+2 |
| | |||||
* | Update copyrights for 2014. | Dean Camera | 2014-01-04 | 1 | -2/+2 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2013-03-18 | 1 | -1/+1 |
| | |||||
* | Code style fixes to the AVRISP-MKII Clone programmer project. | Dean Camera | 2013-01-14 | 1 | -2/+2 |
| | |||||
* | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 1 | -2/+2 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-10-05 | 1 | -1/+1 |
| | |||||
* | Oops - forgot to fix up the command timeout reset code in the AVRISP-MKII ↵ | Dean Camera | 2012-06-17 | 1 | -1/+1 |
| | | | | clone programmer. | ||||
* | Reverted AVRISP-MKII clone project watchdog based command timeout patch in ↵ | Dean Camera | 2012-04-01 | 1 | -6/+6 |
| | | | | favour of a hardware timer, to allow for use in devices with WDTRST fuse programmed. | ||||
* | Fixed error in the AVRISP-MKII programmer when ISP mode is used at 64KHz ↵ | Dean Camera | 2012-03-18 | 1 | -3/+6 |
| | | | | (thanks to Ben R. Porter). | ||||
* | 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 documentation improvements. | Dean Camera | 2012-02-01 | 1 | -1/+1 |
| | |||||
* | Fixed AVRISP-MKII Clone timing out on long programming commands such as ↵ | Dean Camera | 2012-01-30 | 1 | -0/+3 |
| | | | | programming the EEPROM on an ATMEGA8 (thanks to Martin Kelling). | ||||
* | Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵ | Dean Camera | 2011-12-23 | 1 | -2/+2 |
| | | | | trailing whitespace at the end of each line. | ||||
* | Bit-bang ISP in the AVRISP-MKII clone project needs to set MOSI pin to the ↵ | Dean Camera | 2011-11-29 | 1 | -1/+2 |
| | | | | MSB of the data byte on startup, not the LSB. | ||||
* | Add const qualifier to all PROGMEM data to prevent warnings in newer AVR-GCC ↵ | Dean Camera | 2011-09-21 | 1 | -2/+2 |
| | | | | compiler versions. | ||||
* | Massive corrections to the project documentation and code comments, thanks ↵ | Dean Camera | 2011-06-05 | 1 | -5/+5 |
| | | | | to Russian translation services provided by Andrey from Microsin.ru. | ||||
* | Spell check library source code files. | Dean Camera | 2011-06-01 | 1 | -2/+2 |
| | |||||
* | Add static keyword to all project globals whose scope should be restricted ↵ | Dean Camera | 2011-02-10 | 1 | -2/+2 |
| | | | | | | 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. | ||||
* | Renamed all driver termination *_ShutDown() functions to the more logical ↵ | Dean Camera | 2011-01-30 | 1 | -1/+1 |
| | | | | name *_Disable(). | ||||
* | Changed AVRISP-MKII project to use the Watchdog interrupt for command ↵ | Dean Camera | 2011-01-22 | 1 | -5/+5 |
| | | | | timeouts, to reduce CPU usage and free timer 0 for other uses in the future. | ||||
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 1 | -2/+2 |
| | |||||
* | Fixed incorrect definition of the HID_KEYBOARD_SC_D constant in the HID ↵ | Dean Camera | 2010-12-13 | 1 | -0/+3 |
| | | | | | | class driver (thanks to Opendous Inc.). Add extra comments to the ISPTarget.c source file in the AVRISP-MKII clone project. | ||||
* | Added new XCK_RESCUE_CLOCK_ENABLE compile time option to the AVRISP-MKII ↵ | Dean Camera | 2010-11-16 | 1 | -11/+21 |
| | | | | clone programmer project (thanks to Tom Light). | ||||
* | Second patch to fix incorrect PDI/TPI programming speed. | Dean Camera | 2010-11-14 | 1 | -2/+2 |
| | |||||
* | Fixed PDI/TPI programming speed of ~250KHz in the AVRISP-MKII Clone project, ↵ | Dean Camera | 2010-11-12 | 1 | -1/+1 |
| | | | | instead of the desired 500KHz. | ||||
* | Added board hardware driver support for the Adafruit U4 breakout board. | Dean Camera | 2010-11-08 | 1 | -2/+2 |
| | | | | | | Fixed calculation of timer register reload values derived from F_CPU; must subtract one from the division result for the compare value to be correct. Change AVRISP-MKII rescue clock speed to 4MHz to ensure that a 125KHz ISP speed works regardless of the target's fuses (i.e. DIV8 set). | ||||
* | Rescue clock of the AVRISP-MKII moved to the AVR's OCR1A pin, so that the ↵ | Dean Camera | 2010-11-02 | 1 | -5/+44 |
| | | | | clock can be generated at all times when 125KHz ISP programming mode is selected. | ||||
* | 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 | -15/+16 |
| | | | | tool made by Laszlo Monda | ||||
* | Fixed broken FLASH/EEPROM programming in the AVRISP-MKII clone project when ↵ | Dean Camera | 2010-10-02 | 1 | -1/+1 |
| | | | | writing in non-paged mode and the polling byte cannot be used. | ||||
* | Changed default value for the reset polarity parameter in the AVRISP-MKII ↵ | Dean Camera | 2010-09-29 | 1 | -1/+3 |
| | | | | | | project so that it defaults to active low drive. Fixed incorrect USB_DeviceState value when unconfiguring the device without an address set. | ||||
* | Hide the PROGMEM attribute from Doxygen, as it appears to confuse the parser ↵ | Dean Camera | 2010-08-02 | 1 | -2/+8 |
| | | | | in some situations. | ||||
* | More spell checking of all source files -- correct missed errors, switch to ↵ | Dean Camera | 2010-07-30 | 1 | -1/+1 |
| | | | | EN-GB spelling dictionary. | ||||
* | Added support to the AVRISP-MKII project for ISP speeds slower than 125KHz ↵ | Dean Camera | 2010-07-29 | 1 | -49/+171 |
| | | | | | | via a new software SPI driver. Added new SPI_ORDER_* data order masks to the SPI peripheral driver. | ||||
* | Update all demos, projects and bootloaders to indent all function ↵ | Dean Camera | 2010-07-21 | 1 | -2/+5 |
| | | | | | | parameters, one per line, for better readability. Add missing const qualifiers to the demos. | ||||
* | Remove the timeout period extension code from the AVRISP project, as no ↵ | Dean Camera | 2010-07-13 | 1 | -15/+4 |
| | | | | single command should ever exceed the maximum timeout period. Extend timeout period to 1 second per command, so that an accidental timeout will never occur. | ||||
* | Remove incorrect check for the current device state in the Set Configuration ↵ | Dean Camera | 2010-05-13 | 1 | -24/+25 |
| | | | | | | request handler of DevChapter9, which broke Set Configuration requests to the device under most circumstances. Move out the SPI prescaler list to a PROGMEM module-level variable in ISPTarget.c. | ||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 1 | -187/+187 |
| | | | | correctly converted to the target system's native end of line style. | ||||
* | Change AVRISP project's timeout to be interrupt based again, but make the ↵ | Dean Camera | 2010-05-02 | 1 | -14/+0 |
| | | | | | | interrupt itself interruptable and use a seperate assembly file to hand-optimize the ISR code. Removed the cast to uint16_t on the set baud rate in the USBtoSerial project, so that the higher >1M baud rates can be selected (thanks to Steffan). | ||||
* | Revert changes made for the partial port to the AVR32 architecture. | Dean Camera | 2010-02-24 | 1 | -12/+12 |
| | |||||
* | Update Temperature board driver to be AVR32 compatible when the ADC ↵ | Dean Camera | 2010-02-23 | 1 | -12/+12 |
| | | | | | | peripheral driver is eventually ported. Make architecture includes explicit for both the AVR32 and the AVR8, to make way for future architecture ports. Add SPI driver aliases for the old function names in the AVR8 driver, so that existing code will still compile against the new version. | ||||
* | More fixes to the AVRISP command timeout system so that it should no longer ↵ | Dean Camera | 2010-02-21 | 1 | -4/+12 |
| | | | | lock up while processing command no matter what the conditions. | ||||
* | Oops - missed a few references to the old global TimeoutMSRemaining counter ↵ | Dean Camera | 2010-02-20 | 1 | -5/+18 |
| | | | | in ISPTarget.c of the AVRISP-MKII clone project. | ||||
* | Added .5MHz recovery clock to the AVRISP programmer project when in ISP ↵ | Dean Camera | 2010-02-10 | 1 | -4/+4 |
| | | | | | | programming mode to correct mis-set fuses. Fixed AVRISP project not extending the command delay after each successful page/word/byte program. |