Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Increased endpoint polling interval for all demos and projects to 5ms, as ↵ | Dean Camera | 2012-05-06 | 10 | -21/+21 |
| | | | | 1ms was causing some enumeration issues on some machines (thanks to Riku Salminen). | ||||
* | Changed MIDI event structure MIDI_EventPacket_t to use a single field for ↵ | Dean Camera | 2012-04-25 | 1 | -3/+2 |
| | | | | the combined virtual cable index and command ID, to prevent bitfield packing issues on some architectures (thanks to Darren Gibbs). | ||||
* | Reintegrate the FullEPAddresses development branch into trunk. | Dean Camera | 2012-04-14 | 36 | -185/+152 |
| | |||||
* | Make Doxygen fail for any Doxygen output other than unsupported tags (as ↵ | Dean Camera | 2012-04-09 | 12 | -12/+12 |
| | | | | | | these are somewhat benign). Improve exclusion list for the main library export_tar rule to exclude any compiled library files from the export. | ||||
* | Removed variable axis support from the HID_DESCRIPTOR_JOYSTICK() macro due ↵ | Dean Camera | 2012-03-29 | 2 | -1/+3 |
| | | | | to OS incompatibilities, replaced with fixed 3-axis joystick report structure. | ||||
* | Only abort Doxygen documentation generation if a non-unsupported tag warning ↵ | Dean Camera | 2012-03-09 | 12 | -12/+12 |
| | | | | is encountered. | ||||
* | Added Dataflash operational checks and aborts to all projects using the ↵ | Dean Camera | 2012-03-09 | 1 | -0/+7 |
| | | | | Dataflash to ensure it is working correctly before use. | ||||
* | Update Doxygen documentation build scripts to fail if any warnings are ↵ | Dean Camera | 2012-03-09 | 12 | -12/+36 |
| | | | | generated. | ||||
* | Update Doxygen configuration files to disable Markdown support. | Dean Camera | 2012-03-08 | 12 | -12/+12 |
| | |||||
* | Update Doxygen configuration files for all projects. | Dean Camera | 2012-03-07 | 12 | -1284/+4272 |
| | |||||
* | Update StaticAnalysisTest to check for missing header files. Fix found ↵ | Dean Camera | 2012-02-29 | 3 | -5/+5 |
| | | | | incorrect header file paths in the demos and projects. | ||||
* | Update file contributor copyrights for 2012. | Dean Camera | 2012-02-04 | 73 | -73/+73 |
| | |||||
* | Update file header copyrights for 2012. | Dean Camera | 2012-02-04 | 73 | -73/+73 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-02-01 | 1 | -1/+1 |
| | |||||
* | USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as ↵ | Dean Camera | 2012-01-02 | 12 | -12/+12 |
| | | | | this was misnamed (thanks to NXP Semiconductors). | ||||
* | Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵ | Dean Camera | 2011-12-23 | 12 | -32/+36 |
| | | | | trailing whitespace at the end of each line. | ||||
* | Fixed misspelled HID_KEYBOARD_MODIFIER_* macros in the HID class driver ↵ | Dean Camera | 2011-11-16 | 2 | -2/+2 |
| | | | | (thanks to Laszlo Monda). | ||||
* | Add missing SVN eol-style property to ensure that source code line endings ↵ | Dean Camera | 2011-11-09 | 12 | -12/+12 |
| | | | | and converted to the native values on checkout. | ||||
* | Fixed port state table corruption in the TCP layer of the RNDIS Ethernet ↵ | Dean Camera | 2011-10-09 | 1 | -3/+3 |
| | | | | | | device demos. Fix additional warnings under GCC 4.6. | ||||
* | Add project name to the Doxygen makefile target output. | Dean Camera | 2011-09-21 | 12 | -12/+12 |
| | |||||
* | Add const qualifier to all PROGMEM data to prevent warnings in newer AVR-GCC ↵ | Dean Camera | 2011-09-21 | 2 | -10/+10 |
| | | | | compiler versions. | ||||
* | Fix Class Driver GenericHID demo using the wrong size for the returned reports. | Dean Camera | 2011-09-21 | 1 | -1/+1 |
| | |||||
* | Renamed the JTAG_DEBUG_ASSERT() macro to JTAG_ASSERT(). | Dean Camera | 2011-08-22 | 1 | -10/+24 |
| | | | | | | | | Changed the reports in the GenericHID device demos to control the board LEDs, to reduce user confusion over the callback routines. Fixed swapped TWI_ADDRESS_READ and TWI_ADDRESS_WRITE values. Fixed TWI_ReadPacket() not releasing the TWI bus on read completion. | ||||
* | Fixed incorrect Dataflash buffer use in the ↵ | Dean Camera | 2011-07-30 | 1 | -1/+1 |
| | | | | DataflashManager_WriteBlocks_RAM() function of several demos/projects (thanks to Jeremy Willden). | ||||
* | Fixed USB_USBTask not being called internally in stream transfers between ↵ | Dean Camera | 2011-07-25 | 1 | -2/+0 |
| | | | | | | packets when Partial Stream Transfers are used. Remove old unused function prototype in the LowLevel MassStorage device demo. | ||||
* | Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ↵ | Dean Camera | 2011-07-19 | 14 | -31/+31 |
| | | | | ENDPOINT_DIR_* macros, which can now be used with both Endpoint_ConfigureEndpoint() and in the device descriptors. | ||||
* | More endianness porting of the LUFA device mode class drivers. | Dean Camera | 2011-07-11 | 2 | -4/+8 |
| | | | | | | Add endianness information to the class driver and core structure definitions. Move out the unused Ethernet_Frame_Info_t structure definition to the RNDIS device demos where it is needed. | ||||
* | Oops: Fix compile error in the low level KeyboardMouse demo. | Dean Camera | 2011-07-02 | 1 | -0/+2 |
| | |||||
* | Seperate out the device demos and project's configuration descriptor ↵ | Dean Camera | 2011-07-01 | 12 | -12/+53 |
| | | | | structure definitions to clearly indicate what descriptors belong to which interface. | ||||
* | Add new "checksource" target to the library makefiles, for automated source ↵ | Dean Camera | 2011-06-20 | 12 | -23/+120 |
| | | | | file existance checking. | ||||
* | Fix Doxygen documentation errors. | Dean Camera | 2011-06-14 | 1 | -1/+1 |
| | |||||
* | Add missing AS4 and project description files to the new Audio Host demos. | Dean Camera | 2011-06-09 | 2 | -10/+0 |
| | | | | Correct errors in the existing Audio demo description files due to the new demo features (variable sampling rate vs. a fixed sampling rate). | ||||
* | Fix errors in the Audio device demos and class driver regarding multiple ↵ | Dean Camera | 2011-06-07 | 4 | -16/+16 |
| | | | | sample frequency support. | ||||
* | Update the Low Level Audio Input and Audio Output demos to support multiple ↵ | Dean Camera | 2011-06-06 | 6 | -16/+127 |
| | | | | | | sample rates. Remove custom PIDs on the Class Driver Audio device demos and revert back to the original Audio PIDs, as the low level and class driver demo versions are now descriptor compatible once again. | ||||
* | Massive corrections to the project documentation and code comments, thanks ↵ | Dean Camera | 2011-06-05 | 8 | -14/+14 |
| | | | | to Russian translation services provided by Andrey from Microsin.ru. | ||||
* | Added new callback to the Audio Class driver to allow for endpoint control ↵ | Dean Camera | 2011-06-03 | 2 | -2/+6 |
| | | | | | | | | | | | | manipulations such as data sample rates. Modified the Class Driver AudioInput and AudioOutput demos to support multiple sample rates. Fixed KeyboardHost and KeyboardHostWithParser demos displaying incorrect values when numerical keys were pressed. Fix broken LowLevel audio demo descriptors. Minor documentation fixes. | ||||
* | Spell check library source code files. | Dean Camera | 2011-06-01 | 2 | -2/+2 |
| | |||||
* | Altered the definition of the USB_Audio_Descriptor_Format_t descriptor so ↵ | Dean Camera | 2011-05-30 | 4 | -5/+14 |
| | | | | that the user is now responsible for supplying the supported audio sampling rates, to allow for multiple audio interfaces with different numbers of supported rates and/or continuous sample rates. | ||||
* | Added new incomplete AudioInputHost Host LowLevel demo. | Dean Camera | 2011-05-29 | 2 | -0/+18 |
| | | | | | | Added missing Audio class control request definitions. Added support for the Audio class GET STATUS request so that it is correctly ACKed when sent by the host. | ||||
* | Add RNDIS Device support to the Webserver project, so that the files stored ↵ | Dean Camera | 2011-05-22 | 1 | -1/+1 |
| | | | | on the device can be viewed from a web-browser while the board is plugged into a host machine. | ||||
* | Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and ↵ | Dean Camera | 2011-05-18 | 3 | -11/+6 |
| | | | | | | RNDIS_Device_WritePacket() functions to the Device RNDIS Class Driver. Modify RNDIS demos to suit the simplified Ethernet_Frame_Info_t structure. | ||||
* | Remove redundant type information for bitfield elements, other than the ↵ | Dean Camera | 2011-04-10 | 3 | -60/+60 |
| | | | | | | signed/unsignedness of the element. Change type of USB_SelectedPipe and USB_SelectedEndpoint for the AVR32 UC3 architecture to uint32_t to reduce the compiled code size. | ||||
* | Renamed all low level Endpoint_Read_*, Endpoint_Write_* and ↵ | Dean Camera | 2011-04-04 | 8 | -50/+50 |
| | | | | | | Endpoint_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures. Renamed all low level Pipe_Read_*, Pipe_Write_* and Pipe_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures. | ||||
* | Use the MIN() macro where possible instead of manual "(x < y) ? x : y" ↵ | Dean Camera | 2011-03-23 | 2 | -4/+3 |
| | | | | constructs. | ||||
* | F_CLOCK changed to F_USB to be more descriptive, and applicable on future ↵ | Dean Camera | 2011-03-21 | 12 | -84/+84 |
| | | | | architecture ports. | ||||
* | Endpoint_ResetFIFO() renamed to Endpoint_ResetEndpoint(), to be consistent ↵ | Dean Camera | 2011-03-05 | 1 | -2/+2 |
| | | | | | | | | with the Pipe_ResetPipe() function name. Fix undefined error in Pipe_UC3B.h. Add missing migration notes. | ||||
* | Add new ARCH option to the makefiles to (eventually) specify the target ↵ | Dean Camera | 2011-02-19 | 12 | -12/+60 |
| | | | | device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support. | ||||
* | Add static keyword to all project globals whose scope should be restricted ↵ | Dean Camera | 2011-02-10 | 8 | -24/+27 |
| | | | | | | to the same module as they are declared in. Tighten up the HID class bootloader code slightly, document that it currently exceeds 2KB of bootloader space for all models other than the Series 2 USB AVRs. | ||||
* | Oops - fix missing constants in the TempDataLogger FatFS diskio.h header file. | Dean Camera | 2011-02-06 | 12 | -66/+66 |
| | | | | Add const to all project descriptor definitions for safety. | ||||
* | Fix incorrect #include filenames in the RNDIS demos. | Dean Camera | 2011-02-06 | 1 | -1/+1 |
| |