From 007b1a887a5c84b928b91ae38e9bd88dc6a01f0a Mon Sep 17 00:00:00 2001 From: Reto Schneider Date: Tue, 22 Oct 2024 14:36:46 +0200 Subject: [PATCH] doc: Remove deprecated usage Starting with Zephyr 3.4, EXTRA_CONF_FILE replaces OVERLAY_CONFIG. Signed-off-by: Reto Schneider --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e709a524..66165c93 100644 --- a/README.md +++ b/README.md @@ -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: