Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
Go to file
Dan Kalowsky 522cd73e04 i2c: fix interrupt clearing
Clearing an interrupt in DesignWare is done by reading the port
not by writing to it.  Original problem found by Dmitriy@WR.

Change-Id: I1de052632ec36e2d496c563e81307169e9dabcf4
Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
2016-02-05 20:24:19 -05:00
arch x86: Add an option for legacy IO ports 2016-02-05 20:24:19 -05:00
doc Change minor punctuation characters. 2016-02-05 20:24:19 -05:00
drivers i2c: fix interrupt clearing 2016-02-05 20:24:19 -05:00
include gpio: add polarity and pull up/down config flags 2016-02-05 20:24:18 -05:00
kernel Kconfig: Fix EXPERIMENTAL features dependency 2016-02-05 20:24:17 -05:00
lib libc: use isdigit from ctype.h 2016-02-05 20:16:15 -05:00
misc misc: don't depend on serial drivers for printk()/printf() 2016-02-05 20:24:17 -05:00
net net: Remove EXPERIMENTAL label from net and bluetooth 2016-02-05 20:24:17 -05:00
samples sanity: do not run footprint-min on galileo 2016-02-05 20:24:19 -05:00
scripts linker: add whole-archive flag to app lib 2016-02-05 20:24:04 -05:00
.gitattributes First commit 2015-04-10 16:44:37 -07:00
.gitignore .gitignore: add ctags data file 2016-02-05 20:16:15 -05:00
.mailmap First commit 2015-04-10 16:44:37 -07:00
Kbuild Kbuild: Check if offsets.h was updated 2016-02-05 20:15:33 -05:00
Kconfig Split main Kconfig to allow application specific Kconfig 2016-02-05 20:15:28 -05:00
Kconfig.zephyr Split main Kconfig to allow application specific Kconfig 2016-02-05 20:15:28 -05:00
Makefile Fix TinyCrypto include path 2016-02-05 20:15:58 -05:00
Makefile.inc Kbuild: Use DOTCONFIG instead of /.config 2016-02-05 20:15:33 -05:00
zephyr-env.sh Rename Zephyr OS into Zephyr Kernel 2016-02-05 20:14:26 -05:00