summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2019-11-22 15:16:41 +0700
committerGitHub <[email protected]>2019-11-22 15:16:41 +0700
commitca741dfc2a88fdfebe0703e0d484dc5a684e3e99 (patch)
tree11f8e391c7b3d2e55d9b84c165133e61060f5d6a /test
parentf0682f62794290f4a17ac365b5c09b59dbc895ef (diff)
parenta02e723d098c3e2735e84a229968947e485e1b68 (diff)
Merge pull request #220 from hathach/develop
Port NXP iMX RT10XX
Diffstat (limited to 'test')
-rw-r--r--test/test/device/usbd/test_usbd.c2
-rw-r--r--test/test/support/tusb_config.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/test/device/usbd/test_usbd.c b/test/test/device/usbd/test_usbd.c
index fcd739b40..c59d94c2c 100644
--- a/test/test/device/usbd/test_usbd.c
+++ b/test/test/device/usbd/test_usbd.c
@@ -1,7 +1,7 @@
/*
* The MIT License (MIT)
*
- * Copyright (c) 2019 hathach for Adafruit Industries
+ * Copyright (c) 2019, Ha Thach (tinyusb.org)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
diff --git a/test/test/support/tusb_config.h b/test/test/support/tusb_config.h
index f0a82d0b6..888ac76a5 100644
--- a/test/test/support/tusb_config.h
+++ b/test/test/support/tusb_config.h
@@ -43,7 +43,7 @@
#define CFG_TUSB_MCU OPT_MCU_NRF5X
#endif
-#if CFG_TUSB_MCU == OPT_MCU_LPC43XX || CFG_TUSB_MCU == OPT_MCU_LPC18XX
+#if CFG_TUSB_MCU == OPT_MCU_LPC43XX || CFG_TUSB_MCU == OPT_MCU_LPC18XX || CFG_TUSB_MCU == OPT_MCU_RT10XX
#define CFG_TUSB_RHPORT0_MODE (OPT_MODE_DEVICE | OPT_MODE_HIGH_SPEED)
#else
#define CFG_TUSB_RHPORT0_MODE OPT_MODE_DEVICE