summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-28 16:07:54 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-28 16:07:54 +0000
commit8c8ac1bef17f02fbfda09719bb0907d6ef818021 (patch)
tree98758c922384eba4dc8d221de2ba67f4f93a98da /nuttx/TODO
parent2cb99f09aa13bd6d51f65537a133aa51c6cb7e71 (diff)
downloadpx4-nuttx-8c8ac1bef17f02fbfda09719bb0907d6ef818021.tar.gz
px4-nuttx-8c8ac1bef17f02fbfda09719bb0907d6ef818021.tar.bz2
px4-nuttx-8c8ac1bef17f02fbfda09719bb0907d6ef818021.zip
Add NX configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1329 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 032778a32..e69cc20e6 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -350,6 +350,14 @@ o Build system
Status: Open
Priority: Medium-low
+ Description: If CONFIG_NXGRAPHICS is enabled, the build fails the first time
+ saying that there is "No rule to make target..." for one of the
+ auto-generated graphics files. This is a nuisance, but if you
+ simply build again (with the source files already auto-generated)
+ the problem does not reoccur.
+ Status: Open
+ Priority: Low, the work-around is simple
+
o NuttShell (NSH) (examples/nsh)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^