From 06506589808557cace7f537b9e547a85392f503f Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Thu, 27 Feb 2020 01:04:12 +0900 Subject: [PATCH] esp32-core/README.txt: Fix a URL and a typo --- boards/xtensa/esp32/esp32-core/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/xtensa/esp32/esp32-core/README.txt b/boards/xtensa/esp32/esp32-core/README.txt index 3fb5b9972f..114da7421b 100644 --- a/boards/xtensa/esp32/esp32-core/README.txt +++ b/boards/xtensa/esp32/esp32-core/README.txt @@ -47,7 +47,7 @@ STATUS The NuttX fork, TizenRT, has taken the NuttX ESP32 code and developed it further. Refer to: - https://github.com/Samsung/TizenRT/tree/master/os/arch/xtensai + https://github.com/Samsung/TizenRT/tree/master/os/arch/xtensa for the current status. @@ -455,7 +455,7 @@ OpenOCD for the ESP32 ----- OpenOCD currently doesn't have a FLASH driver for ESP32, so you can load code into IRAM only via JTAG. FLASH-resident sections like .FLASH.rodata - will fail to load. The bootloader in ROM doesn't parse ELF, so any imag + will fail to load. The bootloader in ROM doesn't parse ELF, so any image which is bootloaded from FLASH has to be converted into a custom image format first.