Skip to content

Commit

Permalink
doc: Remove deprecated usage
Browse files Browse the repository at this point in the history
Starting with Zephyr 3.4, EXTRA_CONF_FILE replaces OVERLAY_CONFIG.

Signed-off-by: Reto Schneider <[email protected]>
  • Loading branch information
rettichschnidi authored and dkalowsk committed Nov 14, 2024
1 parent 301c703 commit 3af081a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ A sample debug configuration is also provided. To apply it, run the following
command:

```shell
west build -b $BOARD app -- -DOVERLAY_CONFIG=debug.conf
west build -b $BOARD app -- -DEXTRA_CONF_FILE=debug.conf
```

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

0 comments on commit 3af081a

Please sign in to comment.