diff options
| author | hathach <[email protected]> | 2013-10-27 19:34:36 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-10-27 19:34:36 +0700 |
| commit | 318a058d3cf4f76221febead5fc0792a2387a310 (patch) | |
| tree | a4f920c571be466282a1acb65df8189eeb52de08 /tinyusb/host/ehci | |
| parent | 0d9e1163dfd4e12b57674cb893b427fce40ba402 (diff) | |
static assert to check OSAL_QUEUE_DEF's queue_depth parameter < 256
enable HOST_HCD_XFER_INTERRUPT by default (previously only enabled with HID), as it is widely used
implement tusbh_cdc_is_busy
add compilation switch in usbh enumeration for hub
rewrite CDC serial application to address usb-serial race condition
Diffstat (limited to 'tinyusb/host/ehci')
| -rw-r--r-- | tinyusb/host/ehci/ehci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tinyusb/host/ehci/ehci.h b/tinyusb/host/ehci/ehci.h index dbb05ee9b..1c507279f 100644 --- a/tinyusb/host/ehci/ehci.h +++ b/tinyusb/host/ehci/ehci.h @@ -69,6 +69,7 @@ //--------------------------------------------------------------------+ // EHCI CONFIGURATION & CONSTANTS //--------------------------------------------------------------------+ +#define HOST_HCD_XFER_INTERRUPT // TODO interrupt is used widely, should always be enalbed #define EHCI_PERIODIC_LIST (defined HOST_HCD_XFER_INTERRUPT || defined HOST_HCD_XFER_ISOCHRONOUS) // TODO allow user to configure |
