summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-05-09 17:35:43 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-05-09 17:35:43 +0000
commit25d09272dbf07e8da22e4523cfc02e6d2768bb44 (patch)
treec587f9cf6880b784a17e37d22e8d455101746ace /nuttx
parent80450be87458da980b3f32c734a1c7f1287da8ad (diff)
downloadpx4-nuttx-25d09272dbf07e8da22e4523cfc02e6d2768bb44.tar.gz
px4-nuttx-25d09272dbf07e8da22e4523cfc02e6d2768bb44.tar.bz2
px4-nuttx-25d09272dbf07e8da22e4523cfc02e6d2768bb44.zip
Update release notes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2660 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/ReleaseNotes3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index 3c6dda5f7..5e1692cf3 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -1249,5 +1249,8 @@ new drivers and some important bugfixes:
STR-P711 port and some important bugs were fixed in the STR-P711 SPI
driver.
+ * Added (optional) floating point support for printf() (contributed by
+ Yolande Cates).
+
* Corrected an important UDP reference counting error. It was not a serious
error, but it trigger an assertion was IS a serious error.