1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +01:00
LibrePilot/flight/targets/boards/revolution/firmware
Stacey Sheldon 441e9e7b84 f4 usb: always init HID and CDC devices
This is required so that we can always respond to HID and
CDC requests via the control endpoint (ep0).  The F1/F3
implementation gets away with disabling these interfaces
because all of the ep0 handling is in the usbhook code
rather than (properly) split out into class-specific
drivers like it is done on the F4 implementation.

Conflicts:
	flight/targets/DiscoveryF4/System/pios_board.c
	flight/targets/FlyingF4/System/pios_board.c
	flight/targets/Freedom/System/pios_board.c
	flight/targets/Quanton/System/pios_board.c
2013-05-11 22:41:04 +02:00
..
inc f4 usb cdc: add support for USB CDC to RevoMini 2013-05-11 22:40:56 +02:00
cm3_fault_handlers.c OP-899: move board_hw_defs.c under board directories and fix some includes 2013-04-24 00:07:06 +03:00
dcc_stdio.c OP-899: move board_hw_defs.c under board directories and fix some includes 2013-04-24 00:07:06 +03:00
Makefile Merge remote-tracking branch 'remotes/origin/next' into sambas/diffnext 2013-05-02 09:00:12 +03:00
Makefile.osx OP-936: Merges branch 'next' into hyper/OP-936_task-monitor-rework, fixes damage/conflicts, 2013-05-06 19:11:14 +09:30
pios_board_sim.c OP-936: Merges branch 'next' into hyper/OP-936_task-monitor-rework, fixes damage/conflicts, 2013-05-06 19:11:14 +09:30
pios_board.c f4 usb: always init HID and CDC devices 2013-05-11 22:41:04 +02:00
revolution.c OP-931: adds -Wextra compiler option for the flight code, and makes the bazillion code changes required 2013-05-05 16:32:24 +09:30
UAVObjects.inc Merge branch 'next' into corvuscorax/Attitude-fixes 2013-05-05 17:44:59 +02:00