aboutsummaryrefslogtreecommitdiff
path: root/Projects
AgeCommit message (Expand)Author
2012-04-15Minor documentation improvements.Dean
2012-04-15Make sure CRC value is pre-zeroed before reading from the XMEGA target device...Dean
2012-04-15Minor formatting updates to the SerialToLCD project - remove unused variable.Dean
2012-04-14Minor formatting updates to the SerialToLCD project.Dean
2012-04-14Added new SerialToLCD user project contributed by Simon Foster.Dean
2012-04-14Reintegrate the FullEPAddresses development branch into trunk.Dean
2012-04-09Make Doxygen fail for any Doxygen output other than unsupported tags (as thes...Dean
2012-04-08Pull out common options in the StaticAnalysisTest build test makefile into a ...Dean
2012-04-01Reverted AVRISP-MKII clone project watchdog based command timeout patch in fa...Dean
2012-03-20Fixed AVRISP-MKII programmer project failing to compile for the U4 chips when...Dean
2012-03-18Fixed error in the AVRISP-MKII programmer when ISP mode is used at 64KHz (tha...Dean
2012-03-09Only abort Doxygen documentation generation if a non-unsupported tag warning ...Dean
2012-03-09Added Dataflash operational checks and aborts to all projects using the Dataf...Dean
2012-03-09Update Doxygen documentation build scripts to fail if any warnings are genera...Dean
2012-03-08Update Doxygen configuration files to disable Markdown support.Dean
2012-03-07Update Doxygen configuration files for all projects.Dean
2012-03-05Raised the guard bits in the AVRISP-MKII clone project when in PDI and TPI to...Dean
2012-03-04Update code and StaticAnlysisTest so that missingInclude warnings do not have...Dean
2012-03-04Minor documentation improvements.Dean
2012-02-29Update StaticAnalysisTest to check for missing header files. Fix found incorr...Dean
2012-02-28Fix warnings and errors found by the new cppcheck provided static code analysis.Dean
2012-02-19Oops - don't reset AVRISP-MKII timeout in XPROG mode, as this is synchronous ...Dean
2012-02-08Minor documentation fixes.Dean
2012-02-08Updated the AVRISP-MKII Clone programmer project to be compatible with the la...Dean
2012-02-05Add (still preliminary) support for the ATXMEGA64A4 and ATXMEGA128A4. Fix min...Dean
2012-02-05Fixed invalid PID value used in the TempDataLogger project host application (...Dean
2012-02-04Update file contributor copyrights for 2012.Dean
2012-02-04Update file header copyrights for 2012.Dean
2012-02-04Minor documentation corrections.Dean
2012-02-01Minor documentation improvements.Dean
2012-01-30Fixed AVRISP-MKII Clone timing out on long programming commands such as progr...Dean
2012-01-23Make all AVRISP-MKII programmer parameters readable, since there's no real go...Dean
2012-01-02USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as t...Dean
2011-12-23Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...dean
2011-11-29Fixed AVRISP-MKII Clone failing to start application firmware once a TPI prog...Dean
2011-11-29Bit-bang ISP in the AVRISP-MKII clone project needs to set MOSI pin to the MS...Dean
2011-11-18Added Class, ClassDevice, ClassHost and ClassCommon to the internal class dri...Dean
2011-11-09Add missing SVN eol-style property to ensure that source code line endings an...Dean
2011-11-09Update the incomplete StandaloneProgrammer project to be compatible with the ...Dean
2011-11-09Use strcat() in the HTTPServer project instead of using strcpy() and strlen().Dean
2011-11-09Update host C# applications for VS2010. Make LEDNotifier project host applica...Dean
2011-10-30Added INVERTED_ISP_MISO compile time option to the AVRISP-MKII clone project ...Dean
2011-10-30Minor documentation fixes.Dean
2011-10-18Fixed AVRISP-MKII Clone compile warning on AVR8 U4 targets even when NO_VTARG...Dean
2011-10-12Added reliability patches to the AVRISP-MKII Clone project's PDI/TPI protocol...Dean
2011-10-07Added reliability patches to the AVRISP-MKII Clone project's ISP and PDI/TPI ...Dean
2011-09-21Add project name to the Doxygen makefile target output.Dean
2011-09-21Add const qualifier to all PROGMEM data to prevent warnings in newer AVR-GCC ...Dean
2011-09-07Fixed incorrect buffer size check in the USBtoSerial project (thanks to Yuri ...Dean
2011-09-02Update the TempDataLogger project and driver documentation to use the new TWI...Dean