Go to file
Juan Manuel Cruz Alcaraz f53214e307 enc28j60: allow simultaneous reception and transmission
SPI bus is a shared resource between tx and rx processes.
The access to it must be synchronized to allow a rx process to
happen even when a tx process is taking place.
ECON1 register must be saved by the rx process and recovered
at the end to ensure that the tx process will continue operating
in the same register bank.

Change-Id: Ie9358bf02bef8ddb5bdf76c8847e998a627e5395
Signed-off-by: Juan Manuel Cruz Alcaraz <juan.m.cruz.alcaraz@intel.com>
2016-08-17 18:34:46 +00:00
.known-issues doc: makefile doesn't print unneeded output of pwd 2016-08-02 06:47:21 +00:00
arch arc: em11d: em9d: set SPI_DW_IRQ_FLAGS 2016-08-12 22:57:56 +00:00
boards boards: galileo: Only show galileo pinmux options when the board is chosen 2016-08-01 17:34:23 +00:00
doc doc: Terminology--Replace 'platform' with 'board' 2016-08-12 22:57:24 +00:00
drivers enc28j60: allow simultaneous reception and transmission 2016-08-17 18:34:46 +00:00
ext fat_fs: zfs_diskio: use same typedefs in header 2016-08-16 14:43:06 -07:00
fs fs: Adds flash device support to diskio interface 2016-08-02 00:47:14 +00:00
include ipm_console: rate-limit to avoid losing messages 2016-08-17 18:04:37 +00:00
kernel Revert "microkernel: remove deprecated task IRQs" 2016-08-05 20:37:25 +00:00
lib libc: Add assert.h to minimal libc 2016-07-21 02:09:44 +00:00
misc x86: improve exception APIs 2016-07-28 18:13:24 +00:00
net net: Add NULL check to eventhandler 2016-08-12 15:43:14 +03:00
samples samples: mcp9808: build for sanitycheck runs 2016-08-15 09:38:54 -07:00
scripts sanitycheck: arc.ini: add em_starterkit to sanity runs 2016-08-12 09:36:29 -07:00
tests test_sleep: More latency workarounds 2016-08-12 20:36:11 +00:00
usb usb: Fix compile error with debug enabled 2016-08-10 15:27:36 +00:00
.checkpatch.conf checkpatch: add ignore for net/ip/contiki directory 2016-08-10 14:43:01 +00:00
.gitattributes
.gitignore testcases: instruct git to ignore *log and outdir-* 2016-06-14 22:01:34 +00:00
.gitreview
.mailmap mailmap: Fix broken author information for Evan Couzens 2016-08-08 21:24:49 +00:00
defaults.tc testcases: introduce defaults to build/deploy/evaluate 2016-07-23 18:31:18 +00:00
Kbuild Revert "microkernel: remove deprecated task IRQs" 2016-08-05 20:37:25 +00:00
Kconfig
Kconfig.zephyr fs: Adds diskio interface 2016-08-01 16:46:38 -07:00
LICENSE
MAINTAINERS MAINTAINERS: Add network applications and update tinycrypt sections 2016-08-05 23:11:12 +00:00
Makefile fs: Adds diskio interface 2016-08-01 16:46:38 -07:00
Makefile.inc build: Fix application object files placement when building out of tree 2016-06-30 16:49:40 +00:00
zephyr-env.sh zephyr-env.sh: prepend to PATH 2016-08-05 20:38:08 +00:00