summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-24 18:00:55 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-24 18:00:55 +0000
commiteb1792e5e7111aa922fcf38fbf5d0eb37ffb8083 (patch)
treef4b0ee0cf59073a88327dabc24077d89d19c08c4 /nuttx/TODO
parentaee2480fc6f591ac4b0d62cbba3770a033331819 (diff)
downloadpx4-nuttx-eb1792e5e7111aa922fcf38fbf5d0eb37ffb8083.tar.gz
px4-nuttx-eb1792e5e7111aa922fcf38fbf5d0eb37ffb8083.tar.bz2
px4-nuttx-eb1792e5e7111aa922fcf38fbf5d0eb37ffb8083.zip
Minor fixes to PIC32MX7MMB led controls
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4651 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO12
1 files changed, 10 insertions, 2 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 030fe57e3..9d6a2d80c 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -193,7 +193,7 @@ o pthreads (sched/)
Priority: Low, probably not that useful
Title: PTHREAD_PRIO_PROTECT
- Extended pthread_mutexattr_setprotocol() suport PTHREAD_PRIO_PROTECT:
+ Description: Extended pthread_mutexattr_setprotocol() suport PTHREAD_PRIO_PROTECT:
"When a thread owns one or more mutexes initialized with the
PTHREAD_PRIO_PROTECT protocol, it shall execute at the higher of its
priority or the highest of the priority ceilings of all the mutexes
@@ -367,7 +367,7 @@ o Network (net/, drivers/net)
Priority: Medium, The feature is not important, but it is important
for NuttX to resolve the architectural issues.
- Title: SENTDO() AND MULTIPLE NETWORK INTERFACE SUPPORT
+ Title: SENDTO() AND MULTIPLE NETWORK INTERFACE SUPPORT
Description: sendto() and multiple network interface support:
When polled, would have to assure that the destination IP
is on the subnet served by the polling driver.
@@ -1257,6 +1257,14 @@ o ARM/STM32 (arch/arm/src/stm32/)
Status: Open
Priority: Low (I am not even sure if this is a problem yet).
+ Status: Unfinished STM32 F4 OTG FS Host Driver
+ Description: A quick-n-dirty leverage of the the LPC17xx host driver was put into
+ the STM32 source to support development of the STM32 F4 OTG FS host
+ driver. It is non-functional and still waiting for STM32 F4 logic
+ to be added. Don't use it!
+ Status: Open
+ Priority: Low (unless you need a host driver).
+
o AVR (arch/avr)
^^^^^^^^^^^^^^