summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-03 20:05:44 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-03 20:05:44 +0000
commit4bfe9cb6fb77dc164da8204439e89112d9ef110d (patch)
treeb8f7b119b13d5243084377e2e596ee43a2178843 /nuttx/ChangeLog
parent1dbcadb0b760c2c0073bf2cc4eb4ba96270c7059 (diff)
downloadpx4-nuttx-4bfe9cb6fb77dc164da8204439e89112d9ef110d.tar.gz
px4-nuttx-4bfe9cb6fb77dc164da8204439e89112d9ef110d.tar.bz2
px4-nuttx-4bfe9cb6fb77dc164da8204439e89112d9ef110d.zip
PIC32 USB mass storage device works; USB and MSC are now enabled by default in the PIC32MX7 MMB configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4801 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index e80598b1b..98794f249 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2880,4 +2880,7 @@
mode 2.
* configs/pic32mx7mmb/nsh/defconfig: MMC/SD card support is now
enabled by default in the PIC32MX7 MMB board configuration.
-
+ * configs/pic32mx7mmb/nsh/defconfig: Verified the USB Mass Storage
+ Class (MSC) using MMC/SD card as the logical unit. Updated the default
+ PIC32MX7 MMB board configuration so that USB and the mass storage class
+ are enabled by default.