Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove legacy AS4 project files, now that they can be automatically ↵ | Dean Camera | 2012-05-27 | 1 | -1/+0 |
| | | | | generated by the new maintenance script. | ||||
* | Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet ↵ | Dean Camera | 2012-05-20 | 1 | -21/+15 |
| | | | | and footer HTML, add explicit spacing into documentation code fragments to prevent Doxygen from removing empty lines in the output. | ||||
* | Minor documentation adjustments to the demos, projects and bootloaders to ↵ | Dean Camera | 2012-05-18 | 1 | -4/+4 |
| | | | | ensure correct formatting of application device support. | ||||
* | Update project Doxygen and makefiles so that the resulting project ↵ | Dean Camera | 2012-05-17 | 2 | -3/+3 |
| | | | | documentation hides the unused version value, and uses the same HTML CSS stylesheet as the library core. | ||||
* | Reintegrate the FullEPAddresses development branch into trunk. | Dean Camera | 2012-04-14 | 3 | -12/+12 |
| | |||||
* | Make Doxygen fail for any Doxygen output other than unsupported tags (as ↵ | Dean Camera | 2012-04-09 | 1 | -1/+1 |
| | | | | | | these are somewhat benign). Improve exclusion list for the main library export_tar rule to exclude any compiled library files from the export. | ||||
* | Oops - fix compile errors in the AudioInput/AudioOutput class driver demos. | Dean Camera | 2012-03-29 | 1 | -6/+6 |
| | |||||
* | Re-enable cppcheck static analysis unused function checks after adding in ↵ | Dean Camera | 2012-03-25 | 1 | -1/+13 |
| | | | | special-case suppressions to the event stub functions. Add missing function prototypes to the AudioInput and AudioOutput class driver device demos. | ||||
* | Audio Device Class driver changed to also require the index of the Audio ↵ | Dean Camera | 2012-03-14 | 1 | -0/+1 |
| | | | | Control interface within the device, for SET/GET/CUR/MIN/MAX/RES property adjustments. | ||||
* | Only abort Doxygen documentation generation if a non-unsupported tag warning ↵ | Dean Camera | 2012-03-09 | 1 | -1/+1 |
| | | | | is encountered. | ||||
* | Update Doxygen documentation build scripts to fail if any warnings are ↵ | Dean Camera | 2012-03-09 | 1 | -1/+3 |
| | | | | generated. | ||||
* | Fix corrupt Doxygen configuration files, update project names. | Dean Camera | 2012-03-08 | 1 | -47/+61 |
| | |||||
* | Update Doxygen configuration files to disable Markdown support. | Dean Camera | 2012-03-08 | 1 | -62/+48 |
| | |||||
* | Fix incorrect Doxygen references in the Audio Input/Output ClassDriver demos. | Dean Camera | 2012-03-07 | 1 | -1/+1 |
| | |||||
* | Update Doxygen configuration files for all projects. | Dean Camera | 2012-03-07 | 1 | -107/+356 |
| | |||||
* | Update file contributor copyrights for 2012. | Dean Camera | 2012-02-04 | 4 | -4/+4 |
| | |||||
* | Update file header copyrights for 2012. | Dean Camera | 2012-02-04 | 4 | -4/+4 |
| | |||||
* | Added new CALLBACK_Audio_Device_GetSetInterfaceProperty() callback to the ↵ | Dean Camera | 2012-01-28 | 1 | -1/+33 |
| | | | | Audio Device Class driver. | ||||
* | USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as ↵ | Dean Camera | 2012-01-02 | 1 | -1/+1 |
| | | | | 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 | 2 | -10/+11 |
| | | | | trailing whitespace at the end of each line. | ||||
* | Add missing SVN eol-style property to ensure that source code line endings ↵ | Dean Camera | 2011-11-09 | 1 | -1/+1 |
| | | | | and converted to the native values on checkout. | ||||
* | Add project name to the Doxygen makefile target output. | Dean Camera | 2011-09-21 | 1 | -1/+1 |
| | |||||
* | Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ↵ | Dean Camera | 2011-07-19 | 2 | -2/+2 |
| | | | | ENDPOINT_DIR_* macros, which can now be used with both Endpoint_ConfigureEndpoint() and in the device descriptors. | ||||
* | Seperate out the device demos and project's configuration descriptor ↵ | Dean Camera | 2011-07-01 | 1 | -0/+4 |
| | | | | structure definitions to clearly indicate what descriptors belong to which interface. | ||||
* | Update AudioInput and AudioOutput Class Driver device mode demos to use a ↵ | Dean Camera | 2011-06-29 | 1 | -27/+25 |
| | | | | switch statement when selecting the audio request type for clarity. | ||||
* | Add new "checksource" target to the library makefiles, for automated source ↵ | Dean Camera | 2011-06-20 | 1 | -1/+9 |
| | | | | file existance checking. | ||||
* | Rename new Audio class driver functions, callbacks and events to ensure that ↵ | Dean Camera | 2011-06-16 | 1 | -6/+6 |
| | | | | they contain the USB mode (Device or Host) in the function names. | ||||
* | 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 | 1 | -5/+0 |
| | | | | Correct errors in the existing Audio demo description files due to the new demo features (variable sampling rate vs. a fixed sampling rate). | ||||
* | Add new Audio Class Driver Host demos. | Dean Camera | 2011-06-09 | 1 | -1/+1 |
| | | | | | | Fix errors in the new Audio Host mode Class Driver, which would have prevented data from being sent or received properly by the device. Add microphone/square wave generation compile time switch to the Low Level AudioOutput Host demo. | ||||
* | Fix errors in the Audio device demos and class driver regarding multiple ↵ | Dean Camera | 2011-06-07 | 1 | -2/+2 |
| | | | | sample frequency support. | ||||
* | Update the Low Level Audio Input and Audio Output demos to support multiple ↵ | Dean Camera | 2011-06-06 | 2 | -3/+3 |
| | | | | | | 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 | 1 | -1/+1 |
| | | | | 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 | 3 | -10/+86 |
| | | | | | | | | | | | | 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. | ||||
* | Altered the definition of the USB_Audio_Descriptor_Format_t descriptor so ↵ | Dean Camera | 2011-05-30 | 2 | -3/+7 |
| | | | | 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. | ||||
* | F_CLOCK changed to F_USB to be more descriptive, and applicable on future ↵ | Dean Camera | 2011-03-21 | 1 | -7/+7 |
| | | | | architecture ports. | ||||
* | Add new ARCH option to the makefiles to (eventually) specify the target ↵ | Dean Camera | 2011-02-19 | 1 | -3/+7 |
| | | | | 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 | 1 | -0/+1 |
| | | | | | | 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 | 1 | -5/+5 |
| | | | | Add const to all project descriptor definitions for safety. | ||||
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 4 | -8/+8 |
| | |||||
* | Documentation improvements - put driver example code into its own section, ↵ | Dean Camera | 2010-12-26 | 1 | -4/+4 |
| | | | | fix incorrect and missing section names. | ||||
* | Fixed incorrect PollingIntervalMS values in the demo/project/bootloader ↵ | Dean Camera | 2010-11-10 | 1 | -1/+1 |
| | | | | endpoint descriptors (thanks to MCS Electronics). | ||||
* | Added board hardware driver support for the Adafruit U4 breakout board. | Dean Camera | 2010-11-08 | 1 | -1/+1 |
| | | | | | | Fixed calculation of timer register reload values derived from F_CPU; must subtract one from the division result for the compare value to be correct. Change AVRISP-MKII rescue clock speed to 4MHz to ensure that a 125KHz ISP speed works regardless of the target's fuses (i.e. DIV8 set). | ||||
* | Renamed the EVENT_USB_Device_UnhandledControlRequest() event to ↵ | Dean Camera | 2010-11-05 | 2 | -3/+3 |
| | | | | EVENT_USB_Device_ControlRequest() as it is now fired before the library request handlers, not afterwards. | ||||
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵ | Dean Camera | 2010-10-28 | 4 | -4/+4 |
| | | | | redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists. | ||||
* | Changed AudioInput and AudioOutput demos to reload the next sample via an ↵ | Dean Camera | 2010-10-26 | 2 | -11/+8 |
| | | | | interrupt rather than polling the sample timer. | ||||
* | Add descriptor class, subclass and protocol constants to the class drivers, ↵ | Dean Camera | 2010-10-25 | 1 | -12/+12 |
| | | | | | | | | modify all demos to use them where possible. Move out private/internal host class driver constants to the common class driver headers, so that they can be used in the Low Level host mode demos. Ensure all demos, projects and bootloaders use the class driver constants where possible to minimise code repetition. | ||||
* | All USB class drivers are now automatically included when LUFA/Drivers/USB.h ↵ | Dean Camera | 2010-10-24 | 2 | -2/+0 |
| | | | | | | is included, and no longer need to be seperately included. All LowLevel demos changed to use the constants and types defined in the USB class drivers. | ||||
* | Added default test tone generation mode to the Device mode AudioInput demos. | Dean Camera | 2010-10-20 | 4 | -13/+38 |
| | |||||
* | Clean up excessive whitespace at the end of each line using the wspurify ↵ | Dean Camera | 2010-10-13 | 6 | -93/+99 |
| | | | | tool made by Laszlo Monda |