You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by an...@apache.org on 2017/05/17 09:55:57 UTC

[41/43] incubator-mynewt-core git commit: This closes #269.

This closes #269.

Merge remote-tracking branch 'ccollins476ad/sim-no-signals'

* ccollins476ad/sim-no-signals:
  MYNEWT-745 Make native sockets nonblocking.
  MYNEWT-745 Sim - deadlock involving system calls


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/dd4baa28
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/dd4baa28
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/dd4baa28

Branch: refs/heads/bluetooth5
Commit: dd4baa28ea899c0bfd444551ccba78309f3847df
Parents: b26a78d 71811d4
Author: Christopher Collins <cc...@apache.org>
Authored: Fri May 12 18:39:11 2017 -0700
Committer: Christopher Collins <cc...@apache.org>
Committed: Fri May 12 18:39:11 2017 -0700

----------------------------------------------------------------------
 hw/mcu/native/syscfg.yml                   |  21 ++
 kernel/os/src/arch/sim/os_arch_sim.c       | 461 ------------------------
 kernel/os/src/arch/sim/os_arch_sim_gen.c   | 248 +++++++++++++
 kernel/os/src/arch/sim/os_arch_sim_nosig.c | 241 +++++++++++++
 kernel/os/src/arch/sim/os_arch_sim_priv.h  |  29 ++
 kernel/os/src/arch/sim/os_arch_sim_sig.c   | 266 ++++++++++++++
 net/ip/native_sockets/src/native_sock.c    |   6 +
 7 files changed, 811 insertions(+), 461 deletions(-)
----------------------------------------------------------------------