This website requires JavaScript.
Explore
Help
Sign in
Aksal
/
nuttx
Watch
3
Star
1
Fork
You've already forked nuttx
1
mirror of
https://github.com/apache/nuttx.git
synced
2026-09-10 02:46:33 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
cfcd3cc74b
nuttx
/
arch
/
arm
History
Download ZIP
Download TAR.GZ
Gregory Nutt
cfcd3cc74b
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