1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +01:00
LibrePilot/flight/targets/boards/revolution
Stacey Sheldon 565de5fd4e f4 usb: ensure correct interface numbers for BL and FW
The interface numbers differ for the HID interface between
the BL and FW.  This is required to keep windows happy.

In HID+CDC, the CDC interfaces must come first with HID last
which makes it #2.  In HID only mode, we can't use #2 for HID
since windows doesn't like the first/only interface to be
anything other than #0.

Conflicts:
	flight/targets/board_hw_defs/discoveryf4/board_hw_defs.c
	flight/targets/board_hw_defs/flyingf4/board_hw_defs.c
	flight/targets/board_hw_defs/freedom/board_hw_defs.c
	flight/targets/board_hw_defs/quanton/board_hw_defs.c
2013-05-11 22:41:02 +02:00
..
bootloader OP-917 Make reboot over telemetry link works. UserDFU timeouts to the user application when no USB connection is found. 2013-05-05 15:15:44 +02:00
firmware f4 usb cdc: add support for USB CDC to RevoMini 2013-05-11 22:40:56 +02:00
board_hw_defs.c f4 usb: ensure correct interface numbers for BL and FW 2013-05-11 22:41:02 +02:00
board-info.mk OP-917 Extended the program flash size to 3 128k sectors for F4 targets 2013-05-01 01:00:48 +02:00
pios_board.h Merge branch 'next' of ssh://git.openpilot.org/OpenPilot into OP-932-Modularize_Radio_Driver 2013-05-03 14:08:40 +01:00
pios_usb_board_data.c OP-899: remove extra copy of pios_usb_data.c and move it level up 2013-04-24 00:07:06 +03:00