From e8a445a071f52fafd536b33a7346c6f2ec7ea152 Mon Sep 17 00:00:00 2001 From: Robert Fisk Date: Sat, 9 Apr 2016 15:30:57 +1200 Subject: [PATCH] Work on Downstream HID support. Also a bunch of random tweaks. --- Downstream/.cproject | 10 +- .../org.eclipse.cdt.codan.core.prefs | 4 + .../Src/stm32f4xx_hal_hcd.c | 13 +- Downstream/Inc/downstream_interface_def.h | 10 +- Downstream/Inc/usbh_config.h | 4 +- .../Class/HID/Inc/usbh_hid.h | 8 +- .../Class/HID/Src/usbh_hid.c | 120 +++++++++--------- Downstream/Src/downstream_statemachine.c | 2 +- Downstream/Src/usb_host.c | 2 + Upstream/Inc/upstream_interface_def.h | 2 +- Upstream/Src/upstream_hid.c | 14 +- Upstream/Src/upstream_statemachine.c | 8 +- 12 files changed, 112 insertions(+), 85 deletions(-) diff --git a/Downstream/.cproject b/Downstream/.cproject index 2730d12..a64ae34 100644 --- a/Downstream/.cproject +++ b/Downstream/.cproject @@ -48,7 +48,7 @@ @@ -61,6 +61,7 @@ +