summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-13 13:02:45 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-13 13:02:45 +0000
commit44845f6ba52562efd54a6e87492ae909d00d5d7e (patch)
treef49c263c540623ab84da4b09bf4b1df4cd0e6c14 /nuttx/ChangeLog
parent8dbef7e28bb85c9106ea80d03114ccfec0033a9a (diff)
downloadnuttx-44845f6ba52562efd54a6e87492ae909d00d5d7e.tar.gz
nuttx-44845f6ba52562efd54a6e87492ae909d00d5d7e.tar.bz2
nuttx-44845f6ba52562efd54a6e87492ae909d00d5d7e.zip
Add psock_connect()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4483 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 826188140..2f80f84a3 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2544,7 +2544,7 @@
the USB (device) driver on the PIC32 Ethernet Starter Kit.
* arch/mips/src/pic32mx/pic32mx_ethernet.c: Verifed the PIC32 Ethernet
driver on the PIC32 Starter Kit. Status: It is occasionally functional
- but no stable enough for use.
+ but not stable enough for use.
* arch/arm/include/stm32, arch/arm/src/stm32: Add general support for
the STM32 F2 family. Contributed by Gary Teravskis,
* configs/stm3220g-eval: Add support for the STMicro STM3220G-EVAL board.
@@ -2559,3 +2559,5 @@
USB host driver with name changes only).
* arch/arm/src/stm32/chip/stm32_otgfs.h: STM32 USB OTG FS register
definitions (not complete on initial check-in).
+ * net/connect.c: Add another low level, thread-independent socket interface
+ for use within the OS.