summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-12 20:08:55 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-12 20:08:55 +0000
commitae6c2c7c276cc9cfbdcccbd343d6343bf229c512 (patch)
tree0f6558aa7a176b38153a286bdb19bef3997db835 /nuttx/ChangeLog
parenteded61f4f10fea941a448a2252d6211af6011610 (diff)
downloadnuttx-ae6c2c7c276cc9cfbdcccbd343d6343bf229c512.tar.gz
nuttx-ae6c2c7c276cc9cfbdcccbd343d6343bf229c512.tar.bz2
nuttx-ae6c2c7c276cc9cfbdcccbd343d6343bf229c512.zip
More STM32 USB OTG definitions
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4478 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index ef454be6c..826188140 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2554,3 +2554,8 @@
* configs/sure-pic32mx: Add support for the Sure DB-DP11212 PIC32 General
Purpose Demo Board
+ * arch/arm/src/stm32/stm32_usbhost.c/.h: Add files that will (eventually)
+ hold an STM32 USB host driver (the initial check-in is the NuttX LPC17
+ USB host driver with name changes only).
+ * arch/arm/src/stm32/chip/stm32_otgfs.h: STM32 USB OTG FS register
+ definitions (not complete on initial check-in).