zephyr/cmake
Stephanos Ioannidis 0bd86f3604 arch: arm: aarch32: Allow selecting compiler instruction set
This commit introduces the `COMPILER_ISA_THUMB2` symbol to allow
choosing either the ARM or Thumb instruction set for C code
compilation.

In addition, this commit introduces the `ASSEMBLER_ISA_THUMB2` helper
symbol to specify the default target instruction set for the assembler.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2020-03-10 17:51:32 +01:00
..
app build: clean up west build 2020-03-10 14:53:28 +02:00
backports cmake: Fixed a bug where python 3.8 was not detected on Windows 2019-11-04 14:32:41 +01:00
bintools cmake: Toolchain abstraction: Abstraction of binary tool, strip. 2019-08-02 13:05:59 +02:00
compiler arch: arm: aarch32: Allow selecting compiler instruction set 2020-03-10 17:51:32 +01:00
emu x86: intel64: Split 'locore' and 'main' kernel images for QEMU 2020-01-08 07:49:24 -06:00
flash cmake: flash: three runners.yaml fixes 2020-02-24 14:00:29 +02:00
ide
linker/ld cmake: ld: use linker prefix for undefined symbols 2020-01-07 17:09:38 +01:00
makefile_exports cmake: Add option for exporting build metadata to Make 2020-01-23 15:09:12 -05:00
reports cmake: allow appending dependencies to report targets 2020-01-20 18:35:01 -05:00
toolchain cmake: toolchain: print what we find 2020-03-10 14:53:28 +02:00
usage
util
boards.cmake
ccache.cmake
cfb.cmake generated/cfb_font_dice.h: don't leak absolute paths in comment 2019-06-19 08:40:59 -04:00
dts.cmake cmake: pass extra dtc flags to python scripts 2020-02-05 13:04:44 -06:00
extensions.cmake extensions.cmake: Replace TEXT_START with ROM_START 2020-01-23 03:22:59 -08:00
extra_flags.cmake cmake: extra_flags: fix EXTRA_CPPFLAGS being applied as macros 2019-12-13 13:23:40 -05:00
gcc-m-cpu.cmake arch: arm64: Support aarch64-gcc compiler 2020-02-01 08:08:43 -05:00
generic_toolchain.cmake cmake: Introduce optional Kconfig for toolchains 2020-01-29 12:22:31 -06:00
git.cmake
hex.cmake
host-tools.cmake cmake: Invoke west topdir only with version >= 0.7.1 2020-02-10 22:52:34 +01:00
kconfig.cmake cmake: Introduce optional Kconfig for toolchains 2020-01-29 12:22:31 -06:00
kobj.cmake
pristine.cmake
python.cmake cmake: require python 3.6 or later 2019-12-18 10:15:45 +01:00
target_toolchain.cmake cmake: Toolchain abstraction: Abstraction of binary tools, foundation. 2019-07-31 11:09:35 +02:00
version.cmake cmake: report extra version (rcX) 2020-02-17 14:34:39 -05:00
zephyr_module.cmake