From b07db1cdb41f2c55df665dcfb6cca21a2bc8fb22 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 16 Mar 2012 20:59:21 +0000 Subject: [PATCH] Updates to the PIC32 USB driver (still kind of buggy); Fix for STM32 CAN2 -- Need to enable CAN1 clocking to use CAN2 git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4493 42af7a65-404d-4744-a932-0658087f49c3 --- configs/pic32-starterkit/README.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configs/pic32-starterkit/README.txt b/configs/pic32-starterkit/README.txt index 5b71bc1525..7ab730ba8a 100644 --- a/configs/pic32-starterkit/README.txt +++ b/configs/pic32-starterkit/README.txt @@ -1168,8 +1168,9 @@ Where is one of the following: nsh> msconn NOTE: This modification is experimental and does not yet - work properly! My hunch is that the USB device driver won't - support MSC -- probably because the required MSC stall + work properly! I can only occasionally get Windows to mount + the RAM disk. I think there are still a few lurking bugs in + USB device driver -- probably because the required MSC stall handling. However, this configuration is worth remembering for future USB MSC testing.