comparison Output/pjrcUSB/setup.cmake @ 368:06a54d582bf8

FIxing Media Keys and general USB compatibilty - Media keys tested working on Linux/Windows/Mac (use Consumer control) - Fixed enumeration delays - Fixed virtual serial port configuration issues - Fixed GET_REPORT and SET_REPORT - Added intial descriptors and endpoints for Mouse and Joystick devices - Split out the consumer and system control endpoint - Added more fault debugging messages - Added interface names to endpoints (visible in Windows Device Manager) - Added KLL define for keyboard locale
author Jacob Alexander <haata@kiibohd.com>
date Wed, 19 Aug 2015 00:01:15 -0700
parents 5b66d1da5377
children 45feb80a2ad1
comparison
equal deleted inserted replaced
367:8a6c2d410ad9 368:06a54d582bf8
24 24
25 set ( Module_SRCS 25 set ( Module_SRCS
26 output_com.c 26 output_com.c
27 arm/usb_desc.c 27 arm/usb_desc.c
28 arm/usb_dev.c 28 arm/usb_dev.c
29 arm/usb_joystick.c
29 arm/usb_keyboard.c 30 arm/usb_keyboard.c
30 arm/usb_mem.c 31 arm/usb_mem.c
32 arm/usb_mouse.c
31 arm/usb_serial.c 33 arm/usb_serial.c
32 ) 34 )
33 35
34 endif ( ${COMPILER_FAMILY} MATCHES "avr" ) 36 endif ( ${COMPILER_FAMILY} MATCHES "avr" )
35 37