aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Benito
Commit message (Expand)AuthorAgeFilesLines
* Added ability to set the serial baud rate via the user's terminal in the XPLA...Dean Camera2010-07-151-1/+1
* Fixed possible buffer overrun in the XPLAINBridge project when in serial brid...Dean Camera2010-07-151-0/+20
* Add first lot of AVRStudio project files for some of the library projects.Dean Camera2010-07-131-0/+1
* Add missing clean_doxygen phony targets to the project makefiles.Dean Camera2010-07-121-1/+2
* Alter the ring buffer library headers to have both atomic and non-atomic inse...Dean Camera2010-07-122-5/+38
* Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu...Dean Camera2010-07-021-0/+1
* Maximise the size of the ring buffers in the Benito/XPLAINBridge/USBtoSerial ...Dean Camera2010-06-241-1/+1
* Oops - light weight ring buffer documentation used \ref instead of \param to ...Dean Camera2010-06-101-4/+4
* Document lightweight ring buffer header files.Dean Camera2010-06-061-19/+49
* Add the svn:eol-style property onto new files which where missing it to ensur...Dean Camera2010-06-061-89/+89
* Minor documentation cleanups.Dean Camera2010-06-031-2/+2
* Replace ring buffer library in Benito and USBtoSerial projects with the new l...Dean Camera2010-05-266-242/+95
* Remove obsolete entry from the Doxygen configuration files.Dean Camera2010-05-231-1/+1
* Renamed CDC device class demos' ManagementEndpoint descriptor to Notification...Dean Camera2010-05-202-2/+2
* Fixed AVRISP-MKII clone project not correctly issuing SET EXTENDED ADDRESS co...Dean Camera2010-05-132-2/+2
* The LIBUSB_FILTERDRV_COMPAT compile time option in the XPLAINBridge and AVRIS...Dean Camera2010-05-131-2/+2
* Removed TeensyHID bootloader, per request from Paul at PJRC.Dean Camera2010-05-121-3/+3
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-0810-3427/+3427
* Change over instances of "make" in the makefiles to "$(MAKE)" to allow for th...Dean Camera2010-05-071-1/+1
* Don't cast the line encoding baud rate to a uint16_t before performing the ba...Dean Camera2010-05-071-1/+1
* Remove incorrect Abstract Call Management class specific descriptor from the ...Dean Camera2010-05-062-9/+0
* Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...Dean Camera2010-04-281-2/+2
* USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean Camera2010-04-281-0/+2
* Added board hardware driver support for the Benito programmer.Dean Camera2010-03-302-111/+1
* Standardized the naming scheme given to configuration descriptor sub-elements...Dean Camera2010-03-222-10/+10
* New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ...Dean Camera2010-02-041-1/+1
* Exlude the "INCLUDE_FROM_*" macros from the individual project's documentation.Dean Camera2010-02-031-1/+2
* Better HTTP GET parsing in the Webserver demo, add application polling.Dean Camera2010-01-311-1/+0
* Update driver INF files - change manufacturer name from the original template...Dean Camera2010-01-291-1/+1
* Fix up project documentation files' overview tables, so that multiple items o...Dean Camera2010-01-281-2/+2
* Add Webserver project Doxygen configuration file and overview document.Dean Camera2010-01-251-1/+1
* New revision Benito hardware will be 16MHz, and use the ATMEGA32U2. Change ma...Dean Camera2010-01-212-6/+3
* Update Benito project -- device should be reset when DTR is *asserted* not de...Dean Camera2010-01-211-1/+1
* Oops - missing brace in the updated Benito code causing compilation to fail.Dean Camera2010-01-171-1/+1
* Fix the Benito project not pulsing the target's /RESET line when DTR is de-as...Dean Camera2010-01-171-2/+9
* Update Doxygen configuration files to the latest Doxygen version.Dean Camera2010-01-061-631/+709
* Update copyright year to 2010.Dean Camera2009-12-307-14/+14
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-287-49/+49
* Add const qualifier to the parameters of Projects' functions where possible.Dean Camera2009-12-202-8/+8
* Speed up bit-banged USART code in the AVRISP project.Dean Camera2009-12-151-4/+4
* Spell check all source code variables, comments and strings.Dean Camera2009-11-091-2/+2
* Add double banking property to LUFA powered projects in the Projects director...Dean Camera2009-11-061-7/+10
* Fix invalid Event name rule in demo/project makefiles.Dean Camera2009-10-161-1/+1
* Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz.Dean Camera2009-10-121-10/+5
* Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...Dean Camera2009-09-091-2/+1
* Remove information about 64 bit Windows OS signing requirements for the CDC b...Dean Camera2009-09-071-5/+0
* Add in new invalid event hook check targets to project makefiles to produce c...Dean Camera2009-09-061-30/+47
* Added 64 bit OS driver installation instructions to the readme for all CDC ba...Dean Camera2009-09-061-0/+10
* Changed Still Image Host class driver to auto-fill TransactionID element of s...Dean Camera2009-09-062-33/+84
* Replace -finline-limit with -fno-inline-small-functions in project makefiles.Dean Camera2009-08-301-1/+1