summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index c54bc90dd..ff97641c4 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -931,4 +931,8 @@
waiting to happen in any other configuration.
* arch/arm/src/stm32/ - You have to configure CTS/RTS function pins for USART
2 and USART 3 even if you are not using flow control.
+ * arch/arm/src/stm32/stm32_usbdev.c - Added a USB device-side driver for the
+ STM32.
+
+ NOTE: This USB driver is completely untested as of the initial check-in