Add multiple axis support to the HID joystick report in the HID_DESCRIPTOR_JOYSTICK() macro.

This commit is contained in:
Dean Camera
2011-08-23 07:07:34 +00:00
parent d0ac8e46f9
commit 2d9f98b592
4 changed files with 41 additions and 35 deletions
+1
View File
@@ -57,6 +57,7 @@
* - Added endian correcting code to the library USB class drivers for multiple architecture support
* - Removed the ENDPOINT_DESCRIPTOR_DIR_* macros, replaced by ENDPOINT_DIR_* instead
* - Renamed the JTAG_DEBUG_ASSERT() macro to JTAG_ASSERT()
* - Added variable number of axis to HID_DESCRIPTOR_JOYSTICK() for multi-axis joysticks above just X and Y
* - Library Applications:
* - Modified the Low Level and Class Driver AudioInput and AudioOutput demos to support multiple audio sample rates
* - Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnumerationComplete() event callback for device configuration