Go to file
Daniel Thompson 389ed15b4c build: Make QEMU_BIN_PATH optional
QEMU_BIN_PATH is frequently set to pick up qemu binaries from "obvious"
places such as /usr/bin or /usr/local/bin. Neither of these values will
be correct for all users and both directories would typically be found
in the user's PATH. Much better to make QEMU_BIN_PATH optional and picking
up qemu via PATH instead.

Tested with ZEPHYR_GCC_VARIANT={zephyr|xtools}.

Change-Id: I1acfc5b12341c6d330a3e9e90b0ab5bde29e2e4f
Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
Cc: Andrew Boie <andrew.p.boie@intel.com>
2016-09-12 02:35:20 +00:00
.known-issues known issues: ignore testcases failures 2016-09-07 01:02:10 +00:00
arch arm atmel sam3: Disable watchdog timer 2016-09-12 02:00:34 +00:00
boards quark_d2000/se: Don't setup GDT during initialization 2016-09-09 11:21:39 +00:00
doc doc: drivers: more details on Zephyr driver model 2016-09-08 23:47:25 +00:00
drivers drivers/pinmux: delete deprecated PINMUX_DEV_QUARK_MCU 2016-09-12 02:08:08 +00:00
ext drivers: i2c: fix a compilation dependency issue 2016-09-10 11:29:49 +00:00
fs
include net: Fix net_send return value documentation 2016-09-12 02:19:57 +00:00
kernel kernel: abolish FUNC_NO_FP 2016-09-09 21:13:30 +00:00
lib libc/printf: Use compiler-provided 64 bit math, phase 2 2016-09-10 00:49:01 +00:00
misc printk: make _char_out globally accessible 2016-08-28 07:47:28 -04:00
net net: Initial trickle algorithm support for legacy IP stack 2016-09-12 02:00:12 +00:00
samples samples: shell: add support for nano/micro kernel 2016-09-12 02:29:01 +00:00
scripts build: Make QEMU_BIN_PATH optional 2016-09-12 02:35:20 +00:00
tests fix: previously uninitialized variables break DEBUG sanity 2016-09-12 02:25:22 +00:00
usb usb: Allow to register and handle vendor specific commands 2016-09-12 00:43:31 +00:00
.checkpatch.conf checkpatch: add ignore for net/ip/contiki directory 2016-08-10 14:43:01 +00:00
.gitattributes
.gitignore
.gitreview
.mailmap
defaults.tc TCF: specify ARCH when creating initconfig 2016-09-08 11:31:32 +00:00
Kbuild microkernel: remove deprecated task IRQs 2016-09-06 16:15:59 +00:00
Kconfig
Kconfig.zephyr
LICENSE
MAINTAINERS MAINTAINERS: Fix path for BLUETOOTH CONTROLLER 2016-09-07 08:17:26 +03:00
Makefile build: Make QEMU_BIN_PATH optional 2016-09-12 02:35:20 +00:00
Makefile.inc kconfig: include configuration fragment files from output directory 2016-09-08 11:31:30 +00:00
zephyr-env.sh