LPC31 EHCI: Seems to work after re-ordering some initialization logic

This commit is contained in:
Gregory Nutt 2013-11-27 13:14:23 -06:00
parent b55565ae50
commit 3b7626236d

View File

@ -686,3 +686,10 @@ Configurations
Application Configuration -> System Add-Ons
CONFIG_SYSTEM_USBMONITOR=y
CONFIG_SYSTEM_USBMONITOR_INTERVAL=1
NOTE: I have found that if you enable USB DEBUG and/or USB tracing,
the resulting image requires to much memory to execute out of
internal SRAM. I was able to get the configurations to run out of
SRAM with debug/tracing enabled by carefully going through the
configuration and reducing stack sizes, disabling unused OS features,
disabling un-necessary NSH commands, etc.