ldube opened a new pull request, #16414:
URL: https://github.com/apache/nuttx/pull/16414
## Summary
Delete the board-specific usb host waiters and use the common code.
## Impact
Only affects users of sama5d3-xplained
## Testing
Add this to the sama5d3-xplained/configs/nsh/defconfig
CONFIG_SAMA5_EHCI=y
CONFIG_SAMA5_OHCI=y
CONFIG_SAMA5_UHPHS=y
CONFIG_USBHOST_MSC=y
Load and run nuttx.bin at 0x20008000 using u-boot
Plug in a USB storage device.
If "sda" is listed, the waiter is working. (Unplugging will remove the "sda")
nsh> ls /dev
/dev:
console
null
sda
ttyDBGU
zero
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]