This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
from f97d93903c samv7: add support for dead time delay to PWM driver new b3c1c55805 net: Make si_bind callback optional new 9b3715050b net: Make si_getsockname callback optional new 2553b7701c net: Remove the empty si_getpeername implementation new a97e2523a4 net: Make si_listen callback optional new 5dd037c599 net: Make si_connect callback optional new c39be172da net: Make si_accept callback optional new 3c3dea5d7a net: Make si_poll callback optional The 7 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: net/bluetooth/bluetooth_sockif.c | 123 +------------------ net/can/can_sockif.c | 190 +---------------------------- net/icmp/icmp_sockif.c | 239 +------------------------------------ net/icmpv6/icmpv6_sockif.c | 239 +------------------------------------ net/ieee802154/ieee802154_sockif.c | 123 +------------------ net/local/local_sockif.c | 100 ++-------------- net/netlink/netlink_sockif.c | 90 +------------- net/pkt/pkt_sockif.c | 234 +----------------------------------- net/socket/accept.c | 6 +- net/socket/bind.c | 7 +- net/socket/connect.c | 8 +- net/socket/getpeername.c | 1 - net/socket/getsockname.c | 7 +- net/socket/listen.c | 7 +- net/socket/net_poll.c | 7 +- 15 files changed, 73 insertions(+), 1308 deletions(-)