Searched refs:S3 (Results 1 – 20 of 20) sorted by relevance
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/ |
D | Kconfig.hw_support | 2 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/ |
D | Kconfig.system | 8 … 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/ |
D | CHANGELOG.md | 25 - **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/ |
D | memory.ld.in | 7 * ESP32-S3 Linker Script Memory Layout 31 #define SRAM_IRAM_END 0x403CC700 /* Please refer to ESP32-S3 bootloader.ld for more informati…
|
D | sections.ld.in | 443 …/* 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/ |
D | esp_sha512.c | 223 #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()
|
D | esp_sha256.c | 164 #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/ |
D | Kconfig | 58 … # 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/ |
D | bootloader.ld | 9 * ESP32-S3 ROM static data usage is as follows:
|
/hal_espressif-latest/components/bt/host/bluedroid/ |
D | Kconfig.in | 1068 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/ |
D | CMakeLists.txt | 218 # 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/ |
D | summary_ESP32-S3.rst | 6 Detecting chip type... ESP32-S3
|
/hal_espressif-latest/components/bootloader/ |
D | Kconfig.projbuild | 560 … 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/ |
D | Kconfig.in | 434 along with this option. Similarly for ESP32-C3 or ESP32-S3, user is expected to
|
/hal_espressif-latest/components/bt/controller/esp32c6/ |
D | Kconfig.in | 468 along with this option. Similarly for ESP32-C3 or ESP32-S3, user is expected to
|
/hal_espressif-latest/components/bt/controller/esp32h2/ |
D | Kconfig.in | 459 along with this option. Similarly for ESP32-C3 or ESP32-S3, user is expected to
|
/hal_espressif-latest/components/bt/host/nimble/ |
D | Kconfig.in | 77 along with this option. Similarly for ESP32-C3 or ESP32-S3, user is expected to
|
/hal_espressif-latest/components/mbedtls/ |
D | Kconfig | 23 (*) In case of ESP32-S2/ESP32-S3, hardware allows encryption of external
|
/hal_espressif-latest/components/bt/esp_ble_mesh/ |
D | Kconfig.in | 52 (*) In case of ESP32-S2/ESP32-S3, hardware allows encryption of external
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ld/ |
D | rom_32s3_beta_2.ld | 2 ESP32-S3 ROM address table
|