Skip to content

Commit

Permalink
esp32: samples: Use esp32_devkitc_wroom board instead of esp32
Browse files Browse the repository at this point in the history
Following zephyrproject-rtos#58454, fixed a few remaining references to old "virtual"
esp32 board.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
  • Loading branch information
kartben authored and Thalley committed Sep 8, 2023
1 parent 9d8dd81 commit 6b3536c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/boards/esp32/deep_sleep/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion samples/boards/esp32/light_sleep/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion samples/drivers/ipm/ipm_esp32/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 6b3536c

Please sign in to comment.