zephyr/drivers/ethernet
Kumar Gala 789081673f Introduce new sized integer typedefs
This is a start to move away from the C99 {u}int{8,16,32,64}_t types to
Zephyr defined u{8,16,32,64}_t and s{8,16,32,64}_t.  This allows Zephyr
to define the sized types in a consistent manor across all the
architectures we support and not conflict with what various compilers
and libc might do with regards to the C99 types.

We introduce <zephyr/types.h> as part of this and have it include
<stdint.h> for now until we transition all the code away from the C99
types.

We go with u{8,16,32,64}_t and s{8,16,32,64}_t as there are some
existing variables defined u8 & u16 as well as to be consistent with
Zephyr naming conventions.

Jira: ZEP-2051

Change-Id: I451fed0623b029d65866622e478225dfab2c0ca8
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2017-04-20 16:07:08 +00:00
..
eth_dw.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
eth_dw_priv.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
eth_enc28j60.c drivers: enc28j60: buffer reception waits timeout 2017-03-09 20:33:46 +02:00
eth_enc28j60_priv.h drivers: eth_enc28j60: Clarify comments in the header file. 2017-03-13 18:02:34 +03:00
eth_mcux.c drivers/eth/mcux: Make sure not to leak net_buf in RX 2017-04-13 15:21:41 +03:00
eth_sam_gmac.c drivers: eth_sam_gmac: Make sure not to leak net_buf in RX 2017-04-13 15:21:43 +03:00
eth_sam_gmac_priv.h Introduce new sized integer typedefs 2017-04-20 16:07:08 +00:00
Kconfig drivers: make ethernet init prio depend on NET_L2_ETHERNET 2017-02-02 14:43:51 +00:00
Kconfig.dw drivers: make ethernet init prio depend on NET_L2_ETHERNET 2017-02-02 14:43:51 +00:00
Kconfig.enc28j60 drivers: enc28j60: buffer reception waits timeout 2017-03-09 20:33:46 +02:00
Kconfig.mcux eth/mcux: Turn down the PHY debug verbosity. 2017-03-09 20:33:47 +02:00
Kconfig.sam_gmac drivers: Update Atmel SAM family GMAC Ethernet driver 2017-03-17 10:34:44 +02:00
Makefile drivers: Add Atmel SAM family GMAC Ethernet driver 2017-02-01 21:01:19 +00:00
phy_sam_gmac.c drivers: Add Atmel SAM family GMAC Ethernet driver 2017-02-01 21:01:19 +00:00
phy_sam_gmac.h Introduce new sized integer typedefs 2017-04-20 16:07:08 +00:00