esp-idf/components/esp32s3
Michael (XIAO Xufeng) afc2bc94b3 Merge branch 'feature/add_opi_flash_psram_support' into 'master'
spi flash: opi flash psram support and spi timing tuning  support on 727

Closes IDF-3097

See merge request espressif/esp-idf!12946
2021-06-28 01:59:19 +00:00
..
include spiflash: add octal spi psram support on 727 2021-06-25 19:41:57 +08:00
ld usb_serial_jtag: add initial support for S3 (including flashing, monitoring, writing, and reading) but console is not avaliable now 2021-06-18 12:42:41 +08:00
CMakeLists.txt spiflash: add octal spi psram support on 727 2021-06-25 19:41:57 +08:00
component.mk esp32s3: initial empty component 2020-07-20 10:51:05 +08:00
dport_access.c esp32s3: clk, memory layout 2020-07-27 13:05:22 +08:00
esp_crypto_lock.c aes/sha: use a shared lazy allocated GDMA channel for AES and SHA 2021-03-09 09:23:05 +08:00
Kconfig spiflash: add octal spi psram support on 727 2021-06-25 19:41:57 +08:00
Makefile.projbuild esp32s3: initial empty component 2020-07-20 10:51:05 +08:00
memprot.c esp32s3: sync memprot header from esp32s2, fixing compilation error 2020-10-08 22:20:39 +02:00
opiram_psram.c spiflash: add octal spi psram support on 727 2021-06-25 19:41:57 +08:00
README.md esp32s3: initial empty component 2020-07-20 10:51:05 +08:00
spi_timing_config.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
spiram.c spiflash: add octal spi psram support on 727 2021-06-25 19:41:57 +08:00

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.