From 6082f71dcfd8f55b731a32ef27abf441ddee0b3c Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 18 Dec 2009 22:36:24 +0000 Subject: update git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2391 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/ChangeLog | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'nuttx/ChangeLog') diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index 7f20e961b..0425d16bd 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. -2010.1 2010-xx-xx Gregory Nutt +5.0 2009-xx-xx Gregory Nutt * arch/hc: Adding framework to support m68hc11/12 * configs/demo9s12ne64: Configuration to support Freescale DEMO9S12NE64 @@ -1006,4 +1006,13 @@ * graphics/ and examples/nx - Fix numerous build errors that have been introduced lately. NXGL has suffered some bit-rot from not being used in some of the most recent ports. - + * The misc/pascal NuttX add-on package has been updated to use the new + standard types from stdint.h and stdbool.h and re-integrated with NuttX. + The released pascal-2.0 will be the first version that contains the + compatible changes. + * arch/arm/src/lm3s/lm3s_ethernet.c - Fixed an important bug in the LM3S + ethernet driver: If full packet is received, the packet-too-big check + will fail because it needs to subtract 6 from the packet size (to + account for the 2-byte packet length and the 4-byte packet FCS in the + FIFO). + * net/accept.c - Fixed a bad assertion (only happens when debug is enabled). -- cgit v1.2.3