Commit grafiek

20 Commits (fa8beef82d1340a69390d4b11ca785ee016789c5)

Auteur SHA1 Bericht Datum
Dean Camera b71ff7c8cd Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_Device_EnableSOFEvents() and USB_Device_DisableSOFEvents() macros to give bus-synchronised millisecond interrupts when in USB device mode.
16 jaren geleden
Dean Camera 25ddbb9e3b Adjust endpoint polling intervals for HID demos, to make them compliant with the 10ms minimum polling period for Low Speed devices.
16 jaren geleden
Dean Camera 99abd1a8b7 Added explicit attribute masks to the device mode demos' descriptors.
16 jaren geleden
Dean Camera c5038f1bf4 Renamed all library events to properly seperate out Device and Host mode events. Changed the firing conditions for some events to ensure that events are fired by their own USB mode only.
16 jaren geleden
Dean Camera 6f4cc344ab Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the existing FIXED_CONTROL_ENDPOINT_SIZE compile time option. Add FIXED_NUM_CONFIGURATIONS to the descriptors of each project using the option.
16 jaren geleden
Dean Camera 3472af91a5 Change project makefiles so that the current target settings and not just the board selection is printed during the build process.
16 jaren geleden
Dean Camera e071f3897a Added new USB_DeviceState variable to keep track of the current Device mode USB state.
16 jaren geleden
Dean Camera 67f390fe74 Add explicit guards to all device mode tasks to ensure the device is connected and configured before running the task, to prevent any user tasks from locking up the main USB task if the device has not been properly configured.
16 jaren geleden
Dean Camera 4f747e7b76 Change Doxygen configuration files to not produce 4096 directories for the documentation files -- the LUFA components do not generate enough documentation files to justify the large performance hit of creating so many directories.
16 jaren geleden
Dean Camera 37f8a84f35 Added new TOTAL_NUM_CONFIGURATIONS option, removed USE_SINGLE_DEVICE_CONFIGURATION compile time option (but silently convert it to USE_SINGLE_DEVICE_CONFIGURATION internally for compatibility).
16 jaren geleden
Dean Camera 1d26e78258 Added compatibility list to the documentation of each individual demo.
16 jaren geleden
Dean Camera e0af6014a7 Added incomplete PrinterHost demo application.
16 jaren geleden
Dean Camera feabfd12ce Fix makefiles -- the auto-addition of -D switches to each LUFA compile time option was faulty, due to GNUMake becomming confused by the spaces in the USE_STATIC_OPTIONS lines. Make user add in the switches explicitly instead.
16 jaren geleden
Dean Camera beb0b2bda0 Move LUFA compile time options to a new section in the application makefiles for clarity.
16 jaren geleden
Dean Camera 2b21a1552d Remove hardcoded DOT path from all Doxygen config files.
16 jaren geleden
Dean Camera c75f8bf223 More Doxygen fixes - ensure no undocumented function parameters.
16 jaren geleden
Dean Camera e6881fd166 Error status LEDs shown when device endpoint configuration fails to complete.
16 jaren geleden
Dean Camera 33a0184749 Converted device mode low-level demos to schedulerless.
16 jaren geleden
Dean Camera dd2cc7eda7 Remove outdated AVRStudio project files from demos, projects, bootloaders. Fix makefiles of ClassDriver device demos.
16 jaren geleden
Dean Camera b9b03aadb2 Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add old low level demos to a LowLevel subdirectory.
16 jaren geleden