summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-21 13:41:39 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-21 13:41:39 +0000
commit5b829db93423d071a658fa0fca1eeffa21f96bb3 (patch)
treef25f680eb78e04c370ef3a95776631f631de3795 /nuttx/TODO
parent6a0ef774560f783c772fb833e8f973d985666a40 (diff)
downloadpx4-nuttx-5b829db93423d071a658fa0fca1eeffa21f96bb3.tar.gz
px4-nuttx-5b829db93423d071a658fa0fca1eeffa21f96bb3.tar.bz2
px4-nuttx-5b829db93423d071a658fa0fca1eeffa21f96bb3.zip
Add NXFLAT dynamic binding logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1919 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index d8a61946f..da9356e26 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -320,6 +320,11 @@ o Pascal Add-On (pcode/)
o Documentation (Documentation/)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+ Description: Need to document which APIs can be used in interrupt
+ handlers (like mq_send and sem_post) and which cannot.
+ Status: Open
+ Priority: Low
+
o Build system
^^^^^^^^^^^^