aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-12 20:08:55 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-12 20:08:55 +0000
commit126f9640b863d98e54ee4f6334093797ed0ab44c (patch)
tree0f6558aa7a176b38153a286bdb19bef3997db835 /nuttx/ChangeLog
parent50d489100f088a12cd28ded95a9abdef500ddb87 (diff)
downloadpx4-firmware-126f9640b863d98e54ee4f6334093797ed0ab44c.tar.gz
px4-firmware-126f9640b863d98e54ee4f6334093797ed0ab44c.tar.bz2
px4-firmware-126f9640b863d98e54ee4f6334093797ed0ab44c.zip
More STM32 USB OTG definitions
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4478 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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).