summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-21 16:29:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-21 16:29:49 +0000
commit212727fcefd15bc33076127442ec2fdf3e583218 (patch)
treece82a9ae9bb314aabe44334d980968270cf0040f /nuttx/ChangeLog
parent0ac1128489d419afa834bdae31aa3a5dced8ee7b (diff)
downloadpx4-nuttx-212727fcefd15bc33076127442ec2fdf3e583218.tar.gz
px4-nuttx-212727fcefd15bc33076127442ec2fdf3e583218.tar.bz2
px4-nuttx-212727fcefd15bc33076127442ec2fdf3e583218.zip
Prep for 5.0 releasenuttx-5.0
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2405 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 226a700c4..fa586028b 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -980,7 +980,7 @@
driver: (1) Need to disconnect after reset received, (2) Status setup
to recover from stall on TX endpoint.
-5.0 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+5.0 2009-12-21 Gregory Nutt <spudmonkey@racsa.co.cr>
* arch/hc: Adding framework to support m68hc11/12
* configs/demo9s12ne64: Configuration to support Freescale DEMO9S12NE64
@@ -1023,3 +1023,10 @@
as a result, packets were not be ACKed by the recipient and transfers
would sometimes stall. This is a very important bug fix (in fact, I
don't understand how TCP/IP worked at all without this fix???)
+ * include/nuttx/arch.h and arch/*/common/up_udelay.c - Change argument
+ of up_udelay() to type useconds_t to avoid warnings when sizeof(int)
+ is 16-bits.
+ * drivers/mmcsd/* - Add casts in contant expressions to avoid warnings
+ when sizeof(int) is 16-bits.
+
+5.1 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>