Go to file
Anas Nashif 1cc1ac4b2f move cflags setting to arch/<arch>/Makefile
Move Zephyr specific CFLAGS that depend on config options to
the Makefile where they can better be managed among other cflag
options.

Change-Id: Ia79a2f2def4f51857f6d661aa78e9fb7eb7a5e22
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-05 20:24:28 -05:00
arch move cflags setting to arch/<arch>/Makefile 2016-02-05 20:24:28 -05:00
doc doc: Add documentation for sys_thread_busy_wait() 2016-02-05 20:24:28 -05:00
drivers adc: Adding driver for TI's adc108s102 chip 2016-02-05 20:24:28 -05:00
include kernel: Introduce sys_thread_busy_wait() API 2016-02-05 20:24:28 -05:00
kernel kernel: Introduce sys_thread_busy_wait() API 2016-02-05 20:24:28 -05:00
lib tinycrypt: use tabs not spaces 2016-02-05 20:24:27 -05:00
misc kconfig: use zephyr as the binary name globally 2016-02-05 20:24:22 -05:00
net tinycrypt: moving includes 2016-02-05 20:24:27 -05:00
samples samples: Add test code for sys_thread_busy_wait() API 2016-02-05 20:24:28 -05:00
scripts re-enable compile time option checking and make it conditional 2016-02-05 20:24:28 -05:00
.checkpatch.conf checkpatch: added config file 2016-02-05 20:24:23 -05:00
.gitattributes
.gitignore
.mailmap
Kbuild mdef: do not try to use MDEF file if it was not defined 2016-02-05 20:24:23 -05:00
Kconfig
Kconfig.zephyr
Makefile move cflags setting to arch/<arch>/Makefile 2016-02-05 20:24:28 -05:00
Makefile.inc remove nano/micro defconfigs, use 1 file only 2016-02-05 20:24:28 -05:00
zephyr-env.sh