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:
parent
64968d7402
commit
2c8dbc4e8b
3 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue