summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-06 02:14:36 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-06 02:14:36 +0000
commit50a8647d6402d6b6f547b9d77d9ab1b6679a578d (patch)
tree01b886eb4714db11bada5d0ef28e7bd5f674dd92 /nuttx/TODO
parenta8251530b1d5418afe4e35baa7ddace4a3db3138 (diff)
downloadpx4-nuttx-50a8647d6402d6b6f547b9d77d9ab1b6679a578d.tar.gz
px4-nuttx-50a8647d6402d6b6f547b9d77d9ab1b6679a578d.tar.bz2
px4-nuttx-50a8647d6402d6b6f547b9d77d9ab1b6679a578d.zip
Fix a floating point presentation error
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5012 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO8
1 files changed, 7 insertions, 1 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index e2abce7f4..087977aee 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -15,7 +15,7 @@ nuttx/
(5) Binary loaders (binfmt/)
(17) Network (net/, drivers/net)
(3) USB (drivers/usbdev, drivers/usbhost)
- (9) Libraries (lib/)
+ (10) Libraries (lib/)
(10) File system/Generic drivers (fs/, drivers/)
(5) Graphics subystem (graphics/)
(1) Pascal add-on (pcode/)
@@ -685,6 +685,12 @@ o Libraries (lib/)
Status: Open
Priority: Low -- more of a roadmap
+ Title: FLOATING POINT FORMATS
+ Description: Only the %f floating point format is supported. Others are accepted
+ but treated like %f.
+ Status: Open
+ Priority: Medium (this might important to someone.
+
o File system / Generic drivers (fs/, drivers/)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^