You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2019/12/31 15:54:17 UTC

[incubator-nuttx] branch dev updated (90c52e6 -> 5fb5a9d)

This is an automated email from the ASF dual-hosted git repository.

gnutt pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from 90c52e6  Squashed commit of the following:
     add 3187dde  fix sim:bluetooth compiler error (#18)
     add 5fb5a9d  psock_udp_sendto should call udp_wrbuffer_tryalloc for nonblock socket (#20)

No new revisions were added by this update.

Summary of changes:
 boards/sim/sim/sim/src/sim_bringup.c          | 18 +--------
 drivers/wireless/bluetooth/bt_null.c          |  2 +-
 drivers/wireless/bluetooth/bt_uart_bcm4343x.c |  2 +-
 drivers/wireless/bluetooth/bt_uart_cc2564.c   |  2 +-
 drivers/wireless/bluetooth/bt_uart_generic.c  |  2 +-
 net/udp/udp.h                                 | 21 ++++++++++
 net/udp/udp_psock_sendto_buffered.c           | 15 +++++--
 net/udp/udp_wrbuffer.c                        | 56 +++++++++++++++++++++++++++
 8 files changed, 95 insertions(+), 23 deletions(-)