zephyr/cmake
Torsten Rasmussen ffff2124d3 cmake: zephyr_file() now accepts BOARD and BOARD_REVISION as argument
With the introduction of #32556 changing the BOARD now prints a warning.

Zephyr provides `zephyr_file()` to look up overlays and Kconfig
fragments for a specified board, and it used to be possible and safe to
do:
```
function(my_func)
  set(BOARD <local_scope_board>)
  zephyr_file(CONF_FILES ...)
endfunction(my_func)
```

As the BOARD inside `my_func` is locally scoped, this is safe to do.
But with introduction of #32556 a warning is now printed when running
CMake.

Therefore `zephyr_file` has been extended to allow for optional BOARD
and BOARD_REVISION arguments.
If BOARD is not given as argument the current BOARD in the build system
will be used.

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
2021-03-16 17:03:04 -05:00
..
app cmake: make WATCH an optional argument to zephyr_check_cache() 2021-03-16 17:03:04 -05:00
bintools
compiler compiler: do not allow expansion-to-defined 2021-02-17 04:05:42 -05:00
emu
flash
ide
linker ARC: MWDT: avoid xcheck object linkage as we don't use xcheck 2021-03-12 18:29:27 -05:00
makefile_exports
reports
toolchain xcc: do not assume clang by default 2021-03-08 16:04:28 -05:00
usage
util
boards.cmake
ccache.cmake
cfb.cmake
dts.cmake cmake: dtc: Validate EXTRA_DTC_FLAGS flags 2021-03-03 17:29:29 +01:00
extensions.cmake cmake: zephyr_file() now accepts BOARD and BOARD_REVISION as argument 2021-03-16 17:03:04 -05:00
extra_flags.cmake
gcc-m-cpu.cmake
generic_toolchain.cmake
git.cmake
hex.cmake
host-tools.cmake
kconfig.cmake
kobj.cmake cmake: improved handling of output and byproducts in CMake 2021-02-14 18:09:24 -05:00
mcuboot.cmake
pristine.cmake
python.cmake
shields.cmake
target_toolchain_flags.cmake
target_toolchain.cmake
verify-toolchain.cmake
version.cmake
west.cmake
zephyr_module.cmake cmake: modules: Remove duplicates only from existing ZEPHYR_MODULE_NAMES 2021-03-09 07:04:09 -05:00