- 05 Nov, 2021 1 commit
-
-
Marcin Niestroj authored
After commit eeb15aa3 ("timer: hpet: enable 64 bit mode for better usages") was applied, main thread stack usage on qemu_x86 platform increased from 984 to 1040 bytes. Default stack size, which is 1024, is no longer enough. Change that to 1536 to make sure this sample runs correctly on qemu_x86. Signed-off-by:
Marcin Niestroj <m.niestroj@emb.dev>
-
- 04 Oct, 2018 1 commit
-
-
Jukka Rissanen authored
Use new logging system with support for network log level. Signed-off-by:
Jukka Rissanen <jukka.rissanen@linux.intel.com>
-
- 14 Aug, 2018 1 commit
-
-
Paul Sokolovsky authored
This finishes refactor of splitting off net_config library name from net_app library, started in c60df131, c89a06db . This commit makes sure that Kconfig options are prefixed with CONFIG_NET_CONFIG_ instead of CONFIG_NET_APP_, and propagates these changes thru the app configs in the tree. Also, minor dependency, etc. tweaks are made. Signed-off-by:
Paul Sokolovsky <paul.sokolovsky@linaro.org>
-
- 11 Feb, 2018 1 commit
-
-
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:
Paul Sokolovsky <paul.sokolovsky@linaro.org>
-
- 19 Sep, 2017 1 commit
-
-
Paul Sokolovsky authored
This example shows usage of client connection and getaddrinfo(). Signed-off-by:
Paul Sokolovsky <paul.sokolovsky@linaro.org>
-
- 21 Aug, 2017 1 commit
-
-
Paul Sokolovsky authored
The main reason is allowing to run on 6LoWPAN devices, though also to demonstrate IPv6 support with BSD Sockets in general. Tested on 96b_carbon. Signed-off-by:
Paul Sokolovsky <paul.sokolovsky@linaro.org>
-
- 07 Aug, 2017 1 commit
-
-
Paul Sokolovsky authored
Don't call net configuration explicitly, instead rely on net_app auto init service. Thus, the only difference between POSIX and Zephyr versions of these samples are different include files. The application code is 100% the same. Signed-off-by:
Paul Sokolovsky <paul.sokolovsky@linaro.org>
-
- 02 Aug, 2017 2 commits
-
-
Anas Nashif authored
Signed-off-by:
Anas Nashif <anas.nashif@intel.com>
-
Anas Nashif authored
Signed-off-by:
Anas Nashif <anas.nashif@intel.com>
-
- 26 Jul, 2017 1 commit
-
-
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:
Anas Nashif <anas.nashif@intel.com>
-
- 18 Jul, 2017 1 commit
-
-
Paul Sokolovsky authored
It's expected that there will be few socket-based samples, so move tehm under samples/sockets/ to not clutter the main dir. Signed-off-by:
Paul Sokolovsky <paul.sokolovsky@linaro.org>
-
- 28 Jun, 2017 1 commit
-
-
Paul Sokolovsky authored
The example source code is POSIX-compatible (modulo include files), i.e. can be built and behaves the same way for Zephyr and a POSIX system (e.g. Linux). Makefile.posix is available for the latter. Signed-off-by:
Paul Sokolovsky <paul.sokolovsky@linaro.org>
-