Go to file
Anas Nashif 2bc9d69981 build: abstract emulation and replace qemu goal with run
This will replace the current goal of 'make qemu' with 'make run' and
moves Qemu handling into its own file and into the boards instead of
being architecture specific.

We should be able to add new boards that support some other type of
emulation (by adding scripts/Makefile.<emu type>) and allow the board to
define their own options for the use type of emulation.

'make qemu' will still work, however it will be deprecated, starting
with this commit it is recommended to use 'make run'.

Jira: ZEP-359
Change-Id: I1cacd56b4ec09421a58cf5d010e22e9035214df6
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-01-10 20:20:47 +00:00
.known-issues doc: move documetnation context to root directory 2017-01-06 22:51:31 +00:00
arch build: move qemu definitions to boards 2017-01-10 20:20:47 +00:00
boards build: abstract emulation and replace qemu goal with run 2017-01-10 20:20:47 +00:00
doc build: abstract emulation and replace qemu goal with run 2017-01-10 20:20:47 +00:00
drivers arm: nordic_nrf5: Cleanup Kconfig dependencies for timer and clocks 2017-01-09 20:55:10 +00:00
ext ext: lib: mbedtls : Upgrading mbedTLS library 2017-01-05 17:58:06 +00:00
include kernel: remove dependency on CONFIG_NANO_TIMERS/TIMEOUTS 2017-01-08 18:09:52 +00:00
kernel kernel/arch: inspect prio/sched_locked together for preemptibility 2017-01-09 20:52:25 +00:00
lib net: Restructure network protocols 2017-01-02 10:03:19 +01:00
misc kernel: replace all remaining nanokernel occurances 2016-12-25 14:34:43 -05:00
samples build: abstract emulation and replace qemu goal with run 2017-01-10 20:20:47 +00:00
scripts build: abstract emulation and replace qemu goal with run 2017-01-10 20:20:47 +00:00
subsys filesystem: add mkdir shell command 2017-01-09 19:47:49 +00:00
tests build: abstract emulation and replace qemu goal with run 2017-01-10 20:20:47 +00:00
.checkpatch.conf checkpatch: ignore CONST_STRUCT warnings 2016-11-11 22:12:22 +00:00
.gitattributes
.gitignore
.gitreview
.mailmap mailmap: added axy (for Anas Nashif) 2016-12-21 13:49:59 +00:00
defaults.tc testcases: catch more fatal kernel error messages 2016-11-11 13:21:16 +00:00
index.rst boards: prepare for integration of board documentation 2017-01-10 02:45:54 +00:00
Kbuild kernel: move kernel code to kernel/ directly 2016-12-19 14:59:35 -05:00
Kconfig
Kconfig.zephyr
LICENSE
MAINTAINERS MAINTAINERS: add tests/kernel to kernel section 2017-01-06 00:00:51 +00:00
Makefile build: abstract emulation and replace qemu goal with run 2017-01-10 20:20:47 +00:00
Makefile.inc build: abstract emulation and replace qemu goal with run 2017-01-10 20:20:47 +00:00
Makefile.test tests: introduce Makefile.test 2017-01-03 17:48:44 +00:00
zephyr-env.sh zephyr-env: don't fail unnecesarily when 'set -e' 2017-01-07 02:40:04 +00:00