Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove obsolete macros and preprocessor checks from the AVRISP-MKII ↵ | Dean Camera | 2010-07-29 | 1 | -29/+16 |
| | | | | project's V2Protocol command handler header file. | ||||
* | Change AVRISP-MKII and XPLAINBridge descriptors to indicate that the device ↵ | Dean Camera | 2010-07-13 | 1 | -1/+1 |
| | | | | is bus-powered only. Add compile time options to reduce the compiled size of the firmware. | ||||
* | Remove the timeout period extension code from the AVRISP project, as no ↵ | Dean Camera | 2010-07-13 | 1 | -3/+3 |
| | | | | 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. | ||||
* | Minor documentation cleanups. | Dean Camera | 2010-06-03 | 1 | -4/+4 |
| | |||||
* | Fixed AVRISP project sending a LOAD EXTENDED ADDRESS command to 128KB AVRs ↵ | Dean Camera | 2010-05-14 | 1 | -1/+1 |
| | | | | 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 | -105/+105 |
| | | | | 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 | -19/+25 |
| | | | | | | 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 | -0/+6 |
| | | | | lock up while processing command no matter what the conditions. | ||||
* | AVRISP programmer project now has a more robust timeout system, allowing for ↵ | Dean Camera | 2010-02-19 | 1 | -6/+0 |
| | | | | a doubling of the software USART speed for PDI and TPI programming. | ||||
* | Make AVRISP XPROG function parameters const where possible. | Dean Camera | 2010-02-01 | 1 | -2/+2 |
| | |||||
* | Added explicit ADC channel masks for the standard set of ADC channels, as ↵ | Dean Camera | 2010-01-25 | 1 | -3/+11 |
| | | | | 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 | -0/+1 |
| | | | | programmer, based on the state of a mode select pin. | ||||
* | 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 | -20/+20 |
| | |||||
* | Rename AVRISP project folder to AVRISP-MKII. | Dean Camera | 2009-12-27 | 1 | -0/+84 |