File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff 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 |
Original file line number Diff line number Diff line change 11targets :
2- - esp32
32 - esp32s3
43dependencies :
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"
You can’t perform that action at this time.
0 commit comments