aboutsummaryrefslogtreecommitdiffstats
path: root/demos/LPC21xx
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-12-31 11:25:02 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-12-31 11:25:02 +0000
commit1671d6b7e129ffbee917c2839f428d6f37206def (patch)
tree4bfe1cdad6031bdaba365dc29d89ce9cbbd30b7a /demos/LPC21xx
parentba2c8ab2164f76a70bc333b6988427d8acf2bf8a (diff)
downloadChibiOS-1671d6b7e129ffbee917c2839f428d6f37206def.tar.gz
ChibiOS-1671d6b7e129ffbee917c2839f428d6f37206def.tar.bz2
ChibiOS-1671d6b7e129ffbee917c2839f428d6f37206def.zip
Mass update of halconf.h, added USB settings.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8663 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/LPC21xx')
-rw-r--r--demos/LPC21xx/RT-LPC214x-OLIMEX/halconf.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/demos/LPC21xx/RT-LPC214x-OLIMEX/halconf.h b/demos/LPC21xx/RT-LPC214x-OLIMEX/halconf.h
index 94f8cc588..30cf60a3b 100644
--- a/demos/LPC21xx/RT-LPC214x-OLIMEX/halconf.h
+++ b/demos/LPC21xx/RT-LPC214x-OLIMEX/halconf.h
@@ -356,6 +356,18 @@
#define UART_USE_MUTUAL_EXCLUSION FALSE
#endif
+/*===========================================================================*/
+/* USB driver related settings. */
+/*===========================================================================*/
+
+/**
+ * @brief Enables synchronous APIs.
+ * @note Disabling this option saves both code and data space.
+ */
+#if !defined(USB_USE_WAIT) || defined(__DOXYGEN__)
+#define USB_USE_WAIT FALSE
+#endif
+
#endif /* _HALCONF_H_ */
/** @} */