Skip to content

Commit 28778c3

Browse files
committed
Drop ESP32 support and update readme
1 parent e302181 commit 28778c3

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ The repository also demonstrates how a complex application (such as OpenOCD) can
66

77
## Prerequisites
88

9-
- This application can run on ESP32 and ESP32-S3 boards which will function as a debugger.
10-
- PSRAM is necessary for both boards.
11-
- We recommend using ESP32-S3 for improved performance.
9+
- This application only can run on ESP32-S3 boards which will function as a debugger. ESP32 is not supported due to the limited memory.
10+
- PSRAM is necessary for the ESP32-S3 boards.
1211
- Make sure to adjust Flash and PSRAM spi modes (DIO, QIO, OPI) from the menuconfig.
13-
- ESP32 target board should be flashed e.g. with blink example.
12+
- Target board should be flashed with an application.
1413
- Connect GPIOs from the debugger board to the target board using JTAG interface.
1514

1615
|Master pin | Function | Slave pin |

main/idf_component.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
targets:
2-
- esp32
32
- esp32s3
43
dependencies:
54
espressif/esp_lvgl_port:
65
version: "1.4.0"
7-
rules:
8-
- if: "target in [esp32s3]"
96
espressif/esp-box:
107
version: "^2.2.0"
11-
rules:
12-
- if: "target in [esp32s3]"
138
idf:
149
version: ">=5.0.0"

0 commit comments

Comments
 (0)