Commit Graph

659 Commits (e309f42af3389afc8a11fb7475cdd808d89aef98)

Author SHA1 Message Date
Dean Camera 2ff1370221 Merge in AppConfigHeaders branch to trunk, altering all projects and demos to use configuration headers for application and LUFA compile time settings, rather than defines in the project makefiles.
12 years ago
Dean Camera 1e42f7bd46 AppConfigHeaders: Add missing AppConfig.h file includes.
12 years ago
Dean Camera c3dd6ac781 AppConfigHeaders: Merge in latest trunk.
12 years ago
Dean Camera 7d65c54eef Remove legacy AS4 project files, now that they can be automatically generated by the new maintenance script.
12 years ago
Dean Camera b5e850ffd6 Add missing documentation to custom BuiltTest hardware mapping files. Fix up old copyright years on some makefiles.
12 years ago
Dean Camera 5ec9d04bca AppConfigHeaders: Merge in latest trunk.
13 years ago
Dean Camera 55283475d3 Oops - mask out the endpoint address direction when comparing the IN and OUT endpoint indexes in the AVRISP-MKII clone and XPLAINBridge projects.
13 years ago
Dean Camera aba30ac2a0 Fix AVRISP-MKII clone and XPLAINBridge projects not properly configuring the AVRISP IN endpoint when needed if RESET_TOGGLES_LIBUSB_COMPAT compile time option is used.
13 years ago
Dean Camera 5f709e281e Merge in latest trunk.
13 years ago
Dean Camera 5833b27f80 Alter the XPLAINBridge and AVRISP-MKII clone projects so that the descriptors from the AVRISP-MKII clone project can be directly used in the XPLAINBridge project. Add support for RESET_TOGGLES_LIBUSB_COMPAT option in the XPLAINBridge project.
13 years ago
Dean Camera 32cfb8cf4f Minor documentation improvements.
13 years ago
Dean Camera 28967ef2e8 Add missing AppConfig.h includes to project Descriptors.h files.
13 years ago
Dean Camera 063474561d Merge in latest trunk.
13 years ago
Dean Camera d4f00fe7d5 Added new RESET_TOGGLES_LIBUSB_COMPAT compile time option to the AVRISP-MKII clone programmer project (thanks to Robert Spitzenpfeil).
13 years ago
Dean Camera f2ae4dc255 Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet and footer HTML, add explicit spacing into documentation code fragments to prevent Doxygen from removing empty lines in the output.
13 years ago
Dean Camera c31fdbd03e Minor documentation adjustments to the demos, projects and bootloaders to ensure correct formatting of application device support.
13 years ago
Dean Camera 8cfb3d9f09 Update project Doxygen and makefiles so that the resulting project documentation hides the unused version value, and uses the same HTML CSS stylesheet as the library core.
13 years ago
Dean Camera cb9e7392c5 AppConfigHeaders: Make sure that in applications using an AppConfig.h configuration file, all application headers include the configuration file.
13 years ago
Dean Camera e9e6730d49 AppConfigHeaders: Move out the last of the demo/app configurations into new AppConfig.h header files.
13 years ago
Dean Camera 13085a3351 AppConfigHeaders: Switch low level Device mode demos to use LUFAConfig.h configuration header files.
13 years ago
Dean Camera 802910d49f AppConfigHeaders: Update several additional user projects to use configuration header files, rather than makefile defines. Remove compile time warnings for projects lacking device serial support, remove incomplete StandaloneProgrammer project.
13 years ago
Dean Camera 33d9a75b03 AppConfigHeaders: Update several additional user projects to use configuration header files, rather than makefile defines.
13 years ago
Dean Camera 926a83bbc1 AppConfigHeaders: Update several user projects to use configuration header files, rather than makefile defines.
13 years ago
Dean Camera 359fbfe14d Add branch for the conversion of demos to use standard C header files for configuration, rather than makefile defined macros.
13 years ago
Dean Camera 590d9b5ff8 Increased endpoint polling interval for all demos and projects to 5ms, as 1ms was causing some enumeration issues on some machines (thanks to Riku Salminen).
13 years ago
Dean Camera cc959c945b Oops - fix broken MIDIToneGenerator project due to MIDI class API changes.
13 years ago
Dean Camera b42642a5d6 Fix up static analysis build test so that inline suppressions for missing header files are not required in the XPLAINBridge project.
13 years ago
Dean Camera 56aed4b3e6 Fixed AVRISP-MKII programmer project reset line polarity inverted when the generated EEP file is loaded into the USB AVR's EEPROM and avr-dude is used.
13 years ago
Dean Camera cf7859e2f2 Minor documentation improvements.
13 years ago
Dean Camera ce3db96d9a Make sure CRC value is pre-zeroed before reading from the XMEGA target device, to prevent corrupt data from being returned to the host in the AVRISP-MKII Clone project.
13 years ago
Dean Camera e7670d06e0 Minor formatting updates to the SerialToLCD project - remove unused variable.
13 years ago
Dean Camera bd3f6794dd Minor formatting updates to the SerialToLCD project.
13 years ago
Dean Camera 2e757d8c38 Added new SerialToLCD user project contributed by Simon Foster.
13 years ago
Dean Camera 47f6a35013 Reintegrate the FullEPAddresses development branch into trunk.
13 years ago
Dean Camera 3211b35a4c Make Doxygen fail for any Doxygen output other than unsupported tags (as these are somewhat benign).
13 years ago
Dean Camera b04de2f2f4 Pull out common options in the StaticAnalysisTest build test makefile into a seperate make variable for clarity.
13 years ago
Dean Camera 25ac76a251 Reverted AVRISP-MKII clone project watchdog based command timeout patch in favour of a hardware timer, to allow for use in devices with WDTRST fuse programmed.
13 years ago
Dean Camera bbf9d14bf9 Fixed AVRISP-MKII programmer project failing to compile for the U4 chips when VTARGET_ADC_CHANNEL is defined to an invalid channel and NO_VTARGET_DETECT is defined (thanks to Steven Morehouse).
13 years ago
Dean Camera e58915344d Fixed error in the AVRISP-MKII programmer when ISP mode is used at 64KHz (thanks to Ben R. Porter).
13 years ago
Dean Camera d5291c2e10 Only abort Doxygen documentation generation if a non-unsupported tag warning is encountered.
13 years ago
Dean Camera 3ea356a720 Added Dataflash operational checks and aborts to all projects using the Dataflash to ensure it is working correctly before use.
13 years ago
Dean Camera 663f9bd5f5 Update Doxygen documentation build scripts to fail if any warnings are generated.
13 years ago
Dean Camera eb2431ecd8 Update Doxygen configuration files to disable Markdown support.
13 years ago
Dean Camera dba5004684 Update Doxygen configuration files for all projects.
13 years ago
Dean Camera 6ee79029d5 Raised the guard bits in the AVRISP-MKII clone project when in PDI and TPI to 32, to prevent communication errors on low quality connections to a target.
13 years ago
Dean Camera 9ffeac6992 Update code and StaticAnlysisTest so that missingInclude warnings do not have to be suppressed, and so that all code except for third party libraries can be checked.
13 years ago
Dean Camera e408f92b26 Minor documentation improvements.
13 years ago
Dean Camera 7416ebd7c6 Update StaticAnalysisTest to check for missing header files. Fix found incorrect header file paths in the demos and projects.
13 years ago
Dean Camera bb85d083a7 Fix warnings and errors found by the new cppcheck provided static code analysis.
13 years ago
Dean Camera b7f4370c8e Oops - don't reset AVRISP-MKII timeout in XPROG mode, as this is synchronous serial and data is always received regardless of attached or non-attached target.
13 years ago