From 7075c69419fe767e36641874a3b8c94c5b9f59f9 Mon Sep 17 00:00:00 2001 From: Lluis Campos Date: Thu, 22 Aug 2024 08:23:38 +0200 Subject: [PATCH] doc: esp32: Update board identifier Clears CMake warning: ``` Deprecated BOARD=esp32_ethernet_kit specified, board automatically changed to: esp32_ethernet_kit/esp32/procpu. ``` Signed-off-by: Lluis Campos --- boards/espressif/esp32_ethernet_kit/doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/espressif/esp32_ethernet_kit/doc/index.rst b/boards/espressif/esp32_ethernet_kit/doc/index.rst index 180382858bc..fa93c9f0e19 100644 --- a/boards/espressif/esp32_ethernet_kit/doc/index.rst +++ b/boards/espressif/esp32_ethernet_kit/doc/index.rst @@ -479,7 +479,7 @@ To build the sample application using sysbuild use the command: .. zephyr-app-commands:: :tool: west :app: samples/hello_world - :board: esp32_ethernet_kit + :board: esp32_ethernet_kit/esp32/procpu :goals: build :west-args: --sysbuild :compact: