Skip to content

Commit 2ace077

Browse files
sylvioalvescfriedt
authored andcommitted
samples: boards: espressif: update board reference
As esp32s3_devkitm does not provide SPIRAM, change test to use esp32s3_devkitc instead. Signed-off-by: Sylvio Alves <[email protected]>
1 parent c54ce41 commit 2ace077

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/boards/espressif/spiram_test/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Make sure you have your board connected over USB port.
2727

2828
.. code-block:: console
2929
30-
west build -b esp32s3_devkitm/esp32s3/procpu samples/boards/espressif/spiram_test
30+
west build -b esp32s3_devkitc/esp32s3/procpu samples/boards/espressif/spiram_test
3131
west flash
3232
3333
If using another supported Espressif board, replace the argument in the above

tests/boards/espressif/cache_coex/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Supported Boards
1616
****************
1717
- esp32_devkitc
1818
- esp32s2_saola
19-
- esp32s3_devkitm
19+
- esp32s3_devkitc
2020

2121
Building and Running
2222
********************

tests/boards/espressif/cache_coex/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ tests:
33
platform_allow:
44
- esp32_devkitc/esp32/procpu
55
- esp32s2_saola
6-
- esp32s3_devkitm/esp32s3/procpu
6+
- esp32s3_devkitc/esp32s3/procpu
77
tags:
88
- spiram
99
- spiflash

0 commit comments

Comments
 (0)