USB host: Add device address management support in preparation for USB hub support

This commit is contained in:
Gregory Nutt
2013-08-18 14:31:57 -06:00
parent 0524688c71
commit 19d7c90d4e
6 changed files with 491 additions and 4 deletions
+4 -1
View File
@@ -5417,4 +5417,7 @@
* arch/arm/src/stm32/stm32_i2c.c: Correct an error that crept into
the STM32 F1 I2C driver with some recent changes. From Yiran Liao
(2013-8-18).
* drivers/usbhost/usbhost_devaddr.c and include/nuttx/usb/usbhost_devaddr.h:
Add logic for management of device addresses. This logic does not
currently hook into into anything. It will someday be a part of the
NuttX USB hub implementation (2013-8-18).