summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorAmir Hammad <amir.hammad@hotmail.com>2015-04-01 16:22:05 +0200
committerAmir Hammad <amir.hammad@hotmail.com>2015-04-01 16:22:05 +0200
commit7acc6fe474766788687a5257be21ac549bed77f3 (patch)
tree859e621840f9362e60fec116b7528ad16202871f /config.mk
downloadsecure-hid-7acc6fe474766788687a5257be21ac549bed77f3.tar.gz
secure-hid-7acc6fe474766788687a5257be21ac549bed77f3.tar.bz2
secure-hid-7acc6fe474766788687a5257be21ac549bed77f3.zip
libusbhost: Open source USB host stack for embedded devices
First public version, date: 1.4.2015 Signed-off-by: Amir Hammad <amir.hammad@hotmail.com>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/config.mk b/config.mk
new file mode 100644
index 0000000..03fae74
--- /dev/null
+++ b/config.mk
@@ -0,0 +1,10 @@
+
+
+USER_CONFIG =
+
+
+# Uncomment to enable OTG_HS support - low level driver
+#USER_CONFIG += -DUSE_STM32F4_USBH_DRIVER_HS
+
+# Uncomment to enable OTG_FS support - low level driver
+USER_CONFIG += -DUSE_STM32F4_USBH_DRIVER_FS