zephyr/drivers/ethernet
Jukka Rissanen 6b43821f20 net: Remove legacy Contiki based uIP stack
This commit removes the legacy Contiki based uIP stack.
The new native IP stack must be used after this commit.

The commit also removes following things:
- legacy cc2520 driver
- legacy ethernet drivers
- legacy IP stack samples

and changes these things:
- disabled tests that only work for legacy IP stack
- select new IP stack by default
- enable random number generator by default as it is needed
  by the new IP stack

Change-Id: I1229f9960a4c6654e9ccc6dac14a7efb9394e45d
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2016-12-02 12:41:17 +02:00
..
eth_dw_priv.h eth/dw: Move RW objects from device config_info to device driver_data. 2016-10-19 12:10:59 +00:00
eth_dw.c ethernet: Add driver initialization priority to Kconfig 2016-12-02 12:41:17 +02:00
eth_enc28j60_legacy.c ethernet: Add driver initialization priority to Kconfig 2016-12-02 12:41:17 +02:00
eth_enc28j60_priv.h ethernet: enc28j60: use unified kernel interface 2016-12-02 12:41:17 +02:00
eth_enc28j60.c ethernet: Add driver initialization priority to Kconfig 2016-12-02 12:41:17 +02:00
eth_ksdk.c ethernet: Add driver initialization priority to Kconfig 2016-12-02 12:41:17 +02:00
Kconfig ethernet: Add driver initialization priority to Kconfig 2016-12-02 12:41:17 +02:00
Kconfig.enc28j60 ethernet: Add driver initialization priority to Kconfig 2016-12-02 12:41:17 +02:00
Kconfig.ksdk eth: ksdk: Update driver for native IP stack. 2016-12-02 12:41:01 +02:00
Makefile net: Remove legacy Contiki based uIP stack 2016-12-02 12:41:17 +02:00