aboutsummaryrefslogtreecommitdiff
path: root/Projects
AgeCommit message (Collapse)Author
2012-04-25Oops - fix broken MIDIToneGenerator project due to MIDI class API changes.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2177 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-16Fix up static analysis build test so that inline suppressions for missing ↵Dean
header files are not required in the XPLAINBridge project. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2168 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-16Fixed AVRISP-MKII programmer project reset line polarity inverted when the ↵Dean
generated EEP file is loaded into the USB AVR's EEPROM and avr-dude is used. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2167 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-15Minor documentation improvements.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2165 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-15Make sure CRC value is pre-zeroed before reading from the XMEGA target ↵Dean
device, to prevent corrupt data from being returned to the host in the AVRISP-MKII Clone project. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2164 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-15Minor formatting updates to the SerialToLCD project - remove unused variable.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2160 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-14Minor formatting updates to the SerialToLCD project.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2159 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-14Added new SerialToLCD user project contributed by Simon Foster.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2158 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-14Reintegrate the FullEPAddresses development branch into trunk.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2155 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-09Make Doxygen fail for any Doxygen output other than unsupported tags (as ↵Dean
these are somewhat benign). Improve exclusion list for the main library export_tar rule to exclude any compiled library files from the export. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2150 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-08Pull out common options in the StaticAnalysisTest build test makefile into a ↵Dean
seperate make variable for clarity. Add missing cppcheck inline suppression comment. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2139 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-01Reverted AVRISP-MKII clone project watchdog based command timeout patch in ↵Dean
favour of a hardware timer, to allow for use in devices with WDTRST fuse programmed. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2127 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-20Fixed AVRISP-MKII programmer project failing to compile for the U4 chips ↵Dean
when VTARGET_ADC_CHANNEL is defined to an invalid channel and NO_VTARGET_DETECT is defined (thanks to Steven Morehouse). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2118 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-18Fixed error in the AVRISP-MKII programmer when ISP mode is used at 64KHz ↵Dean
(thanks to Ben R. Porter). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2114 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-09Only abort Doxygen documentation generation if a non-unsupported tag warning ↵Dean
is encountered. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2104 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-09Added Dataflash operational checks and aborts to all projects using the ↵Dean
Dataflash to ensure it is working correctly before use. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2103 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-09Update Doxygen documentation build scripts to fail if any warnings are ↵Dean
generated. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2101 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-08Update Doxygen configuration files to disable Markdown support.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2093 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-07Update Doxygen configuration files for all projects.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2087 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-05Raised the guard bits in the AVRISP-MKII clone project when in PDI and TPI ↵Dean
to 32, to prevent communication errors on low quality connections to a target. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2082 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-04Update code and StaticAnlysisTest so that missingInclude warnings do not ↵Dean
have to be suppressed, and so that all code except for third party libraries can be checked. Update SingleUSBModeTest makefile to separate out the messages from the test commands. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2079 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-04Minor documentation improvements.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2078 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-29Update StaticAnalysisTest to check for missing header files. Fix found ↵Dean
incorrect header file paths in the demos and projects. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2076 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-28Fix warnings and errors found by the new cppcheck provided static code analysis.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2075 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-19Oops - don't reset AVRISP-MKII timeout in XPROG mode, as this is synchronous ↵Dean
serial and data is always received regardless of attached or non-attached target. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2055 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-08Minor documentation fixes.Dean
Make an explicit constant name for the CMDEX bit of the target's NVM command register in the AVRISP-MKII Clone project. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2040 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-08Updated the AVRISP-MKII Clone programmer project to be compatible with the ↵Dean
latest version of AVR Studio (version 5.1). Changed the AVRISP-MKII Clone programmer project to report a fixed 3.3V VTARGET voltage on USB AVRs lacking an ADC instead of 5V to prevent warnings in AVR Studio 5.1 when programming XMEGA devices. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2038 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-05Add (still preliminary) support for the ATXMEGA64A4 and ATXMEGA128A4. Fix ↵Dean
minor error in the AVRISP-MKII clone project descriptors. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2035 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-05Fixed invalid PID value used in the TempDataLogger project host application ↵Dean
(thanks to Anupam Pathak). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2028 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-04Update file contributor copyrights for 2012.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2026 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-04Update file header copyrights for 2012.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2025 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-04Minor documentation corrections.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2023 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-01Minor documentation improvements.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2017 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-01-30Fixed AVRISP-MKII Clone timing out on long programming commands such as ↵Dean
programming the EEPROM on an ATMEGA8 (thanks to Martin Kelling). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2016 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-01-23Make all AVRISP-MKII programmer parameters readable, since there's no real ↵Dean
good reason to restrict parameter reads. Fix misspelt target reset polarity EEPROM variable. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2011 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-01-02USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as ↵Dean
this was misnamed (thanks to NXP Semiconductors). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2009 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-12-23Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵dean
trailing whitespace at the end of each line. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2007 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-11-29Fixed AVRISP-MKII Clone failing to start application firmware once a TPI ↵Dean
programming session is exited. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2000 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-11-29Bit-bang ISP in the AVRISP-MKII clone project needs to set MOSI pin to the ↵Dean
MSB of the data byte on startup, not the LSB. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1998 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-11-18Added Class, ClassDevice, ClassHost and ClassCommon to the internal class ↵Dean
driver source filenames to prevent ambiguities. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1978 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-11-09Add missing SVN eol-style property to ensure that source code line endings ↵Dean
and converted to the native values on checkout. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1975 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-11-09Update the incomplete StandaloneProgrammer project to be compatible with the ↵Dean
latest LUFA core API. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1974 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-11-09Use strcat() in the HTTPServer project instead of using strcpy() and strlen().Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1973 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-11-09Update host C# applications for VS2010. Make LEDNotifier project host ↵Dean
applications only display valid COM port names for the PC it is run on, rather than all possible port names. Add missing property files to the TempDataLogger project host application. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1972 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-10-30Added INVERTED_ISP_MISO compile time option to the AVRISP-MKII clone project ↵Dean
(thanks to Chuck Rohs). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1963 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-10-30Minor documentation fixes.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1957 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-10-18Fixed AVRISP-MKII Clone compile warning on AVR8 U4 targets even when ↵Dean
NO_VTARGET_DETECT is enabled. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1949 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-10-12Added reliability patches to the AVRISP-MKII Clone project's PDI/TPI ↵Dean
protocols (thanks to Justin Mattair). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1947 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-10-07Added reliability patches to the AVRISP-MKII Clone project's ISP and PDI/TPI ↵Dean
protocols (thanks to Justin Mattair). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1937 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-09-21Add project name to the Doxygen makefile target output.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1930 d5102386-fcda-11dd-9fdb-3debd5008f28