zephyr/drivers/ethernet
Andrew Boie 0b474eef9c kernel: deprecate old init levels
PRIMARY, SECONDARY, NANOKERNEL, MICROKERNEL init levels are now
deprecated.

New init levels introduced: PRE_KERNEL_1, PRE_KERNEL_2, POST_KERNEL
to replace them.

Most existing code has instances of PRIMARY replaced with PRE_KERNEL_1,
SECONDARY with POST_KERNEL as SECONDARY has had a longstanding bug
where the documentation specified SECONDARY ran before the kernel started
up, but actually ran afterwards.

Change-Id: I771bc634e9caf7f17dbf214a270bc9967eed7d32
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-11-09 17:59:44 +00:00
..
Kconfig eth: Add KSDK ENET driver. 2016-10-16 09:57:35 +00:00
Kconfig.enc28j60 eth: Add full-duplex configuration to ENC28J60 2016-09-17 22:43:52 +00:00
Kconfig.ksdk eth: Add KSDK ENET driver. 2016-10-16 09:57:35 +00:00
Makefile eth: Add KSDK ENET driver. 2016-10-16 09:57:35 +00:00
eth_dw.c driver/eth_dw: Limit name space, add static. 2016-10-26 20:51:05 +00: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_enc28j60.c kernel: deprecate old init levels 2016-11-09 17:59:44 +00:00
eth_enc28j60_priv.h eth: Add full-duplex configuration to ENC28J60 2016-09-17 22:43:52 +00:00
eth_ksdk.c driver/eth_ksdk: Limit name space, add static. 2016-10-26 20:51:05 +00:00