diff --git a/README b/README index 820a345ecd..b8f7148f7b 100644 --- a/README +++ b/README @@ -122,7 +122,6 @@ Debug targets ARM: AArch64, ARM11, ARM7, ARM9, Cortex-A/R (v7-A/R), Cortex-M (ARMv{6/7/8}-M), FA526, Feroceon/Dragonite, XScale. ARCv2, AVR32, DSP563xx, DSP5680xx, EnSilica eSi-RISC, EJTAG (MIPS32, MIPS64), -ESP32, ESP32-S2, ESP32-S3, ESP32-C2, ESP32-C3, ESP32-C6, ESP32-H2, ESP32-P4 Intel Quark, LS102x-SAP, RISC-V, ST STM8, Xtensa. Flash drivers diff --git a/espressif.md b/espressif.md index a8eb784a2d..97995e00ee 100644 --- a/espressif.md +++ b/espressif.md @@ -2,13 +2,13 @@ ## OpenOCD Configuration Variables -Espressif specific functionality of OpenOCD can be controled using configuration variables which can be set on the command line via option `-c`: +Espressif specific functionality of OpenOCD can be controlled using configuration variables which can be set on the command line via option `-c`: `openocd -c 'set ESP_RTOS none' -f board/esp32-wrover-kit-3.3v.cfg` ### Common Options -The folowing configuration variables are common for all Espressif chips: +The following configuration variables are common for all Espressif chips: * `ESP_RTOS` - the name of RTOS running on the target. Default is 'FreeRTOS'. To disable OS support (for bare metal system) use 'none'. * `ESP_FLASH_SIZE` - size of the chip's flash. Default is 'auto'. To disable flash functionality set to '0'. * `ESP_SEMIHOST_BASEDIR` - base dir for semihosting I/O. Default is OpenOCD's current working directory. @@ -17,7 +17,7 @@ The folowing configuration variables are common for all Espressif chips: ### ESP32 Options -The folowing configuration variables are common for ESP32 family chips: +The following configuration variables are common for ESP32 family chips: * `ESP32_FLASH_VOLTAGE` - tell OpenOCD which SPI flash voltage is used by the board (3.3 or 1.8) The TDI pin of ESP32 is also a bootstrap pin that selects the voltage the SPI flash chip runs at. When a hard reset happens (e.g. because someone switches the board off diff --git a/src/target/riscv/riscv-013.c b/src/target/riscv/riscv-013.c index 3fba05991b..665784e2c2 100644 --- a/src/target/riscv/riscv-013.c +++ b/src/target/riscv/riscv-013.c @@ -3837,7 +3837,7 @@ static int read_memory_progbuf_inner_extract_batch_data(struct target *target, /** * This function reads a batch of elements from memory. - * Prior to calling this function the folowing conditions should be met: + * Prior to calling this function the following conditions should be met: * - Appropriate program loaded to program buffer. * - DM_ABSTRACTAUTO_AUTOEXECDATA is set. */