aboutsummaryrefslogtreecommitdiff
path: root/Projects
AgeCommit message (Expand)Author
2010-05-23Remove obsolete entry from the Doxygen configuration files.Dean
2010-05-20Short UUIDs are measured in bytes, not bits -- update Service Discovery Proto...Dean
2010-05-20Renamed CDC device class demos' ManagementEndpoint descriptor to Notification...Dean
2010-05-17Begin processing code for Service Discovery Protocol attributes.Dean
2010-05-16Fixed AVRISP project not sending a full erase-and-write EEPROM command to XME...Dean
2010-05-14Fixed AVRISP project sending a LOAD EXTENDED ADDRESS command to 128KB AVRs af...Dean
2010-05-13Remove incorrect check for the current device state in the Set Configuration ...Dean
2010-05-13Additional fix to the AVRISP-MKII clone project for 256KB AVRs.Dean
2010-05-13Fixed AVRISP-MKII clone project not correctly issuing SET EXTENDED ADDRESS co...Dean
2010-05-13The LIBUSB_FILTERDRV_COMPAT compile time option in the XPLAINBridge and AVRIS...Dean
2010-05-12Removed TeensyHID bootloader, per request from Paul at PJRC.Dean
2010-05-09Add new ReportType parameter to the HID class driver device callback and host...Dean
2010-05-08Add svn:eol-style property to source files, so that the line endings are corr...Dean
2010-05-07Change over instances of "make" in the makefiles to "$(MAKE)" to allow for th...Dean
2010-05-07Don't cast the line encoding baud rate to a uint16_t before performing the ba...Dean
2010-05-07Change over unix line-endings to dos line endings.Dean
2010-05-06Remove incorrect Abstract Call Management class specific descriptor from the ...Dean
2010-05-04Removed software PDI/TPI emulation from the AVRISP-MKII clone project, as it ...Dean
2010-05-04Fixed device state not being reset back to the default state if the host sets...Dean
2010-05-03Added new ENDPOINT_*_BusSuspended error code to the Endpoint function, so tha...Dean
2010-05-02Increase hardware PDI/TPI programming speed to 1MHz in the AVRISP MKII clone ...Dean
2010-05-02Switch back to C based timeout ISR in the AVRISP project - assembly version w...Dean
2010-05-02Change AVRISP project's timeout to be interrupt based again, but make the int...Dean
2010-04-30Make sure that long reads are aborted early if the connection times out while...Dean
2010-04-30Make sure that the NVM bus/controller busy waits in the AVRISP MKII clone pro...Dean
2010-04-28Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...Dean
2010-04-28USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean
2010-04-28Make AVRISP-MKII clone project's software PDI/TPI mode more robust by keeping...Dean
2010-04-22Added ability to search by Channel PSM to the GetChannelData() function in th...Dean
2010-04-18Add const keyword to the demo function parameters where possible.Dean
2010-04-14Fixed Set/Clear Feature requests directed to a non-configured endpoint not re...Dean
2010-04-13Document the Bluetooth ACL layer. Remove unneeded parameters from the signall...Dean
2010-04-06Add information request/response signal handler to the Bluetooth Host demo.Dean
2010-04-05Add user callback function to the Bluetooth host demo to filter out connectio...Dean
2010-04-01More improvements to the incomplete BluetoothHost demo - add Disconnection Ev...Dean
2010-03-31Added WIN_LIBUSB_COMPAT compile time option to the AVRISP programmer project ...Dean
2010-03-31Add RelayBoard project patch from OBinou.Dean
2010-03-30Added board hardware driver support for the Benito programmer.Dean
2010-03-29Add briefs for the library core structures.Dean
2010-03-25All Class Driver Host mode demos now correctly set the board LEDs to READY on...Dean
2010-03-24Added new Relay Controller Board project (thanks to OBinou).Dean
2010-03-24Fixed compilation error in the AudioInput demos when MICROPHONE_BIASED_TO_HAL...Dean
2010-03-23Change over MIDIToneGenerator to use only a single channel (MIDI channel 1) d...Dean
2010-03-23Added incomplete MIDIToneGenerator project.Dean
2010-03-22Standardized the naming scheme given to configuration descriptor sub-elements...Dean
2010-03-21Double bank CDC endpoints in the XPLAIN Bridge project, re-enable JTAG once t...Dean
2010-03-17Remove redundant check in the software PDI programming code of the AVRISP pro...Dean
2010-03-17Software PDI mode breaks unless the software USART has 100 cycles between bits.Dean
2010-03-16Increased throughput of the USBtoSerial demo on systems that send multiple by...Dean
2010-03-16Don't enable the pullup on the target /RESET line in the AVRISP project for P...Dean