aboutsummaryrefslogtreecommitdiffstats
path: root/Projects
Commit message (Expand)AuthorAgeFilesLines
* Minor documentation cleanups.Dean Camera2010-06-0315-49/+50
* Add start of RFCOMM service layer to the incomplete BluetoothHost demo.Dean Camera2010-06-031-2/+2
* Added new VTARGET_REF_VOLTS and VTARGET_SCALE_FACTOR compile time defines to ...Dean Camera2010-05-277-11/+30
* Replace ring buffer library in Benito and USBtoSerial projects with the new l...Dean Camera2010-05-2614-493/+203
* The EEPROM stream read/write functions now use eeprom_update_byte() instead o...Dean Camera2010-05-262-4/+12
* Add better documentation to the Software UART code in the XPLAINBridge project.Dean Camera2010-05-261-35/+71
* Switch software UART over to timer 1 and remove timer prescaling to try to pr...Dean Camera2010-05-263-17/+17
* Rename software USART driver globals to make the code more in line with the r...Dean Camera2010-05-263-12/+12
* Make software USART used in the XPLAINBridge project directly check and store...Dean Camera2010-05-265-68/+42
* Create a new LightweightRingBuffer.h header file for the XPLAIN project to ab...Dean Camera2010-05-263-38/+101
* The RingBuff library code has been replaced in the XPLAINBridge project with ...Dean Camera2010-05-268-281/+66
* Remove obsolete entry from the Doxygen configuration files.Dean Camera2010-05-2310-10/+10
* Short UUIDs are measured in bytes, not bits -- update Service Discovery Proto...Dean Camera2010-05-201-4/+6
* Renamed CDC device class demos' ManagementEndpoint descriptor to Notification...Dean Camera2010-05-208-8/+8
* Begin processing code for Service Discovery Protocol attributes.Dean Camera2010-05-171-0/+1
* Fixed AVRISP project not sending a full erase-and-write EEPROM command to XME...Dean Camera2010-05-161-1/+1
* Fixed AVRISP project sending a LOAD EXTENDED ADDRESS command to 128KB AVRs af...Dean Camera2010-05-144-44/+39
* Remove incorrect check for the current device state in the Set Configuration ...Dean Camera2010-05-132-24/+26
* Additional fix to the AVRISP-MKII clone project for 256KB AVRs.Dean Camera2010-05-131-18/+14
* Fixed AVRISP-MKII clone project not correctly issuing SET EXTENDED ADDRESS co...Dean Camera2010-05-136-14/+42
* The LIBUSB_FILTERDRV_COMPAT compile time option in the XPLAINBridge and AVRIS...Dean Camera2010-05-139-15/+12
* Removed TeensyHID bootloader, per request from Paul at PJRC.Dean Camera2010-05-121-3/+3
* Add new ReportType parameter to the HID class driver device callback and host...Dean Camera2010-05-095-11/+6
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-08202-61036/+61036
* Change over instances of "make" in the makefiles to "$(MAKE)" to allow for th...Dean Camera2010-05-0713-42/+42
* Don't cast the line encoding baud rate to a uint16_t before performing the ba...Dean Camera2010-05-071-1/+1
* Change over unix line-endings to dos line endings.Dean Camera2010-05-0715-6712/+6712
* Remove incorrect Abstract Call Management class specific descriptor from the ...Dean Camera2010-05-068-36/+0
* Removed software PDI/TPI emulation from the AVRISP-MKII clone project, as it ...Dean Camera2010-05-043-293/+8
* Fixed device state not being reset back to the default state if the host sets...Dean Camera2010-05-041-2/+3
* Added new ENDPOINT_*_BusSuspended error code to the Endpoint function, so tha...Dean Camera2010-05-031-2/+2
* Increase hardware PDI/TPI programming speed to 1MHz in the AVRISP MKII clone ...Dean Camera2010-05-023-3/+4
* Switch back to C based timeout ISR in the AVRISP project - assembly version w...Dean Camera2010-05-024-25/+21
* Change AVRISP project's timeout to be interrupt based again, but make the int...Dean Camera2010-05-029-116/+63
* Make sure that long reads are aborted early if the connection times out while...Dean Camera2010-04-303-5/+8
* Make sure that the NVM bus/controller busy waits in the AVRISP MKII clone pro...Dean Camera2010-04-303-15/+54
* Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...Dean Camera2010-04-2812-24/+24
* USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean Camera2010-04-2820-6/+30
* Make AVRISP-MKII clone project's software PDI/TPI mode more robust by keeping...Dean Camera2010-04-281-14/+25
* Added ability to search by Channel PSM to the GetChannelData() function in th...Dean Camera2010-04-221-1/+1
* Add const keyword to the demo function parameters where possible.Dean Camera2010-04-1821-60/+60
* Fixed Set/Clear Feature requests directed to a non-configured endpoint not re...Dean Camera2010-04-141-1/+1
* Document the Bluetooth ACL layer. Remove unneeded parameters from the signall...Dean Camera2010-04-131-1/+1
* Add information request/response signal handler to the Bluetooth Host demo.Dean Camera2010-04-065-5/+5
* Add user callback function to the Bluetooth host demo to filter out connectio...Dean Camera2010-04-053-17/+25
* More improvements to the incomplete BluetoothHost demo - add Disconnection Ev...Dean Camera2010-04-011-3/+0
* Added WIN_LIBUSB_COMPAT compile time option to the AVRISP programmer project ...Dean Camera2010-03-3114-17/+100
* Add RelayBoard project patch from OBinou.Dean Camera2010-03-311-10/+10
* Added board hardware driver support for the Benito programmer.Dean Camera2010-03-302-111/+1
* Add briefs for the library core structures.Dean Camera2010-03-292-5/+1