aboutsummaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-06 17:59:41 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-06 17:59:41 +0000
commit756fc3f2db435855a76535c9863ad5d5d197b9dc (patch)
tree414b735663365ee1333299dae6932f0908678501 /nuttx/TODO
parent722430d4d27063839de0be788c09c5068ce9070b (diff)
downloadpx4-firmware-756fc3f2db435855a76535c9863ad5d5d197b9dc.tar.gz
px4-firmware-756fc3f2db435855a76535c9863ad5d5d197b9dc.tar.bz2
px4-firmware-756fc3f2db435855a76535c9863ad5d5d197b9dc.zip
Misc updates (minor)
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5014 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO11
1 files changed, 9 insertions, 2 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 087977aee..274545239 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)
- (10) Libraries (lib/)
+ (11) Libraries (lib/)
(10) File system/Generic drivers (fs/, drivers/)
(5) Graphics subystem (graphics/)
(1) Pascal add-on (pcode/)
@@ -689,7 +689,14 @@ o Libraries (lib/)
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.
+ Priority: Medium (this might important to someone).
+
+ Title: FLOATING POINT PRECISION
+ Description: A fieldwidth and precision is required with the %f format. If %f
+ is used with no format, than floating numbers will be printed with
+ a precision of 0 (effectively presented as integers).
+ Status: Open
+ Priority: Medium (this might important to someone).
o File system / Generic drivers (fs/, drivers/)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^