/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | md4-internal.c | 113 size_t have, need; in MD4Update() local 116 have = (size_t)((ctx->count >> 3) & (MD4_BLOCK_LENGTH - 1)); in MD4Update() 117 need = MD4_BLOCK_LENGTH - have; in MD4Update() 123 if (have != 0) { in MD4Update() 124 os_memcpy(ctx->buffer + have, input, need); in MD4Update() 128 have = 0; in MD4Update() 141 os_memcpy(ctx->buffer + have, input, len); in MD4Update()
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | basic-options.rst | 33 If using Cygwin or WSL on Windows, you have to convert the Windows-style name into a Unix-style pat… 36 In Linux, the current user may not have access to serial ports and a "Permission Denied" or "Port d… 52 …If you have connectivity problems then you can also set baud rates below 115200. You can also choo… 56 If you have connectivity problems then you can also set baud rates below 115200.
|
D | scripting.rst | 8 While it currently does have a poor Python API, something which `#208 <https://github.com/espressif…
|
D | entering-bootloader.rst | 6 Espressif chips have to be reset in a certain way in order to launch the serial bootloader, only th…
|
/hal_espressif-latest/tools/esptool_py/docs/en/ |
D | resources.rst | 12 …b.com/espressif/esptool/issues>`_ section on GitHub if you find a bug or have a feature request. … 14 * Several `books <https://www.espressif.com/en/ecosystem/community-engagement/books>`_ have been wr…
|
/hal_espressif-latest/components/hal/ |
D | README.md | 7 …ted types that other, higher level components can make use of in order to have code portable to al… 19 …specific extensions to the HAL headers. These target-specific HAL headers have the same name and i…
|
D | CMakeLists.txt | 24 # ESP32 cache structure / ROM APIs are different and we have a patch `cache_hal_esp32.c` for it. 173 # For ESP32-S2 we do not have HMAC HAL layer implementation yet 178 # For ESP32-S2 we do not have DS HAL layer implementation yet
|
D | Kconfig | 75 If keeping this as "n" in your project, you will have less free IRAM. 88 If keeping this as "n" in your project, you will have less free IRAM.
|
/hal_espressif-latest/components/esp_rom/ |
D | README.md | 31 If some original ROM functions have changed the behavior or have bugs, we should override them in t… 33 … ESP32 has the `tjpgd` library built into the ROM, but ESP32S2 hasn't. We have a header file `esp_…
|
/hal_espressif-latest/components/esp_adc/ |
D | Kconfig | 25 Some ESP32s have Two Point calibration values burned into eFuse BLOCK3. 33 Some ESP32s have Vref burned into eFuse BLOCK0. This option will allow
|
/hal_espressif-latest/tools/esptool_py/ |
D | LICENSE | 23 have the freedom to distribute copies of free software (and charge for 35 you have. You must make sure that they, too, receive or can get the 46 want its recipients to know that what they have is not the original, so 53 program proprietary. To prevent this, we have made it clear that any 176 However, parties who have received copies, or rights, from you under 177 this License will not have their licenses terminated so long as such 180 5. You are not required to accept this License, since you have not 219 implemented by public license practices. Many people have made 244 later version", you have the option of following the terms and conditions 290 convey the exclusion of warranty; and each file should have at least [all …]
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/ |
D | get-custom-mac-cmd.rst | 8 The chips also have a factory MAC address (eFuse name ``MAC``), which is written at the factory. It…
|
/hal_espressif-latest/components/esp_system/ld/esp32/ |
D | memory.ld.in | 50 …/* All these values assume the flash cache is on, and have the blocks this uses subtracted from th… 100 The aim of this is to keep data that will not be moved around and have a fixed address. 119 The aim of this is to keep data that will not be moved around and have a fixed address.
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/ |
D | Kconfig.hw_support | 7 This ensures the chip used will have some modifications (features, or bugfixes).
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/ |
D | Kconfig.hw_support | 7 This ensures the chip used will have some modifications (features, or bugfixes).
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/ |
D | Kconfig.hw_support | 7 This ensures the chip used will have some modifications (features, or bugfixes).
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c2/ |
D | Kconfig.hw_support | 7 This ensures the chip used will have some modifications (features, or bugfixes).
|
/hal_espressif-latest/components/heap/ |
D | internals.md | 9 …rectly called from one of the heap component API functions placed in IRAM have to also be placed i…
|
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/ |
D | Kconfig.hw_support | 7 This ensures the chip used will have some modifications (features, or bugfixes).
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/ |
D | Kconfig.hw_support | 7 This ensures the chip used will have some modifications (features, or bugfixes).
|
/hal_espressif-latest/components/esp_system/ld/esp32c6/ |
D | memory.ld.in | 45 …* All these values assume the flash cache is on, and have the blocks this uses subtracted from th… 94 The aim of this is to keep data that will not be moved around and have a fixed address.
|
/hal_espressif-latest/components/esp_system/ld/esp32h2/ |
D | memory.ld.in | 45 …* All these values assume the flash cache is on, and have the blocks this uses subtracted from th… 90 The aim of this is to keep data that will not be moved around and have a fixed address.
|
/hal_espressif-latest/components/log/ |
D | README.rst | 49 …ARLY_LOGE`. These versions have to be used explicitly in the early startup code only, before heap …
|
/hal_espressif-latest/components/esp_system/ld/esp32c3/ |
D | memory.ld.in | 38 …* All these values assume the flash cache is on, and have the blocks this uses subtracted from th… 82 The aim of this is to keep data that will not be moved around and have a fixed address.
|
/hal_espressif-latest/components/esp_hw_support/port/esp32/ |
D | Kconfig.hw_support | 7 This ensures the chip used will have some modifications (features, or bugfixes).
|