| Commit message (Expand) | Author | Age | Files | Lines |
* | Update AVRISP-MKII clone programmer documentation. | Dean Camera | 2017-10-01 | 1 | -7/+0 |
* | Wait until PDI NVM erase completes in the AVRISPMkii clone programmer. | Dean Camera | 2017-10-01 | 1 | -0/+4 |
* | Don't compile in ISP sources into the XPLAIN bridge project. | Dean Camera | 2017-08-23 | 1 | -3/+4 |
* | Minor documentation improvements. | Dean Camera | 2017-04-18 | 1 | -1/+5 |
* | Update copyrights for 2017. | Dean Camera | 2017-04-18 | 141 | -261/+261 |
* | Use folder-relative output folder in the XPLAINBridge makefile. | Dean Camera | 2016-10-04 | 1 | -2/+2 |
* | Update to latest DMBS, fix XPLAINBridge project compilation errors on full tr... | Dean Camera | 2016-07-17 | 1 | -5/+3 |
* | Don't run the AVRISP-MKII Windows Driver through Doxygen. | Dean Camera | 2016-04-03 | 1 | -1/+2 |
* | Add LUFA DMBS extension modules, use DMBS in project makefiles. | Dean Camera | 2016-04-03 | 14 | -140/+210 |
* | Merge branch 'master' into dmbs | Dean Camera | 2016-04-03 | 157 | -510/+1217 |
|\ |
|
| * | Remove legacy AVRISP-MKII clone compatibility compile options. | Dean Camera | 2016-02-07 | 14 | -249/+37 |
| * | Add signed Atmel Studio libUSB driver for the AVR-ISP MKII Clone. | Dean Camera | 2016-02-07 | 15 | -1/+920 |
| * | Update copyrights to 2016. | Dean Camera | 2016-01-31 | 141 | -261/+261 |
* | | Fix C++ builds, XPLAINBridge project. | Dean Camera | 2015-12-22 | 1 | -3/+3 |
|/ |
|
* | Fixed incorrect CALLBACK_USB_GetDescriptor() wIndex parameter type (thanks to... | Dean Camera | 2015-12-02 | 28 | -28/+28 |
* | Atmel Studio 7 has a newer AVRISP-MKII firmware payload. | Dean Camera | 2015-10-04 | 1 | -1/+1 |
* | Fixed incorrect comments in DataflashManager.c (thanks to Andrew Milkovich). | Dean Camera | 2015-09-27 | 2 | -4/+4 |
* | Minor documentation improvements. | Dean Camera | 2015-08-01 | 2 | -3/+5 |
* | Add conflict warning to the AVRISP-MKII Clone project. | Dean Camera | 2015-05-20 | 1 | -0/+10 |
* | Update copyrights to 2015 (better late than never). | Dean Camera | 2015-05-17 | 141 | -261/+261 |
* | Update documentation. | Dean Camera | 2015-02-12 | 1 | -0/+8 |
* | Upgrade to latest Doxygen. | Dean Camera | 2014-12-27 | 14 | -1414/+1848 |
* | Use XPLAIN board by default in the XPLAINBridge project inside Atmel Studio. | Dean Camera | 2014-11-16 | 1 | -1/+1 |
* | Obsolete the old MACROS and MACROE convenience macros. | Dean Camera | 2014-09-14 | 4 | -10/+10 |
* | Minor documentation improvements. | Dean Camera | 2014-08-31 | 1 | -1/+10 |
* | Fix overflow for RNDIS class driver responses when returning the adapter quer... | Dean Camera | 2014-08-31 | 1 | -0/+5 |
* | Minor documentation improvements. | Dean Camera | 2014-08-31 | 1 | -0/+2 |
* | Update Doxygen confiuration files to 1.8.8. | Dean Camera | 2014-08-24 | 14 | -196/+490 |
* | Fixed USART reception overrun corrupting the internal buffers in the USBtoSer... | Dean Camera | 2014-08-10 | 1 | -1/+1 |
* | Only deque from the USBtoSerial's USB->USART buffer when the USART is idle. | Dean Camera | 2014-07-15 | 1 | -2/+2 |
* | Fixed spurious 0xFE USART byte sent in the USBtoSerial project when the baud ... | Dean Camera | 2014-05-30 | 1 | -0/+6 |
* | Fix AVRISP-MKII status values to match the published protocol (thanks to Gust... | Dean Camera | 2014-05-27 | 1 | -2/+2 |
* | Upgrade to latest Doxygen. | Dean Camera | 2014-04-21 | 14 | -378/+476 |
* | Fix incorrect whitespace. | Dean Camera | 2014-02-16 | 3 | -4/+7 |
* | Rename all Doxygen.conf file to doxyfile and distribute them in the Atmel Stu... | Dean Camera | 2014-01-08 | 28 | -0/+14 |
* | Add USB_STRING_DESCRIPTOR_ARRAY() macro, update demos where required. | Dean Camera | 2014-01-08 | 11 | -11/+11 |
* | Use the new USB_STRING_DESCRIPTOR macro for every string descriptor. | László Monda | 2014-01-08 | 14 | -228/+45 |
* | Update copyrights for 2014. | Dean Camera | 2014-01-04 | 141 | -300/+300 |
* | Upgrade Doxygen configuration files to the latest version. | Dean Camera | 2013-12-26 | 14 | -112/+434 |
* | Minor documentation improvements. | Dean Camera | 2013-12-20 | 1 | -5/+5 |
* | Use new VERSION_BCD() macro with explicit int arguments to fix edge cases wit... | Dean Camera | 2013-11-21 | 12 | -35/+35 |
* | Reduce PDI/TPI reset hold period from 1ms to 100us, as the former caused spor... | Dean Camera | 2013-11-21 | 1 | -2/+2 |
* | Exclude all host application directories from the Doxygen configuration files. | Dean Camera | 2013-11-20 | 2 | -2/+2 |
* | Fix incorrect status constants in the AVRISP-MKII Clone project. | Dean Camera | 2013-11-20 | 2 | -3/+4 |
* | Increase AVRISP-MKII Clone PDI/TPI handshake to 1ms from 1us for targets with... | Dean Camera | 2013-11-04 | 1 | -2/+2 |
* | AVRISP-MKII Clone Project PDI/TPI frequency increased from 250KHz to 2MHz as ... | Dean Camera | 2013-11-02 | 1 | -1/+1 |
* | Use non-abbreviated XPROG/PDI/TPI constant names. | Dean Camera | 2013-10-27 | 5 | -154/+155 |
* | Refactor AVRISP MKII Clone PDI/TPI command constants to simplify the driver c... | Dean Camera | 2013-10-27 | 3 | -72/+80 |
* | More minor speedups to the AVRISP-MKII clone programmer PDI memory reading code. | Dean Camera | 2013-10-27 | 1 | -9/+16 |
* | Merge branch 'master' of github.com:abcminiuser/lufa | Dean Camera | 2013-10-27 | 1 | -1/+1 |
|\ |
|