Home
last modified time | relevance | path

Searched refs:have (Results 1 – 25 of 92) sorted by relevance

1234

/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dmd4-internal.c113 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/
Dbasic-options.rst33 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.
Dscripting.rst8 While it currently does have a poor Python API, something which `#208 <https://github.com/espressif…
Dentering-bootloader.rst6 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/
Dresources.rst12 …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/
DREADME.md7 …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…
DCMakeLists.txt24 # 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
DKconfig75 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/
DREADME.md31 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/
DKconfig25 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/
DLICENSE23 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/
Dget-custom-mac-cmd.rst8 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/
Dmemory.ld.in50 …/* 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/
DKconfig.hw_support7 This ensures the chip used will have some modifications (features, or bugfixes).
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
DKconfig.hw_support7 This ensures the chip used will have some modifications (features, or bugfixes).
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
DKconfig.hw_support7 This ensures the chip used will have some modifications (features, or bugfixes).
/hal_espressif-latest/components/esp_hw_support/port/esp32c2/
DKconfig.hw_support7 This ensures the chip used will have some modifications (features, or bugfixes).
/hal_espressif-latest/components/heap/
Dinternals.md9 …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/
DKconfig.hw_support7 This ensures the chip used will have some modifications (features, or bugfixes).
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
DKconfig.hw_support7 This ensures the chip used will have some modifications (features, or bugfixes).
/hal_espressif-latest/components/esp_system/ld/esp32c6/
Dmemory.ld.in45 …* 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/
Dmemory.ld.in45 …* 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/
DREADME.rst49 …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/
Dmemory.ld.in38 …* 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/
DKconfig.hw_support7 This ensures the chip used will have some modifications (features, or bugfixes).

1234