Skip to content

Commit 6857a37

Browse files
butokhenrikbrixandersen
authored andcommitted
doc: Use EXTRA_CONF_FILE in .rst/.md files
Use EXTRA_CONF_FILE in documentation .rst/.md files, that replaced deprecated OVERLAY_CONFIG since the Zephyr v3.4 release. Signed-off-by: Andrej Butok <[email protected]>
1 parent 98e0e65 commit 6857a37

File tree

12 files changed

+25
-25
lines changed

12 files changed

+25
-25
lines changed

boards/shields/arduino_uno_click/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ other mikroBUS shields. For example:
4545
:zephyr-app: samples/net/sockets/echo_server
4646
:host-os: unix
4747
:board: sam_v71_xult/samv71q21
48-
:gen-args: -DOVERLAY_CONFIG=overlay-802154.conf
48+
:gen-args: -DEXTRA_CONF_FILE=overlay-802154.conf
4949
:shield: arduino_uno_click,atmel_rf2xx_mikrobus
5050
:goals: build
5151

boards/shields/atmel_rf2xx/doc/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ Set ``--shield <shield designator>`` when you invoke ``west build``.
295295
:zephyr-app: samples/net/sockets/echo_server
296296
:host-os: unix
297297
:board: sam4s_xplained
298-
:gen-args: -DOVERLAY_CONFIG=overlay-802154.conf
298+
:gen-args: -DEXTRA_CONF_FILE=overlay-802154.conf
299299
:shield: atmel_rf2xx_xplained
300300
:goals: build flash
301301
:compact:
@@ -304,7 +304,7 @@ Set ``--shield <shield designator>`` when you invoke ``west build``.
304304
:zephyr-app: samples/net/sockets/echo_server
305305
:host-os: unix
306306
:board: [sam4e_xpro | sam_v71_xult/samv71q21]
307-
:gen-args: -DOVERLAY_CONFIG=overlay-802154.conf
307+
:gen-args: -DEXTRA_CONF_FILE=overlay-802154.conf
308308
:shield: [atmel_rf2xx_xpro | atmel_rf2xx_legacy]
309309
:goals: build flash
310310
:compact:
@@ -313,7 +313,7 @@ Set ``--shield <shield designator>`` when you invoke ``west build``.
313313
:zephyr-app: samples/net/sockets/echo_server
314314
:host-os: unix
315315
:board: [sam_v71_xult/samv71q21 | frdm_k64f | nucleo_f767zi]
316-
:gen-args: -DOVERLAY_CONFIG=overlay-802154.conf
316+
:gen-args: -DEXTRA_CONF_FILE=overlay-802154.conf
317317
:shield: atmel_rf2xx_arduino
318318
:goals: build flash
319319
:compact:
@@ -322,7 +322,7 @@ Set ``--shield <shield designator>`` when you invoke ``west build``.
322322
:zephyr-app: samples/net/sockets/echo_server
323323
:host-os: unix
324324
:board: lpcxpresso55s69_ns
325-
:gen-args: -DOVERLAY_CONFIG=overlay-802154.conf
325+
:gen-args: -DEXTRA_CONF_FILE=overlay-802154.conf
326326
:shield: atmel_rf2xx_microbus
327327
:goals: build flash
328328
:compact:

doc/hardware/emulator/bus_emulators.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Here are some examples present in Zephyr:
195195
:zephyr-app: tests/drivers/eeprom/api
196196
:board: native_sim
197197
:goals: build
198-
:gen-args: -DDTC_OVERLAY_FILE=at2x_emul.overlay -DOVERLAY_CONFIG=at2x_emul.conf
198+
:gen-args: -DDTC_OVERLAY_FILE=at2x_emul.overlay -DEXTRA_CONF_FILE=at2x_emul.conf
199199

200200
API Reference
201201
=============

samples/bluetooth/bap_broadcast_sink/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Building and Running
3030
********************
3131

3232
When building targeting an nrf52 series board with the Zephyr Bluetooth Controller,
33-
use ``-DOVERLAY_CONFIG=overlay-bt_ll_sw_split.conf`` to enable the required ISO
33+
use ``-DEXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf`` to enable the required ISO
3434
feature support.
3535

3636
Building for an nrf5340dk
@@ -77,4 +77,4 @@ Building for a simulated nrf52_bsim
7777
:zephyr-app: samples/bluetooth/bap_broadcast_sink/
7878
:board: nrf52_bsim
7979
:goals: build
80-
:gen-args: -DOVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
80+
:gen-args: -DEXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf

samples/bluetooth/bap_broadcast_source/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Building and Running
2929
********************
3030

3131
When building targeting an nrf52 series board with the Zephyr Bluetooth Controller,
32-
use ``-DOVERLAY_CONFIG=overlay-bt_ll_sw_split.conf`` to enable the required ISO
32+
use ``-DEXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf`` to enable the required ISO
3333
feature support.
3434

