mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-08 07:27:44 -06:00
USE_UHS2_USB and USE_OTG_USB_HOST
This commit is contained in:
parent
cb031c2ee7
commit
e4e8cd3eaa
215 changed files with 2365 additions and 645 deletions
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1336,9 +1336,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1349,7 +1346,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1330,9 +1330,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1343,7 +1340,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1334,9 +1334,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1347,7 +1344,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1327,9 +1327,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1340,7 +1337,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1327,9 +1327,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1340,7 +1337,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1327,9 +1327,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1340,7 +1337,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1330,9 +1330,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1343,7 +1340,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1326,9 +1326,6 @@
|
||||||
*/
|
*/
|
||||||
//#define USB_FLASH_DRIVE_SUPPORT
|
//#define USB_FLASH_DRIVE_SUPPORT
|
||||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
|
||||||
#define USB_CS_PIN SDSS
|
|
||||||
#define USB_INTR_PIN SD_DETECT_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* USB Host Shield Library
|
* USB Host Shield Library
|
||||||
*
|
*
|
||||||
|
@ -1339,7 +1336,18 @@
|
||||||
* is less tested and is known to interfere with Servos.
|
* is less tested and is known to interfere with Servos.
|
||||||
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
* [1] This requires USB_INTR_PIN to be interrupt-capable.
|
||||||
*/
|
*/
|
||||||
|
//#define USE_UHS2_USB
|
||||||
//#define USE_UHS3_USB
|
//#define USE_UHS3_USB
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Native USB Host supported by some boards (USB OTG)
|
||||||
|
*/
|
||||||
|
//#define USE_OTG_USB_HOST
|
||||||
|
|
||||||
|
#if DISABLED(USE_OTG_USB_HOST)
|
||||||
|
#define USB_CS_PIN SDSS
|
||||||
|
#define USB_INTR_PIN SD_DETECT_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue