aboutsummaryrefslogtreecommitdiffstats
path: root/Projects
Commit message (Expand)AuthorAgeFilesLines
* 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
* All Class Driver Host mode demos now correctly set the board LEDs to READY on...Dean Camera2010-03-254-1/+4
* Added new Relay Controller Board project (thanks to OBinou).Dean Camera2010-03-248-0/+2861
* Fixed compilation error in the AudioInput demos when MICROPHONE_BIASED_TO_HAL...Dean Camera2010-03-241-1/+1
* Change over MIDIToneGenerator to use only a single channel (MIDI channel 1) d...Dean Camera2010-03-231-36/+12
* Added incomplete MIDIToneGenerator project.Dean Camera2010-03-235-0/+1430
* Standardized the naming scheme given to configuration descriptor sub-elements...Dean Camera2010-03-2221-91/+92
* Double bank CDC endpoints in the XPLAIN Bridge project, re-enable JTAG once t...Dean Camera2010-03-211-2/+6
* Remove redundant check in the software PDI programming code of the AVRISP pro...Dean Camera2010-03-171-4/+0
* Software PDI mode breaks unless the software USART has 100 cycles between bits.Dean Camera2010-03-175-13/+14
* Increased throughput of the USBtoSerial demo on systems that send multiple by...Dean Camera2010-03-161-2/+2
* Don't enable the pullup on the target /RESET line in the AVRISP project for P...Dean Camera2010-03-161-4/+3
* Fixed PDI programming mode in the AVRISP programmer project not exiting progr...Dean Camera2010-03-162-16/+15
* Added ENABLE_TELNET_SERVER compile time option to the Webserver project to di...Dean Camera2010-03-107-22/+42
* Fix incorrect LED mask name in the Webserver project.Dean Camera2010-03-091-1/+1
* Webserver project now uses the board LEDs to indicate the current IP configur...Dean Camera2010-03-096-10/+22
* Added a timeout value to the TWI_StartTransmission() function, within which t...Dean Camera2010-02-242-7/+7
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-243-37/+37
* Update Temperature board driver to be AVR32 compatible when the ADC periphera...Dean Camera2010-02-232-36/+36
* Fixed software PDI/TPI programming mode in the AVRISP project not correctly t...Dean Camera2010-02-231-2/+2
* Oops - need to revert changes made to ease testing of the software PDI progra...Dean Camera2010-02-213-22/+3
* Remove dual ISR for software PDI mode, use a single ISR instead to reduce cod...Dean Camera2010-02-213-43/+55
* More fixes to the AVRISP command timeout system so that it should no longer l...Dean Camera2010-02-218-31/+58
* Increased the speed of both software and hardware TPI/PDI programming modes o...Dean Camera2010-02-213-5/+9