Go to file
Jukka Rissanen f9a7e27220 net: contiki: Add Kconfig option to disable ND
User is able to disable IPv6 neighbor discovery.
Normally ND should be enabled but for testing purposes
the ND can be turned off as it simplifies the network
setup.

The default value atm is not to run ND because
we do not have a proper network setup. If user is
running qemu image, then ND should be disabled because
ND does not work properly with tun device.

Change-Id: I0ab7d6ee2ea3bc70918d9adf6f44473f71b3bd29
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2016-02-05 20:15:40 -05:00
arch arc: do not include arch/cpu.h, nanokernel.h has it 2016-02-05 20:15:36 -05:00
doc Add initial import of TinyCrypt crypto library and tests 2016-02-05 20:15:36 -05:00
drivers Bluetooth: Make bt_uart_open parameters explicit void 2016-02-05 20:15:40 -05:00
include Bluetooth: Add defines for LE Connection Update Complete event 2016-02-05 20:15:40 -05:00
kernel pipes: remove lingering mentions of 'remote nodes' 2016-02-05 20:15:36 -05:00
lib Add initial import of TinyCrypt crypto library and tests 2016-02-05 20:15:36 -05:00
misc Add initial import of TinyCrypt crypto library and tests 2016-02-05 20:15:36 -05:00
net net: contiki: Add Kconfig option to disable ND 2016-02-05 20:15:40 -05:00
samples Bluetooth: Make signed_value static in periperal sample 2016-02-05 20:15:40 -05:00
scripts microkernel: rename _k_init_node() to _k_init_dynamic() 2016-02-05 20:15:36 -05:00
.gitattributes
.gitignore
.mailmap
Kbuild
Kconfig
Kconfig.zephyr
Makefile Add initial import of TinyCrypt crypto library and tests 2016-02-05 20:15:36 -05:00
Makefile.inc
zephyr-env.sh