esp32: samples: Use esp32_devkitc_wroom board instead of esp32

Following #58454, fixed a few remaining references to old "virtual"
esp32 board.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2023-09-07 14:17:18 +02:00 committed by Carles Cufí
commit 2c8dbc4e8b
3 changed files with 3 additions and 3 deletions

View file

@ -51,7 +51,7 @@ Building, Flashing and Running
.. zephyr-app-commands::
:zephyr-app: samples/boards/esp32/deep_sleep
:board: esp32
:board: esp32_devkitc_wroom
:goals: build flash
:compact:

View file

@ -31,7 +31,7 @@ Building, Flashing and Running
.. zephyr-app-commands::
:zephyr-app: samples/boards/esp32/light_sleep
:board: esp32
:board: esp32_devkitc_wroom
:goals: build flash
:compact:

View file

@ -25,7 +25,7 @@ Build the ESP32 IPM sample code as follows:
.. zephyr-app-commands::
:zephyr-app: samples/drivers/ipm/ipm_esp32
:board: esp32
:board: esp32_devkitc_wroom
:goals: build
:compact: