Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Minor documentation improvements. | Dean Camera | 2013-06-16 | 7 | -34/+49 | |
| | ||||||
* | Add missing include to the Bentio project. | Dean Camera | 2013-06-12 | 1 | -0/+1 | |
| | ||||||
* | Update board Dataflash_Init() functions to automatically configure the ↵ | Dean Camera | 2013-06-12 | 2 | -2/+0 | |
| | | | | appropriate communication interface. | |||||
* | Minor tweak to RNDIS INF files to make them uniform with the style of the ↵ | Dean Camera | 2013-05-25 | 1 | -1/+1 | |
| | | | | CDC INF drivers. | |||||
* | Pseudo-port the projects and dual role demos for possible later multi-arch ↵ | Dean Camera | 2013-05-19 | 28 | -11/+56 | |
| | | | | support. | |||||
* | Update Windows RNDIS driver template. | Dean Camera | 2013-05-19 | 1 | -42/+46 | |
| | ||||||
* | Update Doxygen configuration files to the latest version. | Dean Camera | 2013-05-19 | 14 | -700/+1190 | |
| | ||||||
* | Add prefixes to string descriptor ID enum names in the AVRISP and ↵ | Dean Camera | 2013-05-15 | 4 | -21/+21 | |
| | | | | XPLAINBridge projects to avoid conflicts. | |||||
* | Add symbolic names for USB Device String Descriptors within the demos, ↵ | Dean Camera | 2013-05-15 | 24 | -78/+212 | |
| | | | | applications and bootloaders. | |||||
* | Minor documentation improvements. | Dean Camera | 2013-05-14 | 1 | -2/+1 | |
| | ||||||
* | Delete obsolete LEDNotifier project host application. | Dean Camera | 2013-05-10 | 10 | -723/+0 | |
| | ||||||
* | Update AVRISP-MKII Clone programmer project default firmware minor revision ↵ | Dean Camera | 2013-04-27 | 2 | -2/+2 | |
| | | | | number to make it compatible with the Atmel Studio 6.1 public release. | |||||
* | Add move-to-root directives to all ASF XML application modules, to make the ↵ | Dean Camera | 2013-04-23 | 14 | -27/+38 | |
| | | | | code easier to find in the release version of Atmel Studio 6.1. | |||||
* | Add explicit requirements for the AppConfig.h headers in the various project ↵ | Dean Camera | 2013-04-01 | 7 | -0/+7 | |
| | | | | asf.xml files, to prevent breakage with the latest ASF trunk project generator upgrades. | |||||
* | Minor documentation improvements. | Dean Camera | 2013-03-18 | 13 | -37/+37 | |
| | ||||||
* | Add missing module dependency to the USBtoSerial project. Minor ↵ | Dean Camera | 2013-03-12 | 4 | -8/+27 | |
| | | | | documentation corrections. | |||||
* | Add dummy handler for SCSI_CMD_START_STOP_UNIT in all project SCSI handling ↵ | Dean Camera | 2013-03-09 | 2 | -0/+2 | |
| | | | | routines, to prevent ejection errors on *nix systems due to an unknown SCSI command. | |||||
* | Minor documentation fixes. | Dean Camera | 2013-03-07 | 1 | -12/+0 | |
| | ||||||
* | Fixed incorrect output in the HIDReportViewer project when no device is ↵ | Dean Camera | 2013-02-28 | 1 | -1/+1 | |
| | | | | connected (thanks to Pavel Kuzmin). | |||||
* | Remove CPPCheck suppressions for unused functions, disable checking for them ↵ | Dean Camera | 2013-02-05 | 1 | -1/+0 | |
| | | | | in the StaticAnalysisTest build test as it can't cope with GCC aliasing and mixed library/application code. | |||||
* | Whitespace fixes in the LUFA configuration files. | Dean Camera | 2013-01-29 | 14 | -28/+28 | |
| | ||||||
* | Update Atmel Studio core board templates to use different templates for each ↵ | Dean Camera | 2013-01-27 | 14 | -14/+14 | |
| | | | | driver, so that the project caption contains the architecture. Update individual board modules to include the relevant board hardware drivers. | |||||
* | Upgrade Doxygen configuration files to the latest version. | Dean Camera | 2013-01-20 | 14 | -126/+196 | |
| | ||||||
* | Code style fixes to the AVRISP-MKII Clone programmer project. | Dean Camera | 2013-01-14 | 7 | -37/+58 | |
| | ||||||
* | Updated AVRISP-MKII Clone Programmer project so that the SCK clock period is ↵ | Dean Camera | 2013-01-13 | 2 | -10/+26 | |
| | | | | saved in EEPROM (thanks to Gerhard Wesser). | |||||
* | Move out dummy board module and add strong-references to it in each project, ↵ | Dean Camera | 2013-01-12 | 14 | -0/+14 | |
| | | | | so that the correct project caption is generated inside Atmel Studio. | |||||
* | Add Atmel Studio keywords to all project XML files. | Dean Camera | 2013-01-12 | 14 | -0/+83 | |
| | ||||||
* | Ensure the demo and project main text files are distributed in Atmel Studio ↵ | Dean Camera | 2013-01-11 | 14 | -0/+23 | |
| | | | | projects. | |||||
* | Alter VSIX build script to verify all referenced filenames in all modules ↵ | Dean Camera | 2013-01-11 | 2 | -3/+3 | |
| | | | | and projects, rather than just the core modules. Fix discovered errors in the project XML files. | |||||
* | Add board definitions to the pseudo-board selector module in the Atmel ↵ | Dean Camera | 2013-01-11 | 11 | -0/+11 | |
| | | | | Studio integration files. Make sure all projects require the base board module, so that it appears as a top level module in the project ASF explorer for easy board switching. | |||||
* | Update and add missing Atmel Studio project description XML files. | Dean Camera | 2013-01-10 | 2 | -0/+3 | |
| | ||||||
* | Fix invalid module IDs and update VSIX packing script to ensure the database ↵ | Dean Camera | 2013-01-10 | 4 | -8/+8 | |
| | | | | cache files are always updated. | |||||
* | Add and update more Atmel Studio project description XML files. | Dean Camera | 2013-01-10 | 15 | -1/+645 | |
| | ||||||
* | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 140 | -260/+260 | |
| | ||||||
* | Upgrade Doxygen configuration files to the latest Doxygen version. | Dean Camera | 2013-01-03 | 14 | -140/+924 | |
| | ||||||
* | Increased throughput in the USBtoSerial project now that data transmission ↵ | Dean Camera | 2012-10-20 | 1 | -8/+2 | |
| | | | | is non-blocking (thanks to Joseph Lacerte). | |||||
* | Minor documentation improvements. | Dean Camera | 2012-10-05 | 122 | -122/+122 | |
| | ||||||
* | Add CPPCheck supression in the Webserver project, as the latest CPPCheck ↵ | Dean Camera | 2012-09-22 | 1 | -0/+1 | |
| | | | | development code appears to falsely warn on the global uip_len variable when it is tested multiple times. | |||||
* | Use the framework provided GlobalInterruptEnable() function instead of the ↵ | Dean Camera | 2012-09-17 | 14 | -14/+14 | |
| | | | | AVR8/XMEGA specific sei() macro, for future demo/project portability. | |||||
* | Fixed lengthy timeouts in the USBtoSerial project if no application on the ↵ | Dean Camera | 2012-09-16 | 1 | -12/+23 | |
| | | | | | | host is consuming data (thanks to Nicolas Saugnier). Fixed lengthy automatic data flushing in the CDC and MIDI device class drivers. | |||||
* | Add additional driver documentation to the AVRISP-MKII clone programmer project. | Dean Camera | 2012-09-03 | 1 | -15/+42 | |
| | ||||||
* | Alter the AVRISP-MKII clone project code to report a different serial number ↵ | Dean Camera | 2012-09-03 | 1 | -2/+7 | |
| | | | | in libUSB compatibility mode, so that both the Jungo drivers and the libUSB drivers can be installed at the same time (and switched back and forth based on the current compatibility mode). | |||||
* | Update FatFS library copies to the latest R0.09a version. | Dean Camera | 2012-09-01 | 12 | -710/+1035 | |
| | ||||||
* | Fix incorrect string length in the USBtoSerial demo descriptors (thanks to ↵ | Dean Camera | 2012-08-28 | 1 | -1/+1 | |
| | | | | Oliver Zander). | |||||
* | Spell-check latest trunk source code. | Dean Camera | 2012-08-18 | 6 | -48/+48 | |
| | ||||||
* | Fixed missing Win-32bit compatibility sections in the LUFA INF driver files ↵ | Dean Camera | 2012-08-16 | 4 | -0/+12 | |
| | | | | (thanks to Christan Beharrell). | |||||
* | Upgrade Doxygen configuration files, custom style CSS and DOXYGEN build ↵ | Dean Camera | 2012-08-13 | 14 | -336/+560 | |
| | | | | module for the latest Doxygen release. | |||||
* | Fixed broken RESET_TOGGLES_LIBUSB_COMPAT compile time option in the ↵ | Dean Camera | 2012-08-12 | 1 | -5/+5 | |
| | | | | AVRISP-MKII project. | |||||
* | Add help text to the project makefiles to help new users get information on ↵ | Dean Camera | 2012-08-11 | 14 | -0/+28 | |
| | | | | the improved build system. | |||||
* | Upgrade Doxygen configuration files to 1.8.1.2. | Dean Camera | 2012-07-29 | 14 | -84/+56 | |
| |