aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 271d7fb89..72024519b 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2408,3 +2408,5 @@
sub-directory: By making libboard.a a "phony" target, libboard.a should
always rebuilt (the end result is worth the small increase in build time)
(submitted by Mike Smith).
+ * include/net/psock.h: A new low level socket interface that allows the OS
+ to use the socket interface without having a socket descriptor.