doc: update stale references to boilerplate.cmake
Inclusion of this file is now deprecated in favor of find_package(Zephyr ...). Update documentation appropriately. Signed-off-by: Marti Bolivar <marti.bolivar@nordicsemi.no>
This commit is contained in:
parent
951664749b
commit
1037348b7b
2 changed files with 3 additions and 2 deletions
|
@ -63,7 +63,8 @@ for data copy operations from ROM to required memory type.
|
|||
|
||||
The file argument supports limited regular expressions.
|
||||
function zephyr_code_relocate() can be called as many times as required.
|
||||
This step has to be performed before the inclusion of boilerplate.cmake.
|
||||
This step has to be performed before calling find_package(Zephyr ...)
|
||||
in the application's CMakeLists.txt.
|
||||
|
||||
|
||||
Additional Configurations
|
||||
|
|
|
@ -96,7 +96,7 @@ always contains ``${ZEPHYR_BASE}/include``, but will also contain
|
|||
is set, or ``${ZEPHYR_BASE}/subsys/testsuite/ztest/include`` when
|
||||
``CONFIG_ZTEST`` is set. Additional paths can be added to the list
|
||||
through the CMake command line or in CMake code that is run before
|
||||
``${ZEPHYR_BASE}/cmake/app/boilerplate.cmake`` is run.
|
||||
``find_package(Zephyr ...)`` is run.
|
||||
|
||||
Invocation Context
|
||||
==================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue