Go to file
Anas Nashif 05875f062d toolchain: support toolchain variants
This commit enables the use of special toolchains other than
the default. Some architectures have specialized cross-compilers
within the same SDK that need to be enabled for specific platforms
of an architecture.

For example, for Intel MCUs, we have an optimized toolchain that
needs to be used for specific platforms under x86.

Change-Id: I7e25603dd66ed3ec4e019c72483c76a32b3bbdde
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-05 20:15:25 -05:00
arch idtEnt.h: fixed coding style 2016-02-05 20:15:25 -05:00
doc doc: correct 'interrupts' section of fsl_frdm_k64f 2016-02-05 20:15:25 -05:00
drivers serial: rename struct field int_pri to irq_pri 2016-02-05 20:15:25 -05:00
include remove shared/ and create files directly 2016-02-05 20:15:25 -05:00
kernel ffs: rename find_[first|last]_set to find_[lsb|msb]_set 2016-02-05 20:15:25 -05:00
lib
misc toolchain: support toolchain variants 2016-02-05 20:15:25 -05:00
net Bluetooth: Refactor signed write command 2016-02-05 20:15:24 -05:00
samples serial: rename struct field int_pri to irq_pri 2016-02-05 20:15:25 -05:00
scripts toolchain: support toolchain variants 2016-02-05 20:15:25 -05:00
.gitattributes
.gitignore
.mailmap
Kconfig
Makefile allow linking of external application libraries 2016-02-05 20:15:21 -05:00
Makefile.inc build: simplify clean target 2016-02-05 20:14:45 -05:00
zephyr-env.sh