Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
Go to file
Daniel Leung db2d48b66f arc: add atomic operations for ARC EM family processors
The ARC EM family processors do not support native atomic assembly
instructions (LLOCK and SCOND). Therefore, the assembly version
of atomic functions cannot be used. This adds pure C version of
these atomic functions.

Change-Id: Ic64dd31b0367b6dcf3a46f41c0c7ac2c2ce5eb8d
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-02-05 20:25:16 -05:00
arch arc: add atomic operations for ARC EM family processors 2016-02-05 20:25:16 -05:00
boards kconfig: Add missing board definition 2016-02-05 20:25:16 -05:00
doc doc: Change README to reflect new API documentation. 2016-02-05 20:25:15 -05:00
drivers watchdog: Introduce QMSI watchdog driver 2016-02-05 20:25:16 -05:00
include uart: remove uart_irq_get() 2016-02-05 20:25:16 -05:00
kernel nano_timers: Simplify nano_xxx_timer_test() API family 2016-02-05 20:25:15 -05:00
lib Add isgraph()/isprint()/isxdigit()/toupper() 2016-02-05 20:25:06 -05:00
misc kconfig: add mising option TASK_DEBUG 2016-02-05 20:25:13 -05:00
net nano_sema: Simplify nano_xxx_sem_take() API family 2016-02-05 20:25:14 -05:00
samples samples: fix compilation error of nfc_hello 2016-02-05 20:25:16 -05:00
scripts build: do not use link-zephyr 2016-02-05 20:25:15 -05:00
.checkpatch.conf checkpatch: Remove --no-signoff option 2016-02-05 20:25:12 -05:00
.gitattributes
.gitignore gitignore: Add vim temporary files 2016-02-05 20:25:14 -05:00
.mailmap Update .mailmap 2016-02-05 20:24:37 -05:00
Kbuild strip MDEF_FILE_PATH variable 2016-02-05 20:25:13 -05:00
Kconfig sanitize use of ARCH/SRCARCH 2016-02-05 20:25:04 -05:00
Kconfig.zephyr kconfig: define architecture as a kconfig variable 2016-02-05 20:24:52 -05:00
LICENSE
Makefile build: do not use link-zephyr 2016-02-05 20:25:15 -05:00
Makefile.inc dequote and strip CONF_FILE variable and minor variable cleanup 2016-02-05 20:25:13 -05:00
zephyr-env.sh