summaryrefslogtreecommitdiff
path: root/nuttx/ReleaseNotes
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-13 16:22:22 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-13 16:22:22 -0600
commit70b6bb22af51defd713adfd452309f32f0e523aa (patch)
treeb483c578cf6ae76888b89188bedb03f539ab4cd3 /nuttx/ReleaseNotes
parent3cf6b4d6577c2f467dbb25dd0da8cdc6ad32a7b4 (diff)
downloadnuttx-70b6bb22af51defd713adfd452309f32f0e523aa.tar.gz
nuttx-70b6bb22af51defd713adfd452309f32f0e523aa.tar.bz2
nuttx-70b6bb22af51defd713adfd452309f32f0e523aa.zip
More trailing whilespace removal
Diffstat (limited to 'nuttx/ReleaseNotes')
-rw-r--r--nuttx/ReleaseNotes8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index be8747902..fea3eb3a5 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -5923,7 +5923,7 @@ Additional new features and extended functionality:
* TI Tiva TMC4C123G:
- Added architecture support for the TI Tiva TM4C123G parts. This was
- merged into the existing support for the LM3S and LM4F families.
+ merged into the existing support for the LM3S and LM4F families.
All directory, file, and function references changed from lm to tiva.
* TI Tiva TMC4C123G Board Support:
@@ -5949,7 +5949,7 @@ Additional new features and extended functionality:
* Documentation:
- - Added a coding standards document. See
+ - Added a coding standards document. See
http://www.nuttx.org/doku.php?id=documentation:codingstandard
* Configuration/Build System:
@@ -6013,7 +6013,7 @@ Bugfixes (see the ChangeLog for details). Some of these are very important:
- Fix one place where the connection reference count was not being
decremented in the socket close() logic. This is really a cosmetic
change BUT when CONFIG_DEBUG_NET is enabled, it will cause assertions.
- - Backed out a small part of the NuttX 6.33 write buffering changed.
+ - Backed out a small part of the NuttX 6.33 write buffering changed.
David G says that this causes problems in connecting to a server.
- In DHCPD, there was a place where the logic was calling ntohl()
inappropriately; the address was already in the correct order. How
@@ -6054,7 +6054,7 @@ Bugfixes (see the ChangeLog for details). Some of these are very important:
* Configuration/Build System:
- - Several changes to restore the broken native Windows build
+ - Several changes to restore the broken native Windows build
* NuttShell (NSH):