contiki/cpu/x86/drivers/quarkX1000
Michael LeMay abeed93da5 x86: Add driver for Intel Quark X1000 built-in Ethernet
This patch adds a simple, space-efficient driver for the Ethernet
interface built into the Intel Quark X1000.  It only allocates a
single packet descriptor for each of the transmit and receive
directions, computes checksums on the CPU, and enables
store-and-forward mode for both transmit and receive directions.
2015-12-21 08:06:14 -02:00
..
eth.c x86: Add driver for Intel Quark X1000 built-in Ethernet 2015-12-21 08:06:14 -02:00
eth.h x86: Add driver for Intel Quark X1000 built-in Ethernet 2015-12-21 08:06:14 -02:00
gpio.c x86: Add Intel Quark X1000 GPIO Controller (non-legacy) interrupt support 2015-12-21 08:06:14 -02:00
gpio.h x86: Add Intel Quark X1000 GPIO Controller (non-legacy) interrupt support 2015-12-21 08:06:14 -02:00
i2c-registers.h x86: Add Intel Quark X1000 I2C support 2015-12-21 08:06:14 -02:00
i2c.c x86: Add Intel Quark X1000 I2C support 2015-12-21 08:06:14 -02:00
i2c.h x86: Add Intel Quark X1000 I2C support 2015-12-21 08:06:14 -02:00
uart.c x86: Add support for PCI BAR1 2015-12-21 08:06:14 -02:00
uart.h x86: Add Intel Quark X1000 UART support. 2015-12-21 08:06:14 -02:00