1. 05 Nov, 2021 1 commit
  2. 04 Oct, 2018 1 commit
  3. 14 Aug, 2018 1 commit
  4. 11 Feb, 2018 1 commit
    • Paul Sokolovsky's avatar
      samples: net: sockets: Clean up/improve socket samples · bc1a82ac
      Paul Sokolovsky authored
      With 323e8cf0
      
       applied and printf() working out of the box,
      CONFIG_NET_BUF_LOG=y workarounds can be removed from configs of
      all samples.
      
      Also, print an intro message at the start of each server sample,
      to give a user hint that the app didn't just hang and what to do
      next. (The port waiting for connection is printed. We can't (easily)
      print host address, because the samples should run on both Zephyr
      and POSIX systems, and finding out local host address would require
      hairy #ifdef's undermining the purpose of these samples (that is,
      showing that the *same* code can be used on both types of systems)).
      
      Fixes: #5379
      Signed-off-by: default avatarPaul Sokolovsky <paul.sokolovsky@linaro.org>
      bc1a82ac
  5. 19 Sep, 2017 1 commit
  6. 21 Aug, 2017 1 commit
  7. 07 Aug, 2017 1 commit
  8. 02 Aug, 2017 2 commits
  9. 26 Jul, 2017 1 commit
    • Anas Nashif's avatar
      net: enable SLIP only on QEMU targets · ca0ad13a
      Anas Nashif authored
      
      In many networking tests we had to configure SLIP in the prj.conf
      leaving those configurations Qemu specific. This change enables SLIP for
      QEMU targets automatically and allows reuse of prj.conf for multiple
      boards.
      
      Additionally, the TUN options is removed. This option was not used
      anywhere.
      
      To enable self-contained networking tests that do not depend on SLIP, we
      introduce the new option NET_TEST which disables TAP and allows testing
      in QEMU without the need for a host interface.
      Signed-off-by: default avatarAnas Nashif <anas.nashif@intel.com>
      ca0ad13a
  10. 18 Jul, 2017 1 commit
  11. 28 Jun, 2017 1 commit