zephyr/cmake
Martí Bolívar 14d55bcad8 cmake: host-tools fixes for DTC
1. Fix the regular expression used to parse version numbers. This uses
\. and . to parse literal dots; the second one matches any character.
Just use [.] instead in both cases.

2. Don't error out if the installed dtc is too old. It's optional, so
we should just proceed without it. Print a warning instead, and make
it so dts.cmake won't do anything with the installed dtc.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
2020-05-05 11:05:58 -05:00
..
app cmake: board alias message when hiding existing board 2020-04-09 14:38:36 +02:00
bintools
compiler kconfig: Rename CONFIG_FLOAT to CONFIG_FPU 2020-04-27 19:03:44 +02:00
emu
flash
ide
linker/ld
makefile_exports
reports build: reports: add puncover target 2020-05-04 17:33:56 -04:00
toolchain
usage
util
boards.cmake
ccache.cmake
cfb.cmake
dts.cmake cmake: re-run if gen_defines changes 2020-04-13 08:22:46 -05:00
extensions.cmake
extra_flags.cmake
gcc-m-cpu.cmake
generic_toolchain.cmake
git.cmake
hex.cmake
host-tools.cmake cmake: host-tools fixes for DTC 2020-05-05 11:05:58 -05:00
kconfig.cmake cmake: kconfig: pass EXTRA_DTC_FLAGS to kconfig for EDT init 2020-04-16 06:07:24 -05:00
kobj.cmake
pristine.cmake
python.cmake cmake: FindPython3: Adjust python3 program search 2020-04-16 07:43:14 -04:00
target_toolchain.cmake
version.cmake
zephyr_module.cmake