Skip to content

Commit 3af081a

Browse files
rettichschnididkalowsk
authored andcommitted
doc: Remove deprecated usage
Starting with Zephyr 3.4, EXTRA_CONF_FILE replaces OVERLAY_CONFIG. Signed-off-by: Reto Schneider <[email protected]>
1 parent 301c703 commit 3af081a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ A sample debug configuration is also provided. To apply it, run the following
8585
command:
8686

8787
```shell
88-
west build -b $BOARD app -- -DOVERLAY_CONFIG=debug.conf
88+
west build -b $BOARD app -- -DEXTRA_CONF_FILE=debug.conf
8989
```
9090

9191
Once you have built the application, run the following command to flash it:

0 commit comments

Comments
 (0)