Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor documentation improvements. | Dean Camera | 2013-06-16 | 1 | -3/+3 |
| | |||||
* | Minor documentation fixes. | Dean Camera | 2013-03-07 | 1 | -12/+0 |
| | |||||
* | Merge in AppConfigHeaders branch to trunk, altering all projects and demos ↵ | Dean Camera | 2012-05-27 | 1 | -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 Camera | 2012-05-20 | 1 | -1/+15 |
| |\ | |/ |/| | |||||
| * | Merge in latest trunk. | Dean Camera | 2012-05-20 | 1 | -2/+2 |
| |\ | |||||
| * | | AppConfigHeaders: Update several additional user projects to use ↵ | Dean Camera | 2012-05-12 | 1 | -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 Camera | 2012-05-10 | 1 | -5/+0 |
| | | | | | | | | | | | | configuration, rather than makefile defined macros. | ||||
* | | | Alter the XPLAINBridge and AVRISP-MKII clone projects so that the ↵ | Dean Camera | 2012-05-20 | 1 | -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 Camera | 2012-05-18 | 1 | -2/+2 |
| | | | | | | | | ensure correct formatting of application device support. | ||||
* | | Minor documentation improvements. | Dean Camera | 2012-04-15 | 1 | -5/+0 |
|/ | |||||
* | Minor documentation fixes. | Dean Camera | 2012-02-08 | 1 | -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 Camera | 2012-02-08 | 1 | -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 Camera | 2010-12-26 | 1 | -4/+4 |
| | | | | fix incorrect and missing section names. | ||||
* | Clean up excessive whitespace at the end of each line using the wspurify ↵ | Dean Camera | 2010-10-13 | 1 | -3/+4 |
| | | | | tool made by Laszlo Monda | ||||
* | More spell checking of all source files -- correct missed errors, switch to ↵ | Dean Camera | 2010-07-30 | 1 | -1/+1 |
| | | | | EN-GB spelling dictionary. | ||||
* | Spell check all source files once again to find any typos. | Dean Camera | 2010-07-29 | 1 | -3/+3 |
| | |||||
* | Update makefiles to use the latest WinAVR/Atmel toolchain makefile template. | Dean Camera | 2010-07-19 | 1 | -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 Camera | 2010-07-15 | 1 | -5/+10 |
| | | | | XPLAINBridge project. | ||||
* | Added new VTARGET_REF_VOLTS and VTARGET_SCALE_FACTOR compile time defines to ↵ | Dean Camera | 2010-05-27 | 1 | -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 Camera | 2010-05-13 | 1 | -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 Camera | 2010-05-08 | 1 | -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 Camera | 2010-04-06 | 1 | -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 Camera | 2010-03-31 | 1 | -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 Camera | 2010-03-22 | 1 | -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 Camera | 2010-01-28 | 1 | -4/+4 |
| | | | | occupy multiple lines in the same cell, rather than multiple cells. | ||||
* | Clean up of the altered XPLAINBridge project. | Dean Camera | 2010-01-19 | 1 | -8/+19 |
| | |||||
* | Speed up bit-banged USART code in the AVRISP project. | Dean Camera | 2009-12-15 | 1 | -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 Camera | 2009-11-25 | 1 | -0/+70 |
software UART code). |