aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/XPLAINBridge/XPLAINBridge.txt
Commit message (Collapse)AuthorAgeFilesLines
* Merge in AppConfigHeaders branch to trunk, altering all projects and demos ↵Dean Camera2012-05-271-2/+14
|\ | | | | | | to use configuration headers for application and LUFA compile time settings, rather than defines in the project makefiles.
| * Merge in latest trunk.Dean Camera2012-05-201-1/+15
| |\ | |/ |/|
| * Merge in latest trunk.Dean Camera2012-05-201-2/+2
| |\
| * | AppConfigHeaders: Update several additional user projects to use ↵Dean Camera2012-05-121-2/+2
| | | | | | | | | | | | configuration header files, rather than makefile defines. Remove compile time warnings for projects lacking device serial support, remove incomplete StandaloneProgrammer project.
| * | Add branch for the conversion of demos to use standard C header files for ↵Dean Camera2012-05-101-5/+0
| | | | | | | | | | | | configuration, rather than makefile defined macros.
* | | Alter the XPLAINBridge and AVRISP-MKII clone projects so that the ↵Dean Camera2012-05-201-1/+15
| |/ |/| | | | | 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.
* | Minor documentation adjustments to the demos, projects and bootloaders to ↵Dean Camera2012-05-181-2/+2
| | | | | | | | ensure correct formatting of application device support.
* | Minor documentation improvements.Dean Camera2012-04-151-5/+0
|/
* Minor documentation fixes.Dean Camera2012-02-081-0/+1
| | | | Make an explicit constant name for the CMDEX bit of the target's NVM command register in the AVRISP-MKII Clone project.
* Updated the AVRISP-MKII Clone programmer project to be compatible with the ↵Dean Camera2012-02-081-1/+6
| | | | | | 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.
* Documentation improvements - put driver example code into its own section, ↵Dean Camera2010-12-261-4/+4
| | | | fix incorrect and missing section names.
* Clean up excessive whitespace at the end of each line using the wspurify ↵Dean Camera2010-10-131-3/+4
| | | | tool made by Laszlo Monda
* More spell checking of all source files -- correct missed errors, switch to ↵Dean Camera2010-07-301-1/+1
| | | | EN-GB spelling dictionary.
* Spell check all source files once again to find any typos.Dean Camera2010-07-291-3/+3
|
* Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean Camera2010-07-191-1/+1
| | | | Add new module source variables to the library core makefile, so that module sources can be added to a project's makefile on a per-module rather than per-file basis.
* Added ability to set the serial baud rate via the user's terminal in the ↵Dean Camera2010-07-151-5/+10
| | | | XPLAINBridge project.
* Added new VTARGET_REF_VOLTS and VTARGET_SCALE_FACTOR compile time defines to ↵Dean Camera2010-05-271-3/+3
| | | | | | the AVRISP-MKII programmer project to set the VTARGET reference voltage and scale factor. Fixed XPLAINBridge project not correctly reading the XMEGA's supply voltage when reporting back to the host.
* The LIBUSB_FILTERDRV_COMPAT compile time option in the XPLAINBridge and ↵Dean Camera2010-05-131-3/+2
| | | | | | AVRISP-MKII projects has been renamed LIBUSB_DRIVER_COMPAT, as it applies to all software on all platforms using the libUSB driver. Fix Benito makefile which was accidentally changed during testing.
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-88/+88
| | | | correctly converted to the target system's native end of line style.
* Add information request/response signal handler to the Bluetooth Host demo.Dean Camera2010-04-061-1/+1
| | | | Ensure that the AVRISP-MKII project's Windows avrdude compatibility define is named properly in all parts of the code.
* Added WIN_LIBUSB_COMPAT compile time option to the AVRISP programmer project ↵Dean Camera2010-03-311-0/+7
| | | | to make the code compatible with Windows builds of avrdude at the expense of AVRStudio compatibility.
* Standardized the naming scheme given to configuration descriptor ↵Dean Camera2010-03-221-7/+8
| | | | | | sub-elements in the Device mode demos, bootloaders and projects. Fix errors in the MouseHostWithParser demo from incorrect use of the HID_ALIGN_DATA() macro.
* Fix up project documentation files' overview tables, so that multiple items ↵Dean Camera2010-01-281-4/+4
| | | | occupy multiple lines in the same cell, rather than multiple cells.
* Clean up of the altered XPLAINBridge project.Dean Camera2010-01-191-8/+19
|
* Speed up bit-banged USART code in the AVRISP project.Dean Camera2009-12-151-5/+5
| | | | Fix project text files to refer to "project" instead of "demo".
* Added new XPLAIN serial Bridge project (thanks to John Steggall for the ↵Dean Camera2009-11-251-0/+70
software UART code).