zephyr/samples
Jukka Rissanen 82fa5bcf59 drivers: eth: native_posix: Allow non-root access
Change the default behaviour of the host network interface
setup. Now user needs to execute net-setup.sh script from
net-tools project to setup host ethernet interface. The script
needs to be run as a root user. Then zephyr.exe can be started
as a normal user.

Example:
    cd net-tools
    sudo ./net-setup.sh

This will create zeth network interface and set IP address and
routes properly. See other command line options by typing
    ./net-setup.sh --help

Old behaviour is still there if one enables
    CONFIG_ETH_NATIVE_POSIX_STARTUP_AUTOMATIC=y

in which case one needs to use the command
    sudo --preserve-env zephyr.exe

to start the Zephyr process.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2018-10-23 11:08:39 +03:00
..
application_development
basic samples: blink_led: make it work for nrf52832-mdk 2018-10-17 12:51:22 -05:00
bluetooth samples: ipsp: Convert from SYS_LOG to new logger 2018-10-19 14:50:22 +02:00
boards samples: boards: mesh/onoff-app: Remove SYS_LOG usage 2018-10-19 14:50:22 +02:00
cpp_synchronization tests/samples: rename 'app' tag to something meaningful 2018-10-16 09:17:51 -04:00
display samples: add sample for character framebuffer 2018-10-16 14:54:47 -04:00
drivers shell: examples unification 2018-10-19 13:35:56 +02:00
hello_world tests/samples: cleanup tags 2018-10-16 09:17:51 -04:00
mpu shell: examples unification 2018-10-19 13:35:56 +02:00
net drivers: eth: native_posix: Allow non-root access 2018-10-23 11:08:39 +03:00
nfc/nfc_hello tests/samples: rename 'app' tag to something meaningful 2018-10-16 09:17:51 -04:00
philosophers sys_clock: Make clock_always_on true by default 2018-10-16 15:03:10 -04:00
sensor samples: fxos8700: add accelerometer devices to README.rst 2018-10-17 14:16:02 -05:00
shields tests/samples: cleanup tags 2018-10-16 09:17:51 -04:00
subsys shell: examples unification 2018-10-19 13:35:56 +02:00
synchronization tests/samples: rename 'app' tag to something meaningful 2018-10-16 09:17:51 -04:00
testing/integration
xtensa_asm2
kernel.rst
samples.rst