You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/01/28 10:16:53 UTC

[incubator-nuttx] branch master updated (e596d5b -> b2f3cef)

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

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


    from e596d5b  binfmt/libelf: Implement sh_addralign handling
     add b2f3cef  sim/netdev,tapdev: implemented emulation of TX done and RX ready interrupts and removed two tcp_send_txnotify() calls from tcp_sendfile (they are not needed anymore).

No new revisions were added by this update.

Summary of changes:
 arch/sim/src/sim/up_internal.h  | 48 +++++++++++++++++++++++------------------
 arch/sim/src/sim/up_netdriver.c | 26 ++++++++++++++++------
 arch/sim/src/sim/up_tapdev.c    | 30 +++++++++++++++++++++++++-
 arch/sim/src/sim/up_vpnkit.c    |  6 +++++-
 arch/sim/src/sim/up_wpcap.c     |  6 +++++-
 net/tcp/tcp_sendfile.c          |  8 -------
 6 files changed, 86 insertions(+), 38 deletions(-)