esp-idf/components/esp32s3
Ivan Grokhotkov a6c721b24c esp32[s2,s3]: fix _flash_rodata_align value in the linker scripts
Regression from 4702feeee. The TLS segment is located inside
.flash.rodata, so we need to get the alignment of that section, not
.flash.rodata_noload.
2021-07-01 16:13:31 +02:00
..
include spiflash: add octal spi psram support on 727 2021-06-25 19:41:57 +08:00
ld esp32[s2,s3]: fix _flash_rodata_align value in the linker scripts 2021-07-01 16:13:31 +02:00
CMakeLists.txt spiflash: add octal spi psram support on 727 2021-06-25 19:41:57 +08:00
Kconfig spiflash: add octal spi psram support on 727 2021-06-25 19:41:57 +08:00
Makefile.projbuild
README.md
component.mk
dport_access.c
esp_crypto_lock.c
memprot.c
opiram_psram.c spiflash: add octal spi psram support on 727 2021-06-25 19:41:57 +08:00
spi_timing_config.c spiflash: add octal spi psram support on 727 2021-06-25 19:41:57 +08:00
spiram.c spiflash: add octal spi psram support on 727 2021-06-25 19:41:57 +08:00
spiram_psram.c spiflash: add octal spi psram support on 727 2021-06-25 19:41:57 +08:00
spiram_psram.h spiflash: add octal spi psram support on 727 2021-06-25 19:41:57 +08:00

README.md

ESP32-S3 component

This directory contains support for the upcoming ESP32-S3 SoC. This code is still work in progress and not intended for public use.

Please follow announcements on espressif.com and esp32.com to be informed about the ESP32-S3 SoC.

This note will be removed once the ESP32-S3 initial support is ready.