summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-25 18:34:15 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-25 18:34:15 -0600
commit757f9512ad3cbb76eea91ad3525073d8184ab781 (patch)
tree8f404013d43576b8dbd5f2c52cdddb971ba28aeb /nuttx/ChangeLog
parent508541b6ffd1e5de99d7ae82d62cc1a8c7f98452 (diff)
downloadnuttx-757f9512ad3cbb76eea91ad3525073d8184ab781.tar.gz
nuttx-757f9512ad3cbb76eea91ad3525073d8184ab781.tar.bz2
nuttx-757f9512ad3cbb76eea91ad3525073d8184ab781.zip
F103VC, F105, and F107: Fix configuration and building of USB. configs/viewtools-stm32f107: Fix build for F103 and F107: F103 has USB device; F107 has OTGFS
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 454c28dd1..c88a22f46 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6307,3 +6307,10 @@
and stm32_usbmsc.c: Lay out basic framework for USB and SD card
support. Code is incomplete and has been neither built nor tested
(2013-12-25).
+ * nuttx/arch/arm/src/stm32/Kconfig, chip/stm32f103vc_pinmap.h,
+ stm32f105vb_pinmap.h, and stm32f107vc_pinmap.h: Fix configuration and
+ pin definition that would prevent building USB for the connectivity and
+ performance lines (2013-12-25).
+ * stm32l15xxx_pinmap.h: Fix a typo in USB pin definitions (2013-12-25).
+ * configs/viewtools-stm32f107: Fix building of USB for F103 and F107.
+ F103 has device only; F107 has OTG FS (2013-12-25).