Lines Matching refs:will
135 :c:func:`uart_configure`. Similar code will work for other device types; just
152 devicetree. In some situations your code will compile but it will fail to link
237 If you don't set :makevar:`DTC_OVERLAY_FILE`, the build system will follow
241 #. If the file :file:`socs/<SOC>_<BOARD_QUALIFIERS>.overlay` exists, it will be used.
242 #. If the file :file:`boards/<BOARD>.overlay` exists, it will be used in addition to the above.
244 and :file:`boards/<BOARD>_<revision>.overlay` exists, it will be used in addition to the above.
247 #. Otherwise, if :file:`<BOARD>.overlay` exists, it will be used, and the build
248 system will stop looking for more files.
249 #. Otherwise, if :file:`app.overlay` exists, it will be used.
252 will still allow the build system to automatically use devicetree overlays
260 All configuration files will be taken from the application's configuration
267 Using :ref:`shields` will also add devicetree overlay files.