fredizzimo 53ff8a31b6 Merge ChibiOS and LUFA descriptor support (#2362)
* Move lufa descriptor to protocol/usb_descriptor

* Try to compile usb_descriptor on ChibiOS

* Add lufa_utils for ChibiOS

Lufa USB descriptors for ChibiOS

* More lufa_util compatibility fixes

* First compiling version of shared USB descriptor

* Send the usb descriptors

* Fix the CONSOLE output on ChibiOS

* Add errors for unsupported interfaces

* Enable support for vitual serial port USB descriptors

* Implement virtual serial port for ChibiOS

* Cleanup the lufa_utils

Use the default lufa header files

* Add raw hid support for ChibiOS

This is completely untested

* Enable midi compilation on ChibiOS

* Move midi functionality out of lufa.c

* Don't register sysex callback when not needed

* ChibiOS compilation fixes

* Update ChibiOS submodule

* Fix the Midi USB descriptor

It didn't work properly when both Midi and Virtual serial port was enabled.

* Add MIDI support for ChibiOS

* Fix USB descriptor strings on ChibiOS

* Use serial usb driver for raw hid

* Generalize the ChibiOS stream like drivers

This makes the initialization much more simple and eliminates a lot of
the code duplication.

* Convert console output to chibios stream driver

* Fixes for ChibiOS update

* Update the ChibiOS contrib submodule

To include the usb data toggle synchronization fixes

* Fix duplicate reset enumeration on ChibiOS

* Add missing include

* Add number of endpoints check for ChibiOS

* Enable serial USB driver on all keyboards

* Add missing includes when API is enabled withot midi

* Add another missing inlcude
2018-02-08 15:07:46 -05:00
..
2017-09-29 16:17:30 -07:00
2017-07-08 21:59:51 -04:00
2016-04-28 23:23:33 -04:00
2017-06-03 10:28:46 -04:00
2017-10-31 11:15:22 -04:00
2018-01-01 17:47:51 -05:00
2016-08-20 17:46:53 -07:00
2016-09-06 23:19:01 -05:00
2016-06-21 17:42:29 -04:00
2017-06-18 21:10:42 +03:00
2016-09-06 23:19:01 -05:00
2016-09-06 23:19:01 -05:00
2017-05-13 13:19:28 -07:00
2016-09-06 23:19:01 -05:00
2017-02-05 19:55:27 -05:00
2016-07-01 10:04:53 -04:00
2016-12-01 00:44:54 +11:00
2016-08-23 04:16:35 +00:00