Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add default "all" makefile targets to the demo tree makefiles. | Dean Camera | 2010-06-25 | 1 | -0/+2 |
| | |||||
* | Fix Doxygen formatting of parameters for the ↵ | Dean Camera | 2010-06-25 | 7 | -34/+34 |
| | | | | CALLBACK_HID_Device_CreateHIDReport() function in the ClassDriver HID device demos. | ||||
* | Fix compile and Doxygen errors due to the spell-check changes in the source ↵ | Dean Camera | 2010-06-16 | 1 | -3/+1 |
| | | | | code. | ||||
* | Change over Doxygen \note documentation to \pre where applicable. | Dean Camera | 2010-06-15 | 2 | -3/+4 |
| | |||||
* | Minor fixes to demos to add in some missing comments, printf() formatting. ↵ | Dean Camera | 2010-06-12 | 2 | -1/+2 |
| | | | | Make incomplete Bluetooth demo indicate connections visually via the board LEDs. | ||||
* | Fix incorrect copyright attribution on the class-driver keyboard demos due ↵ | Dean Camera | 2010-06-06 | 9 | -12/+6 |
| | | | | to header copy-pasting. | ||||
* | More documentation fixes. | Dean Camera | 2010-06-03 | 3 | -6/+6 |
| | |||||
* | Minor documentation cleanups. | Dean Camera | 2010-06-03 | 22 | -158/+156 |
| | |||||
* | Switch to using the correct intptr_t type use where a pointer must be cast ↵ | Dean Camera | 2010-05-26 | 4 | -10/+10 |
| | | | | to an integer type. | ||||
* | Fixed RNDISEthernet demos crashing when calculating checksums for ↵ | Dean Camera | 2010-05-25 | 4 | -4/+4 |
| | | | | | | Ethernet/TCP packets of more than ~500 bytes due to an overflow in the checksum calculation loop (thanks to Kevin Malec). Removed string Attributes from the Service Discovery Protocol code to minimise the potential points of failure while the base code is being debugged. | ||||
* | Remove obsolete entry from the Doxygen configuration files. | Dean Camera | 2010-05-23 | 26 | -26/+26 |
| | |||||
* | Renamed CDC device class demos' ManagementEndpoint descriptor to ↵ | Dean Camera | 2010-05-20 | 10 | -10/+10 |
| | | | | NotificationEndpoint to more accurately indicate its purpose. | ||||
* | Add new ReportType parameter to the HID class driver device callback and ↵ | Dean Camera | 2010-05-09 | 14 | -21/+28 |
| | | | | | | host report sending routines. Renamed internal Host mode Class driver descriptor comparator callback routines so that they all start with a uniform DCOMP_{Class Abbreviation}_ prefix. | ||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 257 | -93326/+93326 |
| | | | | correctly converted to the target system's native end of line style. | ||||
* | Change over instances of "make" in the makefiles to "$(MAKE)" to allow for ↵ | Dean Camera | 2010-05-07 | 29 | -106/+106 |
| | | | | the make tool to be overridden. | ||||
* | Remove incorrect Abstract Call Management class specific descriptor from the ↵ | Dean Camera | 2010-05-06 | 14 | -82/+1 |
| | | | | CDC demos, bootloaders and projects. | ||||
* | Use puts_P() and printf_P() instead of the normal variants where possible in ↵ | Dean Camera | 2010-04-28 | 1 | -2/+2 |
| | | | | the Host mode Class Driver demos. | ||||
* | Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the ↵ | Dean Camera | 2010-04-28 | 27 | -54/+54 |
| | | | | LowLevel directory as it is hardware-dependent. | ||||
* | USB_Init() no longer calls sei() to enable global interrupts - this must now ↵ | Dean Camera | 2010-04-28 | 56 | -12/+64 |
| | | | | be done in the user application once all init code has run. | ||||
* | Make bluetooth SDP code correctly unpack the search UUIDs and parameters. | Dean Camera | 2010-04-19 | 3 | -4/+2 |
| | | | | Minor documentation improvements. | ||||
* | Add const keyword to the demo function parameters where possible. | Dean Camera | 2010-04-18 | 10 | -41/+41 |
| | |||||
* | Removed two-step endpoint/pipe bank clear and switch sequence for smaller, ↵ | Dean Camera | 2010-04-13 | 1 | -3/+4 |
| | | | | | | | | faster endpoint/pipe code. Added spacing between multiple paragraphs in Doxygen \note sections. Removed call to the clock prescaler reset function in the Teensy bootloader to save space - the user application is accessed via a watchdog reset anyway, so the prescale reset would only affect the speed of the bootloader itself. | ||||
* | Add briefs for the library core structures. | Dean Camera | 2010-03-29 | 1 | -1/+1 |
| | |||||
* | Fixed compilation error in the AudioInput demos when ↵ | Dean Camera | 2010-03-24 | 2 | -2/+2 |
| | | | | | | | | MICROPHONE_BIASED_TO_HALF_RAIL is defined (thanks to C. Scott Ananian). Minor documentation cleanups. Make sure HID class driver uses properly cast pointers when writing to the report buffer. | ||||
* | Standardized the naming scheme given to configuration descriptor ↵ | Dean Camera | 2010-03-22 | 55 | -287/+292 |
| | | | | | | sub-elements in the Device mode demos, bootloaders and projects. Fix errors in the MouseHostWithParser demo from incorrect use of the HID_ALIGN_DATA() macro. | ||||
* | Fixed LowLevel MassStorage demo broken on the U2 AVRs due to double-banked ↵ | Dean Camera | 2010-03-19 | 2 | -7/+7 |
| | | | | endpoints. | ||||
* | Make sure the button report set masks use OR in all circumstances, to ↵ | Dean Camera | 2010-02-16 | 3 | -3/+3 |
| | | | | prevent user confusion. While the first set of the buttons report item can be a direct assignment, it is not immediately clear to new developers why this is the case. | ||||
* | Fix LowLevel Keyboard demo -- accidentally trying to dereference a uint8_t ↵ | Dean Camera | 2010-02-08 | 1 | -3/+3 |
| | | | | type in ProcessLEDReport(). | ||||
* | Fix AVRISP-MKII clone project's TPI Chip Erase command processing - ensure ↵ | Dean Camera | 2010-02-08 | 2 | -2/+0 |
| | | | | | | erase location is the high byte in the given address space, check NVMBUSY for completion rather than the NVM Bus Enable bit. Change If-Else chains over to switch statements in XPROGProtocol.c for clarity. | ||||
* | Split out LED report processing from the host into a seperate routine in the ↵ | Dean Camera | 2010-02-07 | 2 | -30/+27 |
| | | | | LowLevel KeyboardMouse device demo, to avoid duplicate code. | ||||
* | Added Keyboard LED report masks (KEYBOARD_LED_*) to the HID class driver and ↵ | Dean Camera | 2010-02-07 | 7 | -18/+42 |
| | | | | demos. | ||||
* | Added keyboard modifier masks (HID_KEYBOARD_MODIFER_*) to the HID class ↵ | Dean Camera | 2010-02-07 | 8 | -32/+92 |
| | | | | driver and Keyboard demos. | ||||
* | New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ↵ | Dean Camera | 2010-02-04 | 27 | -27/+27 |
| | | | | | | will remove all board hardware drivers which do not adversely affect the code operation (currently only the LEDs driver). Spell-check code/comments in the Webserver/AVRISP-MKII projects. | ||||
* | Exlude the "INCLUDE_FROM_*" macros from the individual project's documentation. | Dean Camera | 2010-02-03 | 26 | -26/+52 |
| | |||||
* | Minor fixups to the documentation and preprocessor tokens. | Dean Camera | 2010-02-02 | 3 | -6/+6 |
| | |||||
* | Update driver INF files - change manufacturer name from the original ↵ | Dean Camera | 2010-01-29 | 5 | -5/+5 |
| | | | | template's name to the Four Walled Cubicle website. | ||||
* | Removed the stream example code from the Low Level VirtualSerial demos, as ↵ | Dean Camera | 2010-01-28 | 1 | -53/+0 |
| | | | | they were buggy and only served to add clutter. | ||||
* | Fix up project documentation files' overview tables, so that multiple items ↵ | Dean Camera | 2010-01-28 | 22 | -70/+96 |
| | | | | occupy multiple lines in the same cell, rather than multiple cells. | ||||
* | Add Webserver project Doxygen configuration file and overview document. | Dean Camera | 2010-01-25 | 26 | -26/+26 |
| | | | | Fix Doxygen configuration files' input file exclusion filters. | ||||
* | Added explicit ADC channel masks for the standard set of ADC channels, as ↵ | Dean Camera | 2010-01-25 | 4 | -2/+8 |
| | | | | the single-ended channel MUX masks are not equal to the channel number on some AVR models. Changed demos to use the new channel masks when using the ADC driver. | ||||
* | Fix up the incomplete Webserver project so that it integrates with the uIP ↵ | Dean Camera | 2010-01-21 | 2 | -1/+7 |
| | | | | | | stack correctly. Add simple HTTP webserver as a placeholder until FatFS can be integrated. Begin to look into the RNDIS Host Class Driver, which seems to crash on test hardware after many packets have been received. | ||||
* | Changed XPLAINBridge project to be both a USB to USART bridge and a PDI ↵ | Dean Camera | 2010-01-19 | 1 | -2/+2 |
| | | | | programmer, based on the state of a mode select pin. | ||||
* | Fixed incorrect interface values in the VirtualSerialMouse and KeyboardMouse ↵ | Dean Camera | 2010-01-12 | 4 | -8/+8 |
| | | | | | | demo class driver structures. Added caveat information to the CDC device class driver. | ||||
* | Update Doxygen configuration files to the latest Doxygen version. | Dean Camera | 2010-01-06 | 26 | -16406/+18434 |
| | |||||
* | Added support to the MIDI Class drivers for packed data, where multiple MIDI ↵ | Dean Camera | 2010-01-05 | 1 | -0/+1 |
| | | | | events are packed into a single USB packet. Added new MIDI Class driver flush routines to override packing behaviour. | ||||
* | Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check being performed ↵ | Dean Camera | 2010-01-04 | 2 | -6/+14 |
| | | | | | | before the required library headers were included, causing a compilation error. Added notes to the class driver functions indicating which functions require what Device/Host state machine states to function. | ||||
* | Clean up MassStorageKeyboard demo. | Dean Camera | 2010-01-03 | 4 | -30/+17 |
| | |||||
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 174 | -357/+357 |
| | |||||
* | Fix MIT license language to make its intent clearer. | Dean Camera | 2009-12-28 | 171 | -1208/+1208 |
| | |||||
* | Increase timeout of Mass Storage and Still Image host commands to 10 seconds ↵ | Dean Camera | 2009-12-09 | 22 | -69/+71 |
| | | | | | | | | (up from 5) to account for slow-processing devices. Added brace guards to macros with parameters to prevent unintended changed evaluation of the macro expression. Minor code cleanups (remove redundant comments, fix spacing, etc.). |