aboutsummaryrefslogtreecommitdiffstats
path: root/Projects
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Fix indentation in the AVRISP-MKII AppConfig.h header.Dean Camera2013-06-221-8/+8
|
* Add U2S board supportMichael2013-06-221-1/+5
| | | | | | Includes board definition files and patch for AVRISPMKII to move the reset line for pin compatibility. http://sites.google.com/site/megau2s/
* Minor documentation improvements.Dean Camera2013-06-167-34/+49
|
* Add missing include to the Bentio project.Dean Camera2013-06-121-0/+1
|
* Update board Dataflash_Init() functions to automatically configure the ↵Dean Camera2013-06-122-2/+0
| | | | appropriate communication interface.
* Minor tweak to RNDIS INF files to make them uniform with the style of the ↵Dean Camera2013-05-251-1/+1
| | | | CDC INF drivers.
* Pseudo-port the projects and dual role demos for possible later multi-arch ↵Dean Camera2013-05-1928-11/+56
| | | | support.
* Update Windows RNDIS driver template.Dean Camera2013-05-191-42/+46
|
* Update Doxygen configuration files to the latest version.Dean Camera2013-05-1914-700/+1190
|
* Add prefixes to string descriptor ID enum names in the AVRISP and ↵Dean Camera2013-05-154-21/+21
| | | | XPLAINBridge projects to avoid conflicts.
* Add symbolic names for USB Device String Descriptors within the demos, ↵Dean Camera2013-05-1524-78/+212
| | | | applications and bootloaders.
* Minor documentation improvements.Dean Camera2013-05-141-2/+1
|
* Delete obsolete LEDNotifier project host application.Dean Camera2013-05-1010-723/+0
|
* Update AVRISP-MKII Clone programmer project default firmware minor revision ↵Dean Camera2013-04-272-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 Camera2013-04-2314-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 Camera2013-04-017-0/+7
| | | | asf.xml files, to prevent breakage with the latest ASF trunk project generator upgrades.
* Minor documentation improvements.Dean Camera2013-03-1813-37/+37
|
* Add missing module dependency to the USBtoSerial project. Minor ↵Dean Camera2013-03-124-8/+27
| | | | documentation corrections.
* Add dummy handler for SCSI_CMD_START_STOP_UNIT in all project SCSI handling ↵Dean Camera2013-03-092-0/+2
| | | | routines, to prevent ejection errors on *nix systems due to an unknown SCSI command.
* Minor documentation fixes.Dean Camera2013-03-071-12/+0
|
* Fixed incorrect output in the HIDReportViewer project when no device is ↵Dean Camera2013-02-281-1/+1
| | | | connected (thanks to Pavel Kuzmin).
* Remove CPPCheck suppressions for unused functions, disable checking for them ↵Dean Camera2013-02-051-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 Camera2013-01-2914-28/+28
|
* Update Atmel Studio core board templates to use different templates for each ↵Dean Camera2013-01-2714-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 Camera2013-01-2014-126/+196
|
* Code style fixes to the AVRISP-MKII Clone programmer project.Dean Camera2013-01-147-37/+58
|
* Updated AVRISP-MKII Clone Programmer project so that the SCK clock period is ↵Dean Camera2013-01-132-10/+26
| | | | saved in EEPROM (thanks to Gerhard Wesser).
* Move out dummy board module and add strong-references to it in each project, ↵Dean Camera2013-01-1214-0/+14
| | | | so that the correct project caption is generated inside Atmel Studio.
* Add Atmel Studio keywords to all project XML files.Dean Camera2013-01-1214-0/+83
|
* Ensure the demo and project main text files are distributed in Atmel Studio ↵Dean Camera2013-01-1114-0/+23
| | | | projects.
* Alter VSIX build script to verify all referenced filenames in all modules ↵Dean Camera2013-01-112-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 Camera2013-01-1111-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 Camera2013-01-102-0/+3
|
* Fix invalid module IDs and update VSIX packing script to ensure the database ↵Dean Camera2013-01-104-8/+8
| | | | cache files are always updated.
* Add and update more Atmel Studio project description XML files.Dean Camera2013-01-1015-1/+645
|
* Update copyright year to 2013.Dean Camera2013-01-03140-260/+260
|
* Upgrade Doxygen configuration files to the latest Doxygen version.Dean Camera2013-01-0314-140/+924
|
* Increased throughput in the USBtoSerial project now that data transmission ↵Dean Camera2012-10-201-8/+2
| | | | is non-blocking (thanks to Joseph Lacerte).
* Minor documentation improvements.Dean Camera2012-10-05122-122/+122
|
* Add CPPCheck supression in the Webserver project, as the latest CPPCheck ↵Dean Camera2012-09-221-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 Camera2012-09-1714-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 Camera2012-09-161-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 Camera2012-09-031-15/+42
|