Home
last modified time | relevance | path

Searched refs:S3 (Results 1 – 20 of 20) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
DKconfig.hw_support2 prompt "Minimum Supported ESP32-S3 Revision"
34 comment "Maximum Supported ESP32-S3 Revision (Rev v0.99)"
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
DKconfig.system8 … The ESP32-S3 has a built-in brownout detector which can detect if the voltage is lower than
19 between each ESP3-S3 chip.
/hal_espressif-latest/tools/esptool_py/
DCHANGELOG.md25 - **espefuse**: Adds incompatible eFuse settings check for S3
81 - **esptool**: clear boot control register on ESP32-S3
169 - **ESP32-S3**: Correct RTC WDT registers to fix resets during flashing
188 - **ESP32-S3**: Temporarily disable increasing CPU freq
190 - **ESP32-S3**: Lower CPU freq to improve flasher stub stability
197 - **stub**: Add ESP32-S3 octal flash support
214 - **secure download mode**: Fix SDM detection on S2/S3
/hal_espressif-latest/components/esp_system/ld/esp32s3/
Dmemory.ld.in7 * ESP32-S3 Linker Script Memory Layout
31 #define SRAM_IRAM_END 0x403CC700 /* Please refer to ESP32-S3 bootloader.ld for more informati…
Dsections.ld.in443 …/* ESP32-S3 memprot requires 16B padding for possible CPU prefetch and 256B alignment for PMS spli…
/hal_espressif-latest/components/mbedtls/port/sha/parallel_engine/
Desp_sha512.c223 #define S3(x) (ROTR(x,14) ^ ROTR(x,18) ^ ROTR(x,41)) in mbedtls_sha512_software_process() macro
230 temp1 = h + S3(e) + F1(e,f,g) + K + x; \ in mbedtls_sha512_software_process()
Desp_sha256.c164 #define S3(x) (ROTR(x, 6) ^ ROTR(x,11) ^ ROTR(x,25)) macro
177 temp1 = h + S3(e) + F1(e,f,g) + K + x; \
/hal_espressif-latest/components/spi_flash/
DKconfig58 … # For ESP32-S3, it's enabled by default. For later chips it should be disabled by default
190 - SPI_FLASH_AUTO_SUSPEND (C3, S3)
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32s3/
Dbootloader.ld9 * ESP32-S3 ROM static data usage is as follows:
/hal_espressif-latest/components/bt/host/bluedroid/
DKconfig.in1068 Maximum BT/BLE connection count. The ESP32-C3/S3 chip supports a maximum of 10 instances,
1069 including ADV, SCAN and connections. The ESP32-C3/S3 chip can connect up to 9 devices if
1070 ADV or SCAN uses only one. If ADV and SCAN are both used, The ESP32-C3/S3 chip is connected
/hal_espressif-latest/components/esp_rom/
DCMakeLists.txt218 # Since ROM for ESP32-S3 was compiled for 32-bit time_t, only link these functions
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/
Dsummary_ESP32-S3.rst6 Detecting chip type... ESP32-S3
/hal_espressif-latest/components/bootloader/
DKconfig.projbuild560 … Supported in ESP32-ECO3 (ESP32 Chip Revision 3 onwards), ESP32-S2, ESP32-C3, ESP32-S3 SoCs.
660 …- RSA based scheme is supported in ESP32 (Revision 3 onwards), ESP32-S2, ESP32-C3 (ECO3), ESP32-S3.
1043 ESP32-S3: DIS_ICACHE, DIS_DCACHE, DIS_DOWNLOAD_ICACHE, DIS_DOWNLOAD_DCACHE,
/hal_espressif-latest/components/bt/controller/esp32c2/
DKconfig.in434 along with this option. Similarly for ESP32-C3 or ESP32-S3, user is expected to
/hal_espressif-latest/components/bt/controller/esp32c6/
DKconfig.in468 along with this option. Similarly for ESP32-C3 or ESP32-S3, user is expected to
/hal_espressif-latest/components/bt/controller/esp32h2/
DKconfig.in459 along with this option. Similarly for ESP32-C3 or ESP32-S3, user is expected to
/hal_espressif-latest/components/bt/host/nimble/
DKconfig.in77 along with this option. Similarly for ESP32-C3 or ESP32-S3, user is expected to
/hal_espressif-latest/components/mbedtls/
DKconfig23 (*) In case of ESP32-S2/ESP32-S3, hardware allows encryption of external
/hal_espressif-latest/components/bt/esp_ble_mesh/
DKconfig.in52 (*) In case of ESP32-S2/ESP32-S3, hardware allows encryption of external
/hal_espressif-latest/tools/esptool_py/flasher_stub/ld/
Drom_32s3_beta_2.ld2 ESP32-S3 ROM address table