This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
b01900d7e6
nuttx
/
arch
/
arm
History
Gregory Nutt
532d4c7cbe
arch/arm/src/stm32/stm32_usbdev.c: On a failure to bind the class driver, the driver reference was being nullified too soon. This caused an exception in usbdev_reset() later. The driver reference will be null
...
ified later usbdev_unregister when the caller gets the error. From David Sidrane
2013-10-31 15:27:52 -06:00
..
include
Add support for the STM32F207ZE chip. From Martin Lederhilger
2013-10-24 08:25:05 -06:00
src
arch/arm/src/stm32/stm32_usbdev.c: On a failure to bind the class driver, the driver reference was being nullified too soon. This caused an exception in usbdev_reset() later. The driver reference will be null
2013-10-31 15:27:52 -06:00
Kconfig
Add hooks to select Cortex-A8
2013-08-27 08:46:37 -06:00