Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documentation: Update copyrights to 2019. | Dean Camera | 2019-01-08 | 1 | -2/+2 |
| | |||||
* | Add support for RC calibration from AVR053 | jacobseptember | 2018-12-03 | 1 | -0/+3 |
| | |||||
* | 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 | -3/+3 |
| | |||||
* | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 1 | -2/+2 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-10-05 | 1 | -1/+1 |
| | |||||
* | Reintegrate the FullEPAddresses development branch into trunk. | Dean Camera | 2012-04-14 | 1 | -6/+6 |
| | |||||
* | Reverted AVRISP-MKII clone project watchdog based command timeout patch in ↵ | Dean Camera | 2012-04-01 | 1 | -9/+15 |
| | | | | favour of a hardware timer, to allow for use in devices with WDTRST fuse programmed. | ||||
* | Fixed AVRISP-MKII programmer project failing to compile for the U4 chips ↵ | Dean Camera | 2012-03-20 | 1 | -1/+1 |
| | | | | when VTARGET_ADC_CHANNEL is defined to an invalid channel and NO_VTARGET_DETECT is defined (thanks to Steven Morehouse). | ||||
* | 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 |
| | |||||
* | Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵ | Dean Camera | 2011-12-23 | 1 | -1/+1 |
| | | | | trailing whitespace at the end of each line. | ||||
* | Added new VTARGET_USE_INTERNAL_REF configuration option to the AVRISP-MKII ↵ | Dean Camera | 2011-07-26 | 1 | -1/+1 |
| | | | | clone project (thanks to Volker Bosch). | ||||
* | Spell check library source code files. | Dean Camera | 2011-06-01 | 1 | -1/+1 |
| | |||||
* | Oops - revert commit of an incomplete port of the AVRISP-MKII project. | Dean Camera | 2011-05-29 | 1 | -8/+0 |
| | |||||
* | Added new incomplete AudioInputHost Host LowLevel demo. | Dean Camera | 2011-05-29 | 1 | -0/+8 |
| | | | | | | Added missing Audio class control request definitions. Added support for the Audio class GET STATUS request so that it is correctly ACKed when sent by the host. | ||||
* | Renamed all low level Endpoint_Read_*, Endpoint_Write_* and ↵ | Dean Camera | 2011-04-04 | 1 | -17/+17 |
| | | | | | | 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. | ||||
* | Changed AVRISP-MKII project to use the Watchdog interrupt for command ↵ | Dean Camera | 2011-01-22 | 1 | -13/+9 |
| | | | | timeouts, to reduce CPU usage and free timer 0 for other uses in the future. | ||||
* | Altered all endpoint/pipe stream transfers so that the new BytesProcessed ↵ | Dean Camera | 2011-01-10 | 1 | -2/+2 |
| | | | | | | | | | | parameter now points to a location where the number of bytes in the transfer that have been completed can be stored (or NULL if entire transaction should be performed in one chunk). Added new Endpoint_Null_Stream() and Pipe_Null_stream() functions. Removed the NO_STREAM_CALLBACKS compile time option due to the new partial stream transfer feature replacing it. Fixed errors in the incomplete Test and Measurement device demo preventing proper operation (thanks to Pavel Plotnikov). | ||||
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 1 | -2/+2 |
| | |||||
* | Added board hardware driver support for the Adafruit U4 breakout board. | Dean Camera | 2010-11-08 | 1 | -1/+1 |
| | | | | | | 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). | ||||
* | Fix XPLAINBridge code broken during the changes to the Rescue Clock ↵ | Dean Camera | 2010-11-02 | 1 | -0/+3 |
| | | | | | | generation in the AVRISP-MKII clone project. Change over all low level host mode project's descriptor comparator routines to perform the descriptor casting in a temp variable to make the code clearer and easier to modify (despite being more verbose). | ||||
* | Rescue clock of the AVRISP-MKII moved to the AVR's OCR1A pin, so that the ↵ | Dean Camera | 2010-11-02 | 1 | -0/+1 |
| | | | | 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 | -20/+21 |
| | | | | tool made by Laszlo Monda | ||||
* | Fix incorrect ADC driver documentation for the parameters of ADC_Init(), fix ↵ | Dean Camera | 2010-08-31 | 1 | -1/+1 |
| | | | | incorrect call to ADC_Init() in the TemperatureDatalogger project. | ||||
* | More spell checking of all source files -- correct missed errors, switch to ↵ | Dean Camera | 2010-07-30 | 1 | -1/+1 |
| | | | | EN-GB spelling dictionary. | ||||
* | Remove the timeout period extension code from the AVRISP project, as no ↵ | Dean Camera | 2010-07-13 | 1 | -6/+6 |
| | | | | 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. | ||||
* | Fixed AVRISP project sending a LOAD EXTENDED ADDRESS command to 128KB AVRs ↵ | Dean Camera | 2010-05-14 | 1 | -3/+4 |
| | | | | after programming or reading from the last page of FLASH. | ||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 1 | -259/+259 |
| | | | | correctly converted to the target system's native end of line style. | ||||
* | Increase hardware PDI/TPI programming speed to 1MHz in the AVRISP MKII clone ↵ | Dean Camera | 2010-05-02 | 1 | -0/+1 |
| | | | | project. | ||||
* | Switch back to C based timeout ISR in the AVRISP project - assembly version ↵ | Dean Camera | 2010-05-02 | 1 | -0/+6 |
| | | | | was failing, and only one or two cycles could be shaved off the compiler generated code. | ||||
* | Change AVRISP project's timeout to be interrupt based again, but make the ↵ | Dean Camera | 2010-05-02 | 1 | -1/+7 |
| | | | | | | 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). | ||||
* | Added WIN_LIBUSB_COMPAT compile time option to the AVRISP programmer project ↵ | Dean Camera | 2010-03-31 | 1 | -0/+6 |
| | | | | to make the code compatible with Windows builds of avrdude at the expense of AVRStudio compatibility. | ||||
* | More fixes to the AVRISP command timeout system so that it should no longer ↵ | Dean Camera | 2010-02-21 | 1 | -3/+1 |
| | | | | lock up while processing command no matter what the conditions. | ||||
* | Increased the speed of both software and hardware TPI/PDI programming modes ↵ | Dean Camera | 2010-02-21 | 1 | -0/+4 |
| | | | | of the AVRISP project. | ||||
* | AVRISP programmer project now has a more robust timeout system, allowing for ↵ | Dean Camera | 2010-02-19 | 1 | -15/+0 |
| | | | | a doubling of the software USART speed for PDI and TPI programming. | ||||
* | Added explicit ADC channel masks for the standard set of ADC channels, as ↵ | Dean Camera | 2010-01-25 | 1 | -1/+1 |
| | | | | the single-ended channel MUX masks are not equal to the channel number on some AVR models. Changed demos to use the new channel masks when using the ADC driver. | ||||
* | Changed XPLAINBridge project to be both a USB to USART bridge and a PDI ↵ | Dean Camera | 2010-01-19 | 1 | -2/+20 |
| | | | | programmer, based on the state of a mode select pin. | ||||
* | Clean up and add more comments to the AVRISP-MKII project. Make sure the ↵ | Dean Camera | 2010-01-17 | 1 | -2/+4 |
| | | | | SPI_MULTI command handler supports multiple packet responses. Use slightly smaller/faster repeated indirect-load commands when retrieving the PDI target's memory CRCs. | ||||
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 1 | -2/+2 |
| | |||||
* | Fix MIT license language to make its intent clearer. | Dean Camera | 2009-12-28 | 1 | -7/+7 |
| | |||||
* | Rename AVRISP project folder to AVRISP-MKII. | Dean Camera | 2009-12-27 | 1 | -0/+233 |