コミットグラフ

120 コミット (ae6a51492948d621907d3e62c03c2854e6fcc19c)

作成者 SHA1 メッセージ 日付
Dean Camera 864196c884 State information for class drivers is now zeroed out during enumeration (both in device and host mode) to ensure sane values after each enumeration. User code should no longer explicitly set state information as this is no longer preserved.
16年前
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年前
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年前
Dean Camera 312748702a Added better module summaries.
16年前
Dean Camera 1d26e78258 Added compatibility list to the documentation of each individual demo.
16年前
Dean Camera e0af6014a7 Added incomplete PrinterHost demo application.
16年前
Dean Camera 3cbdcd3686 Reduce struct name pollution - group typedef struct names by class driver name where appropriate.
16年前
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年前
Dean Camera beb0b2bda0 Move LUFA compile time options to a new section in the application makefiles for clarity.
16年前
Dean Camera f896c00c48 Break device mode class driver interfaces into seperate config and state structs which are then combined, for clarity. Move device mode class driver interfaces back into the device mode class driver headers from the common class headers to make room for host class interfaces.
16年前
Dean Camera 2b21a1552d Remove hardcoded DOT path from all Doxygen config files.
16年前
Dean Camera 39d07c3da0 Added USB Missle Launcher project, submitted by Dave Fletcher.
16年前
Dean Camera c75f8bf223 More Doxygen fixes - ensure no undocumented function parameters.
16年前
Dean Camera afe6ae1402 Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.
16年前
Dean Camera 4d3a594f3e Changed per-device controller preprocessor checks over to per-device series for better device control.
16年前
Dean Camera 9798440ca4 Changed to new device mode Class Driver function name prefixes to make way for similar host mode Class drivers.
16年前
Dean Camera b2330934b9 Some minor whitespace corrections.
16年前
Dean Camera 2793c88fc6 Add master device Host demo makefile.
16年前
Dean Camera dd2cc7eda7 Remove outdated AVRStudio project files from demos, projects, bootloaders. Fix makefiles of ClassDriver device demos.
16年前
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年前