mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 10:32:47 +08:00
Initial debug fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3226 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -819,6 +819,17 @@ static int lpc17_usbinterrupt(int irq, FAR void *context)
|
||||
|
||||
priv->tdstatus = (TDHEAD->ctrl & GTD_STATUS_CC_MASK) >> GTD_STATUS_CC_SHIFT;
|
||||
|
||||
#ifdef CONFIG_DEBUG_USB
|
||||
if (priv->tdstatus != 0)
|
||||
{
|
||||
/* The transfer failed for some reason... dump some diagnostic info. */
|
||||
|
||||
ulldbg("ERROR: TD CTRL:%08x/CC:%d RHPORTST1:%08x\n",
|
||||
TDHEAD->ctrl, priv->tdstatus,
|
||||
lpc17_getreg(LPC17_USBHOST_RHPORTST1));
|
||||
}
|
||||
#endif
|
||||
|
||||
/* And wake up the thread waiting for the WDH event */
|
||||
|
||||
DEBUGASSERT(priv->wdhsem.semcount <= 0);
|
||||
|
||||
Reference in New Issue
Block a user