aboutsummaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-06 02:14:36 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-06 02:14:36 +0000
commit181f52600be57daf2fffec83303892123f3b351f (patch)
tree01b886eb4714db11bada5d0ef28e7bd5f674dd92 /nuttx/TODO
parent45b832c6ffd0ef41c84bfdbc9e02d2e6e839f0c3 (diff)
downloadpx4-firmware-181f52600be57daf2fffec83303892123f3b351f.tar.gz
px4-firmware-181f52600be57daf2fffec83303892123f3b351f.tar.bz2
px4-firmware-181f52600be57daf2fffec83303892123f3b351f.zip
Fix a floating point presentation error
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5012 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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/)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^