aboutsummaryrefslogtreecommitdiffstats
path: root/Projects
Commit message (Collapse)AuthorAgeFilesLines
* Fixed incorrect comments in DataflashManager.c (thanks to Andrew Milkovich).Dean Camera2015-09-272-4/+4
|
* Minor documentation improvements.Dean Camera2015-08-012-3/+5
|
* Add conflict warning to the AVRISP-MKII Clone project.Dean Camera2015-05-201-0/+10
|
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-17141-261/+261
|
* Update documentation.Dean Camera2015-02-121-0/+8
|
* Upgrade to latest Doxygen.Dean Camera2014-12-2714-1414/+1848
|
* Use XPLAIN board by default in the XPLAINBridge project inside Atmel Studio.Dean Camera2014-11-161-1/+1
|
* Obsolete the old MACROS and MACROE convenience macros.Dean Camera2014-09-144-10/+10
|
* Minor documentation improvements.Dean Camera2014-08-311-1/+10
|
* Fix overflow for RNDIS class driver responses when returning the adapter ↵Dean Camera2014-08-311-0/+5
| | | | query list (thanks to Peter Mc Shane).
* Minor documentation improvements.Dean Camera2014-08-311-0/+2
|
* Update Doxygen confiuration files to 1.8.8.Dean Camera2014-08-2414-196/+490
|
* Fixed USART reception overrun corrupting the internal buffers in the ↵Dean Camera2014-08-101-1/+1
| | | | USBtoSerial project.
* Only deque from the USBtoSerial's USB->USART buffer when the USART is idle.Dean Camera2014-07-151-2/+2
|
* Fixed spurious 0xFE USART byte sent in the USBtoSerial project when the baud ↵Dean Camera2014-05-301-0/+6
| | | | rate is changed (thanks to Carl Kjeldsen).
* Fix AVRISP-MKII status values to match the published protocol (thanks to ↵Dean Camera2014-05-271-2/+2
| | | | Gustavo Souza).
* Upgrade to latest Doxygen.Dean Camera2014-04-2114-378/+476
|
* Fix incorrect whitespace.Dean Camera2014-02-163-4/+7
|
* Rename all Doxygen.conf file to doxyfile and distribute them in the Atmel ↵Dean Camera2014-01-0828-0/+14
| | | | Studio extension.
* Add USB_STRING_DESCRIPTOR_ARRAY() macro, update demos where required.Dean Camera2014-01-0811-11/+11
|
* Use the new USB_STRING_DESCRIPTOR macro for every string descriptor.László Monda2014-01-0814-228/+45
|
* Update copyrights for 2014.Dean Camera2014-01-04141-300/+300
|
* Upgrade Doxygen configuration files to the latest version.Dean Camera2013-12-2614-112/+434
|
* Minor documentation improvements.Dean Camera2013-12-201-5/+5
|
* Use new VERSION_BCD() macro with explicit int arguments to fix edge cases ↵Dean Camera2013-11-2112-35/+35
| | | | with the previous floating point macro version.
* Reduce PDI/TPI reset hold period from 1ms to 100us, as the former caused ↵Dean Camera2013-11-211-2/+2
| | | | sporadic session issues.
* Exclude all host application directories from the Doxygen configuration files.Dean Camera2013-11-202-2/+2
|
* Fix incorrect status constants in the AVRISP-MKII Clone project.Dean Camera2013-11-202-3/+4
|
* Increase AVRISP-MKII Clone PDI/TPI handshake to 1ms from 1us for targets ↵Dean Camera2013-11-041-2/+2
| | | | with high /RESET line capacitance.
* AVRISP-MKII Clone Project PDI/TPI frequency increased from 250KHz to 2MHz as ↵Dean Camera2013-11-021-1/+1
| | | | it is now stable.
* Use non-abbreviated XPROG/PDI/TPI constant names.Dean Camera2013-10-275-154/+155
|
* Refactor AVRISP MKII Clone PDI/TPI command constants to simplify the driver ↵Dean Camera2013-10-273-72/+80
| | | | code.
* More minor speedups to the AVRISP-MKII clone programmer PDI memory reading code.Dean Camera2013-10-271-9/+16
|
* Merge branch 'master' of github.com:abcminiuser/lufaDean Camera2013-10-271-1/+1
|\
| * Replace remaining MIDI interface numbers with enums.László Monda2013-10-121-1/+1
| |
* | Only issue the REPEAT instruction in the clone programmer if needed to ↵Dean Camera2013-10-271-3/+6
|/ | | | reduce protocol overhead.
* Replace CDC interface numbers with enums.László Monda2013-10-106-13/+13
|
* Extract interface numbers into enums.László Monda2013-10-0635-87/+204
|
* Fix outdated Benito project ASF XML.Dean Camera2013-08-311-1/+1
|
* Add DefaultInstall section to all INF driver files for easier installation.Dean Camera2013-08-315-0/+15
|
* Update to latest Doxygen configurations, patch Doxygen->Docbook transform ↵Dean Camera2013-08-2314-13160/+18690
| | | | due to changes in the code fragment output in the Doxygen XML.
* Bump AVRISP-MKII version number to be compatible with Atmel Studio 6.1 SP2.Dean Camera2013-08-191-1/+1
|
* Use a timer prescaler of 256 instead of 1024 in the TempDataLogger project ↵Dean Camera2013-08-181-2/+2
| | | | for better accuracy.
* Add host application directories as distributables in Atmel Studio.Dean Camera2013-08-142-0/+5
|
* Fix missing AS6 modules in the USB to Serial Converter project.Dean Camera2013-07-291-0/+2
|
* Rename DS1307 driver files to a more generic RTC, as different RTC drivers ↵Dean Camera2013-07-205-8/+5
| | | | may be added in the future.
* Add volatile software RTC to the TempDataLogger application if the dummy RTC ↵Dean Camera2013-07-206-31/+115
| | | | mode is enabled.
* Fix missing year offset on the TempDataLogger Python host application.Dean Camera2013-07-161-1/+1
|
* Fixed incorrect time/date configuration data order in the TempDataLogger ↵Dean Camera2013-07-161-15/+22
| | | | host application.
* Add Python alternative host application for the TempDataLogger project.Dean Camera2013-07-081-0/+99
|