3535
Building for an nrf5340dk
@@ -76,4 +76,4 @@ Building for a simulated nrf52_bsim
7676
:zephyr-app: samples/bluetooth/bap_broadcast_source/
7777
:board: nrf52_bsim
7878
:goals: build
79-
:gen-args: -DOVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
79+
:gen-args: -DEXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf

samples/bluetooth/bap_unicast_client/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Building and Running
2525
********************
2626

2727
When building targeting an nrf52 series board with the Zephyr Bluetooth Controller,
28-
use ``-DOVERLAY_CONFIG=overlay-bt_ll_sw_split.conf`` to enable the required ISO
28+
use ``-DEXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf`` to enable the required ISO
2929
feature support.
3030

3131
Building for an nrf52840dk
@@ -35,7 +35,7 @@ Building for an nrf52840dk
3535
:zephyr-app: samples/bluetooth/bap_unicast_client/
3636
:board: nrf52840dk/nrf52840
3737
:goals: build
38-
:gen-args: -DOVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
38+
:gen-args: -DEXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf
3939

4040
Building for an nrf5340dk
4141
-------------------------
@@ -69,7 +69,7 @@ Similarly to how you would for real HW, you can do:
6969
:zephyr-app: samples/bluetooth/bap_unicast_client/
7070
:board: nrf52_bsim
7171
:goals: build
72-
:gen-args: -DOVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
72+
:gen-args: -DEXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf
7373

7474
Note this will produce a Linux executable in :file:`./build/zephyr/zephyr.exe`.
7575
For more information, check :ref:`this board documentation <nrf52_bsim>`.

samples/bluetooth/bap_unicast_server/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Building and Running
2525
********************
2626

2727
When building targeting an nrf52 series board with the Zephyr Bluetooth Controller,
28-
use ``-DOVERLAY_CONFIG=overlay-bt_ll_sw_split.conf`` to enable the required ISO
28+
use ``-DEXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf`` to enable the required ISO
2929
feature support.
3030

3131
Building for an nrf52840dk
@@ -35,7 +35,7 @@ Building for an nrf52840dk
3535
:zephyr-app: samples/bluetooth/bap_unicast_server/
3636
:board: nrf52840dk/nrf52840
3737
:goals: build
38-
:gen-args: -DOVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
38+
:gen-args: -DEXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf
3939

4040
Building for an nrf5340dk
4141
-------------------------
@@ -69,7 +69,7 @@ Similarly to how you would for real HW, you can do:
6969
:zephyr-app: samples/bluetooth/bap_unicast_server/
7070
:board: nrf52_bsim
7171
:goals: build
72-
:gen-args: -DOVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
72+
:gen-args: -DEXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf
7373

7474
Note this will produce a Linux executable in :file:`./build/zephyr/zephyr.exe`.
7575
For more information, check :ref:`this board documentation <nrf52_bsim>`.

samples/bluetooth/cap_acceptor/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Building and Running
2525
********************
2626

2727
When building targeting an nrf52 series board with the Zephyr Bluetooth Controller,
28-
use ``-DOVERLAY_CONFIG=overlay-bt_ll_sw_split.conf`` to enable the required ISO
28+
use ``-DEXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf`` to enable the required ISO
2929
feature support.
3030

3131
Building for an nrf5340dk
@@ -72,4 +72,4 @@ Building for a simulated nrf52_bsim
7272
:zephyr-app: samples/bluetooth/cap_acceptor/
7373
:board: nrf52_bsim
7474
:goals: build
75-
:gen-args: -DOVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
75+
:gen-args: -DEXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf

samples/bluetooth/cap_initiator/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Building and Running
2525
********************
2626

2727
When building targeting an nrf52 series board with the Zephyr Bluetooth Controller,
28-
use ``-DOVERLAY_CONFIG=overlay-bt_ll_sw_split.conf`` to enable the required ISO
28+
use ``-DEXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf`` to enable the required ISO
2929
feature support.
3030

3131
Building for an nrf5340dk
@@ -72,4 +72,4 @@ Building for a simulated nrf52_bsim
7272
:zephyr-app: samples/bluetooth/cap_initiator/
7373
:board: nrf52_bsim
7474
:goals: build
75-
:gen-args: -DOVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
75+
:gen-args: -DEXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf

samples/bluetooth/pbp_public_broadcast_sink/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Building and Running
2727
********************
2828

2929
When building targeting an nrf52 series board with the Zephyr Bluetooth Controller,
30-
use ``-DOVERLAY_CONFIG=overlay-bt_ll_sw_split.conf`` to enable the required ISO
30+
use ``-DEXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf`` to enable the required ISO
3131
feature support.
3232

3333
Building for an nrf5340dk
@@ -74,4 +74,4 @@ Building for a simulated nrf52_bsim
7474
:zephyr-app: samples/bluetooth/pbp_public_broadcast_sink/
7575
:board: nrf52_bsim
7676
:goals: build
77-
:gen-args: -DOVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
77+
:gen-args: -DEXTRA_CONF_FILE=overlay-bt_ll_sw_split.conf

0 commit comments

Comments
 (0)