summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
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>