aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-13 13:02:45 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-13 13:02:45 +0000
commite7eb420e2e10145f7decf6967b693f21dabf73d0 (patch)
treef49c263c540623ab84da4b09bf4b1df4cd0e6c14 /nuttx/ChangeLog
parentb2664b46db13ad0c99100b1f056c863a14b664f1 (diff)
downloadpx4-firmware-e7eb420e2e10145f7decf6967b693f21dabf73d0.tar.gz
px4-firmware-e7eb420e2e10145f7decf6967b693f21dabf73d0.tar.bz2
px4-firmware-e7eb420e2e10145f7decf6967b693f21dabf73d0.zip
Add psock_connect()
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4483 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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.