aboutsummaryrefslogtreecommitdiffstats
path: root/tests/usbconfig.h
diff options
context:
space:
mode:
authorChristian Starkjohann <cs+github@obdev.at>2009-03-16 18:51:56 +0000
committerChristian Starkjohann <cs+github@obdev.at>2009-03-16 18:51:56 +0000
commit42a85e6e30fc32916e75bf609ebb72671efa0cb8 (patch)
tree9d60abe0f457bf30f988c311408de4c149834409 /tests/usbconfig.h
parent58e1d9d79499d979dde6501ced86499fc6f48fd9 (diff)
downloadv-usb-42a85e6e30fc32916e75bf609ebb72671efa0cb8.tar.gz
v-usb-42a85e6e30fc32916e75bf609ebb72671efa0cb8.tar.bz2
v-usb-42a85e6e30fc32916e75bf609ebb72671efa0cb8.zip
- extended tests to 18 MHz module with CRC
Diffstat (limited to 'tests/usbconfig.h')
-rw-r--r--tests/usbconfig.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/usbconfig.h b/tests/usbconfig.h
index f97cf63..b585c2f 100644
--- a/tests/usbconfig.h
+++ b/tests/usbconfig.h
@@ -47,6 +47,13 @@ section at the end of this file).
* of 2000 ppm and thus a crystal!
* Default if not specified: 12 MHz
*/
+#define USB_CFG_CHECK_CRC (USB_CFG_CLOCK_KHZ == 18000)
+/* Define this to 1 if you want that the driver checks data integrity of data
+ * packets (CRC checks). CRC checks cost quite a bit of code size and are
+ * currently only available for 18 MHz crystal clock. You must choose
+ * USB_CFG_CLOCK_KHZ = 18000 if you enable this option.
+ */
+
/* ----------------------- Optional Hardware Config ------------------------ */