File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -478,9 +478,9 @@ Application Configuration Directory
478478Zephyr will use configuration files from the application's configuration
479479directory except for files with an absolute path provided by the arguments
480480described earlier, for example ``CONF_FILE ``, ``OVERLAY_CONFIG ``, and
481- ``DTC_OVERLAY_FILE ``. A file in a Zephyr module can be referred by
481+ ``DTC_OVERLAY_FILE ``. A file in a Zephyr module can be referred by
482482escaping the Zephyr module dir variable like this
483- ``\${ZEPHYR_<modulename >_MODULE_DIR}/<path-to>/<file> ``
483+ ``\${ZEPHYR_<module >_MODULE_DIR}/<path-to>/<file> ``
484484when setting any of said variables.
485485
486486The application configuration directory is defined by the
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ variable :makevar:`DTC_OVERLAY_FILE` contains a space- or semicolon-separated
204204list of overlay files to use. If :makevar: `DTC_OVERLAY_FILE ` specifies multiple
205205files, they are included in that order by the C preprocessor. A file in a
206206Zephyr module can be referred to by escaping the Zephyr module dir variable
207- like `\${ZEPHYR_<modulename >_MODULE_DIR}/<path-to>/dts.overlay `
207+ like `\${ZEPHYR_<module >_MODULE_DIR}/<path-to>/dts.overlay `
208208when setting the DTC_OVERLAY_FILE variable.
209209
210210You can set :makevar: `DTC_OVERLAY_FILE ` to contain exactly the files you want
You can’t perform that action at this time.
0 commit comments