- Feb 08, 2012
-
-
Dean Camera authored
Make an explicit constant name for the CMDEX bit of the target's NVM command register in the AVRISP-MKII Clone project.
-
Dean Camera authored
Updated the AVRISP-MKII Clone programmer project to be compatible with the 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.
-
- Feb 05, 2012
-
-
Dean Camera authored
Add (still preliminary) support for the ATXMEGA64A4 and ATXMEGA128A4. Fix minor error in the AVRISP-MKII clone project descriptors.
-
Dean Camera authored
Fixed invalid PID value used in the TempDataLogger project host application (thanks to Anupam Pathak).
-
- Feb 04, 2012
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
- Feb 01, 2012
-
-
Dean Camera authored
-
- Jan 30, 2012
-
-
Dean Camera authored
Fixed AVRISP-MKII Clone timing out on long programming commands such as programming the EEPROM on an ATMEGA8 (thanks to Martin Kelling).
-
- Jan 23, 2012
-
-
Dean Camera authored
Make all AVRISP-MKII programmer parameters readable, since there's no real good reason to restrict parameter reads. Fix misspelt target reset polarity EEPROM variable.
-
- Jan 02, 2012
-
-
Dean Camera authored
USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as this was misnamed (thanks to NXP Semiconductors).
-
- Dec 23, 2011
-
-
Dean Camera authored
Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing whitespace at the end of each line.
-
- Nov 29, 2011
-
-
Dean Camera authored
Fixed AVRISP-MKII Clone failing to start application firmware once a TPI programming session is exited.
-
Dean Camera authored
Bit-bang ISP in the AVRISP-MKII clone project needs to set MOSI pin to the MSB of the data byte on startup, not the LSB.
-
- Nov 18, 2011
-
-
Dean Camera authored
Added Class, ClassDevice, ClassHost and ClassCommon to the internal class driver source filenames to prevent ambiguities.
-
- Nov 09, 2011
-
-
Dean Camera authored
Add missing SVN eol-style property to ensure that source code line endings and converted to the native values on checkout.
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Update host C# applications for VS2010. Make LEDNotifier project host applications only display valid COM port names for the PC it is run on, rather than all possible port names. Add missing property files to the TempDataLogger project host application.
-
- Oct 30, 2011
-
-
Dean Camera authored
Added INVERTED_ISP_MISO compile time option to the AVRISP-MKII clone project (thanks to Chuck Rohs).
-
Dean Camera authored
-
- Oct 18, 2011
-
-
Dean Camera authored
-
- Oct 12, 2011
-
-
Dean Camera authored
Added reliability patches to the AVRISP-MKII Clone project's PDI/TPI protocols (thanks to Justin Mattair).
-
- Oct 07, 2011
-
-
Dean Camera authored
Added reliability patches to the AVRISP-MKII Clone project's ISP and PDI/TPI protocols (thanks to Justin Mattair).
-
- Sep 21, 2011
-
-
Dean Camera authored
-
Dean Camera authored
-
- Sep 07, 2011
-
-
Dean Camera authored
-
- Sep 02, 2011
-
-
Dean Camera authored
Update the TempDataLogger project and driver documentation to use the new TWI_BITLENGTH_FROM_FREQ() macro.
-
- Aug 17, 2011
-
-
Dean Camera authored
-
- Aug 16, 2011
-
-
Dean Camera authored
Pull out architecture specific macros and other definitions into a new common header file. Add new JTAG_DISABLE() macro for the AVR8s to software-disable JTAG debugging using cycle-safe assembly code.
-
Dean Camera authored
-
- Jul 30, 2011
-
-
Dean Camera authored
Fixed incorrect Dataflash buffer use in the DataflashManager_WriteBlocks_RAM() function of several demos/projects (thanks to Jeremy Willden).
-
- Jul 26, 2011
-
-
Dean Camera authored
Added new VTARGET_USE_INTERNAL_REF configuration option to the AVRISP-MKII clone project (thanks to Volker Bosch).
-
- Jul 19, 2011
-
-
Dean Camera authored
Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOINT_DIR_* macros, which can now be used with both Endpoint_ConfigureEndpoint() and in the device descriptors.
-
- Jul 15, 2011
-
-
Dean Camera authored
-
- Jul 11, 2011
-
-
Dean Camera authored
-
- Jul 08, 2011
-
-
Dean Camera authored
-
Dean Camera authored
Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnumerationComplete() event callback for device configuration instead of manual host state machine manipulations in the main application task. Added new USB_Host_ConfigurationNumber global variable to indicate the selected configuration in an attached device. Renamed global state variables that are specific to a certain USB mode to clearly indicate which mode the variable relates to, by changing the USB_* prefix to USB_Device_* or USB_Host_*. Removed the HOST_STATE_WaitForDeviceRemoval and HOST_STATE_Suspended host state machine states, as these are no longer required. Altered the USB_Host_SetDeviceConfiguration() function to update the new USB_Host_ConfigurationNumber global as required. Moved out the Host mode standard request convenience/helper functions from the architecture specific Host driver files to the architecture agnostic HostStandardReq.c driver file.
-
- Jul 06, 2011
-
-
Dean Camera authored
Add the GCC -fno-split-wide-types compile time option to some of the larger user projects to reduce the compiled application size.
-
- Jul 04, 2011
-
-
Dean Camera authored
Switch the HTTP Webserver project to use the safer strlcpy() instead of strncpy() to save on manual null-termination.
-