Update doc

This commit is contained in:
Lee Lup Yuen 2023-02-12 16:07:04 +08:00
parent 53086bf4f1
commit 5cefd2db29

View file

@ -6535,9 +6535,9 @@ Check out this NuttX Doc on USB Drivers...
And the NuttX USB Driver for STM32...
- [stm32_otgfshost.c](https://github.com/lupyuen2/wip-pinephone-nuttx/blob/master/arch/arm/src/stm32/stm32_otgfshost.c)
- [stm32_otgfshost.c](https://github.com/apache/nuttx/blob/master/arch/arm/src/stm32/stm32_otgfshost.c)
- [stm32_usbhost.c](https://github.com/lupyuen2/wip-pinephone-nuttx/blob/master/arch/arm/src/stm32/stm32_usbhost.c)
- [stm32_usbhost.c](https://github.com/apache/nuttx/blob/master/arch/arm/src/stm32/stm32_usbhost.c)
_How did we get the FreeBSD and NetBSD Drivers?_