diff --git a/samples/bluetooth/broadcast_audio_sink/README.rst b/samples/bluetooth/broadcast_audio_sink/README.rst index f733dc201cf..cb0aabc970d 100644 --- a/samples/bluetooth/broadcast_audio_sink/README.rst +++ b/samples/bluetooth/broadcast_audio_sink/README.rst @@ -20,7 +20,7 @@ Building and Running ******************** This sample can be found under :zephyr_file:`samples/bluetooth/broadcast_audio_sink` in the Zephyr tree. -Use `-DOVERLAY_CONFIG=overlay-bt_ll_sw_split.conf` to enable required ISO +Use `-DEXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf` to enable required ISO feature support in Zephyr Bluetooth Controller on supported boards. See :ref:`bluetooth samples section ` for details. diff --git a/samples/bluetooth/broadcast_audio_source/README.rst b/samples/bluetooth/broadcast_audio_source/README.rst index 223fa27443d..12fb6c0ca1a 100644 --- a/samples/bluetooth/broadcast_audio_source/README.rst +++ b/samples/bluetooth/broadcast_audio_source/README.rst @@ -23,7 +23,7 @@ Building and Running ******************** This sample can be found under :zephyr_file:`samples/bluetooth/broadcast_audio_source` in the Zephyr tree. -Use `-DOVERLAY_CONFIG=overlay-bt_ll_sw_split.conf` to enable required ISO +Use `-DEXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf` to enable required ISO feature support in Zephyr Bluetooth Controller on supported boards. See :ref:`bluetooth samples section ` for details. diff --git a/samples/bluetooth/direction_finding_central/README.rst b/samples/bluetooth/direction_finding_central/README.rst index 0f3e4c0cc54..17cbc599f6b 100644 --- a/samples/bluetooth/direction_finding_central/README.rst +++ b/samples/bluetooth/direction_finding_central/README.rst @@ -32,7 +32,7 @@ changing ``nrf52833dk_nrf52833`` as needed for your board: :zephyr-app: samples/bluetooth/direction_finding_central :host-os: unix :board: nrf52833dk_nrf52833 - :gen-args: -DOVERLAY_CONFIG=overlay-aod.conf + :gen-args: -DEXTRA_CONF_FILE=overlay-aod.conf :goals: build flash :compact: diff --git a/samples/bluetooth/direction_finding_connectionless_rx/README.rst b/samples/bluetooth/direction_finding_connectionless_rx/README.rst index 7fb187bc929..b7a970acbc4 100644 --- a/samples/bluetooth/direction_finding_connectionless_rx/README.rst +++ b/samples/bluetooth/direction_finding_connectionless_rx/README.rst @@ -32,7 +32,7 @@ changing ``nrf52833dk_nrf52833`` as needed for your board: :zephyr-app: samples/bluetooth/direction_finding_connectionless_rx :host-os: unix :board: nrf52833dk_nrf52833 - :gen-args: -DOVERLAY_CONFIG=overlay-aod.conf + :gen-args: -DEXTRA_CONF_FILE=overlay-aod.conf :goals: build flash :compact: diff --git a/samples/bluetooth/direction_finding_connectionless_tx/README.rst b/samples/bluetooth/direction_finding_connectionless_tx/README.rst index 6fffb9198b5..ca27319cbc7 100644 --- a/samples/bluetooth/direction_finding_connectionless_tx/README.rst +++ b/samples/bluetooth/direction_finding_connectionless_tx/README.rst @@ -32,7 +32,7 @@ To use Angle of Arrival mode only, build this application as follows, changing :zephyr-app: samples/bluetooth/direction_finding_connectionless_tx :host-os: unix :board: nrf52833dk_nrf52833 - :gen-args: -DOVERLAY_CONFIG=overlay-aoa.conf + :gen-args: -DEXTRA_CONF_FILE=overlay-aoa.conf :goals: build flash :compact: diff --git a/samples/bluetooth/direction_finding_peripheral/README.rst b/samples/bluetooth/direction_finding_peripheral/README.rst index 0a8e7791c3a..36846c84d6f 100644 --- a/samples/bluetooth/direction_finding_peripheral/README.rst +++ b/samples/bluetooth/direction_finding_peripheral/README.rst @@ -31,7 +31,7 @@ changing ``nrf52833dk_nrf52833`` as needed for your board: :zephyr-app: samples/bluetooth/direction_finding_peripheral :host-os: unix :board: nrf52833dk_nrf52833 - :gen-args: -DOVERLAY_CONFIG=overlay-aoa.conf + :gen-args: -DEXTRA_CONF_FILE=overlay-aoa.conf :goals: build flash :compact: diff --git a/samples/bluetooth/hci_uart/README.rst b/samples/bluetooth/hci_uart/README.rst index 1bd915de211..21e46970eb6 100644 --- a/samples/bluetooth/hci_uart/README.rst +++ b/samples/bluetooth/hci_uart/README.rst @@ -122,7 +122,7 @@ application. To enable debug over RTT the debug configuration file can be used. .. code-block:: console - west build samples/bluetooth/hci_uart -- -DOVERLAY_CONFIG='debug.conf' + west build samples/bluetooth/hci_uart -- -DEXTRA_CONF_FILE='debug.conf' Then attach RTT as described here: :ref:`Using Segger J-Link ` diff --git a/samples/bluetooth/iso_broadcast/README.rst b/samples/bluetooth/iso_broadcast/README.rst index 0caec420157..6b4bb276ab1 100644 --- a/samples/bluetooth/iso_broadcast/README.rst +++ b/samples/bluetooth/iso_broadcast/README.rst @@ -21,7 +21,7 @@ Building and Running ******************** This sample can be found under :zephyr_file:`samples/bluetooth/iso_broadcast` in -the Zephyr tree. Use `-DOVERLAY_CONFIG=overlay-bt_ll_sw_split.conf` to enable +the Zephyr tree. Use `-DEXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf` to enable required ISO feature support in Zephyr Bluetooth Controller on supported boards. Use the sample found under :zephyr_file:`samples/bluetooth/iso_receive` in the diff --git a/samples/bluetooth/iso_receive/README.rst b/samples/bluetooth/iso_receive/README.rst index 6e5d871bb61..d4bb1a4951b 100644 --- a/samples/bluetooth/iso_receive/README.rst +++ b/samples/bluetooth/iso_receive/README.rst @@ -21,7 +21,7 @@ Building and Running ******************** This sample can be found under :zephyr_file:`samples/bluetooth/iso_receive` in -the Zephyr tree. Use `-DOVERLAY_CONFIG=overlay-bt_ll_sw_split.conf` to enable +the Zephyr tree. Use `-DEXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf` to enable required ISO feature support in Zephyr Bluetooth Controller on supported boards. Use the sample found under :zephyr_file:`samples/bluetooth/iso_broadcast` on diff --git a/samples/drivers/spi_flash_at45/README.rst b/samples/drivers/spi_flash_at45/README.rst index a53a84bc9bf..c8d5b60c91e 100644 --- a/samples/drivers/spi_flash_at45/README.rst +++ b/samples/drivers/spi_flash_at45/README.rst @@ -51,7 +51,7 @@ To build and flash with device power management enabled: .. zephyr-app-commands:: :zephyr-app: samples/drivers/spi_flash_at45 :board: nrf9160dk_nrf9160 - :gen-args: -DOVERLAY_CONFIG=overlay-pm.conf + :gen-args: -DEXTRA_CONF_FILE=overlay-pm.conf :goals: build flash :compact: @@ -60,7 +60,7 @@ To build and flash with flash page layout enabled: .. zephyr-app-commands:: :zephyr-app: samples/drivers/spi_flash_at45 :board: nrf9160dk_nrf9160 - :gen-args: -DOVERLAY_CONFIG=overlay-page_layout.conf + :gen-args: -DEXTRA_CONF_FILE=overlay-page_layout.conf :goals: build flash :compact: @@ -70,7 +70,7 @@ layout enabled: .. zephyr-app-commands:: :zephyr-app: samples/drivers/spi_flash_at45 :board: nrf9160dk_nrf9160 - :gen-args: -DOVERLAY_CONFIG="overlay-pm.conf overlay-page_layout.conf" + :gen-args: -DEXTRA_CONF_FILE="overlay-pm.conf overlay-page_layout.conf" :goals: build flash :compact: diff --git a/samples/net/cloud/tagoio_http_post/README.rst b/samples/net/cloud/tagoio_http_post/README.rst index 62a8491b618..235a35265e4 100644 --- a/samples/net/cloud/tagoio_http_post/README.rst +++ b/samples/net/cloud/tagoio_http_post/README.rst @@ -68,7 +68,7 @@ need fill ``CONFIG_TAGOIO_HTTP_WIFI_SSID`` with your wifi network SSID and .. zephyr-app-commands:: :zephyr-app: samples/net/cloud/tagoio_http_post :board: disco_l475_iot1 - :gen-args: -DOVERLAY_CONFIG=overlay-wifi.conf + :gen-args: -DEXTRA_CONF_FILE=overlay-wifi.conf :goals: build flash :compact: @@ -76,7 +76,7 @@ need fill ``CONFIG_TAGOIO_HTTP_WIFI_SSID`` with your wifi network SSID and :zephyr-app: samples/net/cloud/tagoio_http_post :board: [sam_v71_xult | frdm_k64f | nucleo_f767zi] :shield: [esp_8266_arduino | inventek_eswifi_arduino_uart] - :gen-args: -DOVERLAY_CONFIG=overlay-wifi.conf + :gen-args: -DEXTRA_CONF_FILE=overlay-wifi.conf :goals: build flash :compact: @@ -97,14 +97,14 @@ a special designator like defined at ``arduino.overlay``. .. zephyr-app-commands:: :zephyr-app: samples/net/cloud/tagoio_http_post :board: sam4e_xpro - :gen-args: -DOVERLAY_CONFIG=overlay-modem.conf + :gen-args: -DEXTRA_CONF_FILE=overlay-modem.conf :goals: build flash :compact: .. zephyr-app-commands:: :zephyr-app: samples/net/cloud/tagoio_http_post :board: frdm_k64f - :gen-args: -DOVERLAY_CONFIG=overlay-modem.conf -DDTC_OVERLAY_FILE=arduino.overlay + :gen-args: -DEXTRA_CONF_FILE=overlay-modem.conf -DDTC_OVERLAY_FILE=arduino.overlay :goals: build flash :compact: diff --git a/samples/net/mqtt_publisher/README.rst b/samples/net/mqtt_publisher/README.rst index 05f0541d65d..04ff4c47bfd 100644 --- a/samples/net/mqtt_publisher/README.rst +++ b/samples/net/mqtt_publisher/README.rst @@ -129,7 +129,7 @@ try this sample with TLS enabled, by following these steps: i.e., the IP address of test.mosquitto.org ``"37.187.106.16"`` - In :file:`src/main.c`, set TLS_SNI_HOSTNAME to ``"test.mosquitto.org"`` to match the Common Name (CN) in the downloaded certificate. -- Build the sample by specifying ``-DOVERLAY_CONFIG=overlay-tls.conf`` +- Build the sample by specifying ``-DEXTRA_CONF_FILE=overlay-tls.conf`` when running ``west build`` or ``cmake`` (or refer to the TLS offloading section below if your platform uses the offloading feature). - Flash the binary onto the device to run the sample: @@ -142,7 +142,7 @@ TLS offloading ============== For boards that support this feature, TLS offloading is used by -specifying ``-DOVERLAY_CONFIG=overlay-tls-offload.conf`` when running ``west +specifying ``-DEXTRA_CONF_FILE=overlay-tls-offload.conf`` when running ``west build`` or ``cmake``. Using this overlay enables TLS without bringing in mbedtls. @@ -151,7 +151,7 @@ SOCKS5 proxy support ==================== It is also possible to connect to the MQTT broker through a SOCKS5 proxy. -To enable it, use ``-DOVERLAY_CONFIG=overlay-socks5.conf`` when running ``west +To enable it, use ``-DEXTRA_CONF_FILE=overlay-socks5.conf`` when running ``west build`` or ``cmake``. By default, to make the testing easier, the proxy is expected to run on the diff --git a/samples/net/openthread/coprocessor/README.rst b/samples/net/openthread/coprocessor/README.rst index 1c315d4f4d7..ee76942c3fc 100644 --- a/samples/net/openthread/coprocessor/README.rst +++ b/samples/net/openthread/coprocessor/README.rst @@ -38,7 +38,7 @@ Build the OpenThread NCP sample application which uses CDC ACM UART device: :zephyr-app: samples/net/openthread/coprocessor :board: nrf52840dk_nrf52840 :goals: build flash - :gen-args: -DDTC_OVERLAY_FILE=usb.overlay -DOVERLAY_CONFIG=overlay-usb-nrf-br.conf + :gen-args: -DDTC_OVERLAY_FILE=usb.overlay -DEXTRA_CONF_FILE=overlay-usb-nrf-br.conf :compact: Example building for the nrf52840dk_nrf52840 for RCP: diff --git a/samples/net/sockets/big_http_download/README.rst b/samples/net/sockets/big_http_download/README.rst index 3eaa9a19bab..0cefa732063 100644 --- a/samples/net/sockets/big_http_download/README.rst +++ b/samples/net/sockets/big_http_download/README.rst @@ -74,7 +74,7 @@ Enable TLS support in the sample by building the project with the :goals: build :compact: -An alternative way is to specify ``-DOVERLAY_CONFIG=overlay-tls.conf`` when +An alternative way is to specify ``-DEXTRA_CONF_FILE=overlay-tls.conf`` when running ``west build`` or ``cmake``. The TLS version of this sample downloads a file from diff --git a/samples/net/sockets/echo_client/README.rst b/samples/net/sockets/echo_client/README.rst index bcde370d8ae..31d03d18202 100644 --- a/samples/net/sockets/echo_client/README.rst +++ b/samples/net/sockets/echo_client/README.rst @@ -75,7 +75,7 @@ Example building for the IEEE 802.15.4 RF2XX transceiver: :zephyr-app: samples/net/sockets/echo_client :host-os: unix :board: [atsamr21_xpro | sam4s_xplained | sam_v71_xult] - :gen-args: -DOVERLAY_CONFIG=overlay-802154.conf + :gen-args: -DEXTRA_CONF_FILE=overlay-802154.conf :goals: build flash :compact: @@ -100,7 +100,7 @@ Enable TLS support in the sample by building the project with the :goals: build :compact: -An alternative way is to specify ``-DOVERLAY_CONFIG=overlay-tls.conf`` when +An alternative way is to specify ``-DEXTRA_CONF_FILE=overlay-tls.conf`` when running ``west build`` or ``cmake``. The certificate and private key used by the sample can be found in the sample's @@ -112,7 +112,7 @@ SOCKS5 proxy support ==================== It is also possible to connect to the echo-server through a SOCKS5 proxy. -To enable it, use ``-DOVERLAY_CONFIG=overlay-socks5.conf`` when running ``west +To enable it, use ``-DEXTRA_CONF_FILE=overlay-socks5.conf`` when running ``west build`` or ``cmake``. By default, to make the testing easier, the proxy is expected to run on the diff --git a/samples/net/sockets/echo_server/README.rst b/samples/net/sockets/echo_server/README.rst index 3be89983a96..98260d79873 100644 --- a/samples/net/sockets/echo_server/README.rst +++ b/samples/net/sockets/echo_server/README.rst @@ -82,7 +82,7 @@ Example building for the atsamr21_xpro with RF2XX driver support: :zephyr-app: samples/net/sockets/echo_server :host-os: unix :board: [atsamr21_xpro | sam4e_xpro | sam_v71_xult] - :gen-args: -DOVERLAY_CONFIG=overlay-802154.conf + :gen-args: -DEXTRA_CONF_FILE=overlay-802154.conf :goals: build flash :compact: @@ -105,7 +105,7 @@ Enable TLS support in the sample by building the project with the :goals: build :compact: -An alternative way is to specify ``-DOVERLAY_CONFIG=overlay-tls.conf`` when +An alternative way is to specify ``-DEXTRA_CONF_FILE=overlay-tls.conf`` when running ``west build`` or ``cmake``. The certificate used by the sample can be found in the sample's ``src`` diff --git a/samples/net/sockets/http_client/README.rst b/samples/net/sockets/http_client/README.rst index 4d1459f8a8f..1d37121ad56 100644 --- a/samples/net/sockets/http_client/README.rst +++ b/samples/net/sockets/http_client/README.rst @@ -45,7 +45,7 @@ Enable TLS support in the sample by building the project with the :goals: build :compact: -An alternative way is to specify ``-DOVERLAY_CONFIG=overlay-tls.conf`` when +An alternative way is to specify ``-DEXTRA_CONF_FILE=overlay-tls.conf`` when running ``west build`` or ``cmake``. The certificate and private key used by the sample can be found in the sample's diff --git a/samples/net/sockets/http_get/README.rst b/samples/net/sockets/http_get/README.rst index 07c03fa1fae..bd4a6824d7f 100644 --- a/samples/net/sockets/http_get/README.rst +++ b/samples/net/sockets/http_get/README.rst @@ -53,7 +53,7 @@ Enable TLS support in the sample by building the project with the :goals: build :compact: -An alternative way is to specify ``-DOVERLAY_CONFIG=overlay-tls.conf`` when +An alternative way is to specify ``-DEXTRA_CONF_FILE=overlay-tls.conf`` when running ``west build`` or ``cmake``. For boards that support TLS offloading (e.g. TI's cc3220sf_launchxl), use diff --git a/samples/net/sockets/tcp/README.rst b/samples/net/sockets/tcp/README.rst index d574fdfcf94..5f43d02d41f 100644 --- a/samples/net/sockets/tcp/README.rst +++ b/samples/net/sockets/tcp/README.rst @@ -26,7 +26,7 @@ Build the TCP sample app: cd samples/net/sockets/tcp mkdir build && cd build - cmake -DBOARD=qemu_x86 -DOVERLAY_CONFIG="overlay-slip.conf" .. + cmake -DBOARD=qemu_x86 -DEXTRA_CONF_FILE="overlay-slip.conf" .. make run Compile and run the TCP sanity check `net-test-suites`_: diff --git a/samples/net/sockets/websocket_client/README.rst b/samples/net/sockets/websocket_client/README.rst index ee115fbe8f0..d6ae83b568f 100644 --- a/samples/net/sockets/websocket_client/README.rst +++ b/samples/net/sockets/websocket_client/README.rst @@ -46,7 +46,7 @@ Enable TLS support in the sample by building the project with the :goals: build :compact: -An alternative way is to specify ``-DOVERLAY_CONFIG=overlay-tls.conf`` when +An alternative way is to specify ``-DEXTRA_CONF_FILE=overlay-tls.conf`` when running ``west build`` or ``cmake``. The certificate and private key used by the sample can be found in the sample's diff --git a/samples/net/wpanusb/README.rst b/samples/net/wpanusb/README.rst index bc53cfa3cd1..e6e87502a66 100644 --- a/samples/net/wpanusb/README.rst +++ b/samples/net/wpanusb/README.rst @@ -39,7 +39,7 @@ Build the wpanusb sample for a board: .. zephyr-app-commands:: :zephyr-app: samples/net/wpanusb :board: - :gen-args: -DOVERLAY_CONFIG= + :gen-args: -DEXTRA_CONF_FILE= :goals: build :compact: diff --git a/samples/subsys/fs/fat_fs/README.rst b/samples/subsys/fs/fat_fs/README.rst index 935c93aed60..2f7ecb4952d 100644 --- a/samples/subsys/fs/fat_fs/README.rst +++ b/samples/subsys/fs/fat_fs/README.rst @@ -59,7 +59,7 @@ and DTS overlays need to be also selected. The command would look like this: .. zephyr-app-commands:: :zephyr-app: samples/subsys/fs/fat_fs :board: nrf52840dk_nrf52840 - :gen-args: -DOVERLAY_CONFIG=nrf52840dk_nrf52840_qspi.conf -DDTC_OVERLAY_FILE=nrf52840dk_nrf52840_qspi.overlay + :gen-args: -DEXTRA_CONF_FILE=nrf52840dk_nrf52840_qspi.conf -DDTC_OVERLAY_FILE=nrf52840dk_nrf52840_qspi.overlay :goals: build :compact: diff --git a/samples/subsys/lorawan/class_a/README.rst b/samples/subsys/lorawan/class_a/README.rst index 4d923903fdf..ba72fe1d4da 100644 --- a/samples/subsys/lorawan/class_a/README.rst +++ b/samples/subsys/lorawan/class_a/README.rst @@ -38,5 +38,5 @@ enabled. :zephyr-app: samples/subsys/lorawan/class_a :board: nucleo_wl55jc :goals: build flash - :gen-args: -DOVERLAY_CONFIG=overlay-clock-sync.conf + :gen-args: -DEXTRA_CONF_FILE=overlay-clock-sync.conf :compact: diff --git a/samples/subsys/mgmt/mcumgr/smp_svr/README.rst b/samples/subsys/mgmt/mcumgr/smp_svr/README.rst index 1559d4123c6..c988e414564 100644 --- a/samples/subsys/mgmt/mcumgr/smp_svr/README.rst +++ b/samples/subsys/mgmt/mcumgr/smp_svr/README.rst @@ -93,7 +93,7 @@ Zephyr. The ``smp_svr`` sample comes in different flavours. -b nrf52dk_nrf52832 \ samples/subsys/mgmt/mcumgr/smp_svr \ -- \ - -DOVERLAY_CONFIG=overlay-bt.conf + -DEXTRA_CONF_FILE=overlay-bt.conf .. group-tab:: Serial @@ -105,7 +105,7 @@ Zephyr. The ``smp_svr`` sample comes in different flavours. -b frdm_k64f \ samples/subsys/mgmt/mcumgr/smp_svr \ -- \ - -DOVERLAY_CONFIG='overlay-serial.conf;overlay-fs.conf;overlay-shell-mgmt.conf' + -DEXTRA_CONF_FILE='overlay-serial.conf;overlay-fs.conf;overlay-shell-mgmt.conf' .. group-tab:: USB CDC_ACM @@ -117,7 +117,7 @@ Zephyr. The ``smp_svr`` sample comes in different flavours. -b nrf52840dk_nrf52840 \ samples/subsys/mgmt/mcumgr/smp_svr \ -- \ - -DOVERLAY_CONFIG=overlay-cdc.conf \ + -DEXTRA_CONF_FILE=overlay-cdc.conf \ -DDTC_OVERLAY_FILE=usb.overlay .. group-tab:: Shell @@ -130,7 +130,7 @@ Zephyr. The ``smp_svr`` sample comes in different flavours. -b frdm_k64f \ samples/subsys/mgmt/mcumgr/smp_svr \ -- \ - -DOVERLAY_CONFIG='overlay-shell.conf' + -DEXTRA_CONF_FILE='overlay-shell.conf' .. group-tab:: UDP @@ -146,7 +146,7 @@ Zephyr. The ``smp_svr`` sample comes in different flavours. -b frdm_k64f \ samples/subsys/mgmt/mcumgr/smp_svr \ -- \ - -DOVERLAY_CONFIG=overlay-udp.conf + -DEXTRA_CONF_FILE=overlay-udp.conf .. _smp_svr_sample_sign: diff --git a/samples/subsys/mgmt/updatehub/README.rst b/samples/subsys/mgmt/updatehub/README.rst index db16237a0a9..0324ab97025 100644 --- a/samples/subsys/mgmt/updatehub/README.rst +++ b/samples/subsys/mgmt/updatehub/README.rst @@ -174,7 +174,7 @@ The ethernet depends only from base configuration. :zephyr-app: zephyr/samples/subsys/mgmt/updatehub :board: [ frdm_k64f | nucleo_f767zi ] :build-dir: app - :gen-args: -DOVERLAY_CONFIG=overlay-prj.conf + :gen-args: -DEXTRA_CONF_FILE=overlay-prj.conf :goals: build :compact: @@ -189,7 +189,7 @@ for details. :zephyr-app: zephyr/samples/subsys/mgmt/updatehub :board: [ frdm_k64f | nrf52840dk_nrf52840 | nucleo_f767zi ] :build-dir: app - :gen-args: -DOVERLAY_CONFIG="overlay-wifi.conf;overlay-prj.conf" + :gen-args: -DEXTRA_CONF_FILE="overlay-wifi.conf;overlay-prj.conf" :shield: esp_8266_arduino :goals: build :compact: @@ -209,7 +209,7 @@ uses PPP over GSM modem, see :ref:`gsm-modem-sample`. :zephyr-app: zephyr/samples/subsys/mgmt/updatehub :board: [ frdm_k64f | nrf52840dk_nrf52840 | nucleo_f767zi ] :build-dir: app - :gen-args: -DOVERLAY_CONFIG="overlay-modem.conf;overlay-prj.conf" \ + :gen-args: -DEXTRA_CONF_FILE="overlay-modem.conf;overlay-prj.conf" \ -DDTC_OVERLAY_FILE=arduino.overlay :goals: build :compact: @@ -228,7 +228,7 @@ tested with both native linux driver and ``atusb`` and with ``wpanusb`` sample. :zephyr-app: zephyr/samples/subsys/mgmt/updatehub :board: nrf52840dk_nrf52840 :build-dir: app - :gen-args: -DOVERLAY_CONFIG="overlay-802154.conf;overlay-prj.conf" + :gen-args: -DEXTRA_CONF_FILE="overlay-802154.conf;overlay-prj.conf" :goals: build :compact: @@ -236,7 +236,7 @@ tested with both native linux driver and ``atusb`` and with ``wpanusb`` sample. :zephyr-app: zephyr/samples/subsys/mgmt/updatehub :board: [ frdm_k64f | nucleo_f767zi ] :build-dir: app - :gen-args: -DOVERLAY_CONFIG="overlay-802154.conf;overlay-prj.conf" + :gen-args: -DEXTRA_CONF_FILE="overlay-802154.conf;overlay-prj.conf" :shield: atmel_rf2xx_arduino :goals: build :compact: @@ -256,7 +256,7 @@ tested with native linux driver and an USB dongle. :zephyr-app: zephyr/samples/subsys/mgmt/updatehub :board: nrf52840dk_nrf52840 :build-dir: app - :gen-args: -DOVERLAY_CONFIG="overlay-ipsp.conf;overlay-prj.conf" + :gen-args: -DEXTRA_CONF_FILE="overlay-ipsp.conf;overlay-prj.conf" :goals: build :compact: @@ -274,7 +274,7 @@ gateway was tested using two boards with OpenThread 1.1.1 on NCP mode. :zephyr-app: zephyr/samples/subsys/mgmt/updatehub :board: nrf52840dk_nrf52840 :build-dir: app - :gen-args: -DOVERLAY_CONFIG="overlay-ot.conf;overlay-prj.conf" + :gen-args: -DEXTRA_CONF_FILE="overlay-ot.conf;overlay-prj.conf" :goals: build :compact: diff --git a/samples/subsys/modbus/rtu_server/README.rst b/samples/subsys/modbus/rtu_server/README.rst index bb29946f7d9..973339e1cb7 100644 --- a/samples/subsys/modbus/rtu_server/README.rst +++ b/samples/subsys/modbus/rtu_server/README.rst @@ -67,7 +67,7 @@ The following commands build and flash RTU server sample using CDC ACM UART. :zephyr-app: samples/subsys/modbus/rtu_server :board: nrf52840dk_nrf52840 :goals: build flash - :gen-args: -DDTC_OVERLAY_FILE=cdc-acm.overlay -DOVERLAY_CONFIG=overlay-cdc-acm.conf + :gen-args: -DDTC_OVERLAY_FILE=cdc-acm.overlay -DEXTRA_CONF_FILE=overlay-cdc-acm.conf :compact: On the client side, PC or laptop, the following command connects PyModbus diff --git a/samples/subsys/usb/dfu/README.rst b/samples/subsys/usb/dfu/README.rst index dccb53db10f..0ed2d7e6991 100644 --- a/samples/subsys/usb/dfu/README.rst +++ b/samples/subsys/usb/dfu/README.rst @@ -129,7 +129,7 @@ Both symbols can be enabled with the :file:`overlay-permanent-download.conf` ove west build -b nrf52840dk_nrf52840 zephyr/samples/subsys/usb/dfu -d build-dfu -- \ -DCONFIG_BOOTLOADER_MCUBOOT=y '-DCONFIG_MCUBOOT_SIGNATURE_KEY_FILE="bootloader/mcuboot/root-rsa-2048.pem"' \ - -DOVERLAY_CONFIG=overlay-permanent-download.conf + -DEXTRA_CONF_FILE=overlay-permanent-download.conf The listing below shows the output to the console when downloading via dfu-util. diff --git a/samples/subsys/usb/shell/README.rst b/samples/subsys/usb/shell/README.rst index 09a57d25206..12f7c0ae193 100644 --- a/samples/subsys/usb/shell/README.rst +++ b/samples/subsys/usb/shell/README.rst @@ -40,7 +40,7 @@ the platform has already defined or not `zephyr_uhc0` or `zephyr_udc0` nodelabel .. zephyr-app-commands:: :zephyr-app: samples/subsys/usb/shell :board: nrf52840dk_nrf52840 - :gen-args: -DOVERLAY_CONFIG=virtual.conf -DDTC_OVERLAY_FILE=virtual.overlay + :gen-args: -DEXTRA_CONF_FILE=virtual.conf -DDTC_OVERLAY_FILE=virtual.overlay :goals: flash :compact: