File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
samples/boards/espressif/spiram_test
tests/boards/espressif/cache_coex Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Make sure you have your board connected over USB port.
27
27
28
28
.. code-block :: console
29
29
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
31
31
west flash
32
32
33
33
If using another supported Espressif board, replace the argument in the above
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Supported Boards
16
16
****************
17
17
- esp32_devkitc
18
18
- esp32s2_saola
19
- - esp32s3_devkitm
19
+ - esp32s3_devkitc
20
20
21
21
Building and Running
22
22
********************
Original file line number Diff line number Diff line change 3
3
platform_allow :
4
4
- esp32_devkitc/esp32/procpu
5
5
- esp32s2_saola
6
- - esp32s3_devkitm /esp32s3/procpu
6
+ - esp32s3_devkitc /esp32s3/procpu
7
7
tags :
8
8
- spiram
9
9
- spiflash
You can’t perform that action at this time.
0 commit comments