summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-21 00:05:20 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-21 00:05:20 +0000
commit4be3bdb5b2fa51fdba0a57f979e98e09277d3ba1 (patch)
tree81e3d171af0130a0890e4037c7b3cb4a9a1bf34f /nuttx/TODO
parent9131505b5107e586eb50f8eb6db0acc6abd82cb8 (diff)
downloadpx4-nuttx-4be3bdb5b2fa51fdba0a57f979e98e09277d3ba1.tar.gz
px4-nuttx-4be3bdb5b2fa51fdba0a57f979e98e09277d3ba1.tar.bz2
px4-nuttx-4be3bdb5b2fa51fdba0a57f979e98e09277d3ba1.zip
Minor updates to PIC32 configuration and to documentation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4858 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO9
1 files changed, 7 insertions, 2 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 2fe2b3807..8c777ae4c 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -1,4 +1,4 @@
-NuttX TODO List (Last updated May 15, 2012)
+NuttX TODO List (Last updated June 20, 2012)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This file summarizes known NuttX bugs, limitations, inconsistencies with
@@ -1465,11 +1465,16 @@ o MIPS/PIC32(arch/mips)
up and crashes with a bad stack.
So far, I have no clue why this is failing.
+
UPDATE: This bug was recorded using the PIC32 Ethernet
Starter kit with a RAM disk (that board has no SD card slot).
Howevever, using the USB mass storage device with the
Mikroelektronika using a real SD card, there is no such
- problem -- the mass storage device is quite stable.
+ problem -- the mass storage device seems quite stable.
+
+ UPDATE: Hmmm.. retesting with the Mikroelectronka board
+ shows problems again. I think that there are some subtle
+ timing bugs whose effects can very from innocuous to severe.
Status: Open
Priority: Originally, High BUT reduced to very Low based on the
UPDATED comments.