Home
last modified time | relevance | path

Searched refs:from (Results 1 – 25 of 258) sorted by relevance

1234567891011

/hal_espressif-latest/components/esp_app_format/
DKconfig.projbuild8 …structure. If not set, time/date stamp will be excluded from app image. This can be useful for get…
9 same binary image files made from the same source, but at different times.
12 bool "Exclude PROJECT_VER from firmware image"
15 The PROJECT_VER variable from the build system will not affect the firmware image.
19 bool "Exclude PROJECT_NAME from firmware image"
22 The PROJECT_NAME variable from the build system will not affect the firmware image.
26 bool "Get the project version from Kconfig"
44 …At startup, the app will read this many hex characters from the embedded APP ELF SHA-256 hash value
/hal_espressif-latest/components/esp_event/
DKconfig12 bool "Support posting events from ISRs"
15 Enable posting events from interrupt handlers.
18 bool "Support posting events from ISRs placed in IRAM"
22 …Enable posting events from interrupt handlers placed in IRAM. Enabling this option places API func…
/hal_espressif-latest/components/esp_wifi/src/
Dsmartconfig_ack.c135 struct sockaddr_in local_addr, from; in sc_ack_send_task() local
143 bzero(&from, sizeof(struct sockaddr_in)); in sc_ack_send_task()
160 if (recvfrom(send_sock, &data, 1, 0, (struct sockaddr *)&from, &sockadd_len) < 0) { in sc_ack_send_task()
163 if (from.sin_addr.s_addr != INADDR_ANY) { in sc_ack_send_task()
164 memcpy(remote_ip, &from.sin_addr, 4); in sc_ack_send_task()
165 server_addr.sin_addr.s_addr = from.sin_addr.s_addr; in sc_ack_send_task()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dds_ll.h97 const uint8_t *from = encrypted_key_params; in ds_ll_write_private_key_params() local
100 memcpy((uint8_t *)frags[i].addr, from, frags[i].len); in ds_ll_write_private_key_params()
101 from += frags[i].len; in ds_ll_write_private_key_params()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dds_ll.h100 const uint8_t *from = encrypted_key_params; in ds_ll_write_private_key_params() local
103 memcpy((uint8_t *)frags[i].addr, from, frags[i].len); in ds_ll_write_private_key_params()
105 from += frags[i].len; in ds_ll_write_private_key_params()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dds_ll.h100 const uint8_t *from = encrypted_key_params; in ds_ll_write_private_key_params() local
103 memcpy((uint8_t *)frags[i].addr, from, frags[i].len); in ds_ll_write_private_key_params()
105 from += frags[i].len; in ds_ll_write_private_key_params()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dds_ll.h108 const uint8_t *from = encrypted_key_params; in ds_ll_write_private_key_params() local
111 memcpy((uint8_t *)frags[i].addr, from, frags[i].len); in ds_ll_write_private_key_params()
113 from += frags[i].len; in ds_ll_write_private_key_params()
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/
Dutils.c41 const uint8_t *from, unsigned int from_len) in _copy() argument
44 (void)memcpy(to, from, from_len); in _copy()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
Dutils.c41 const uint8_t *from, unsigned int from_len) in _copy() argument
44 (void)memcpy(to, from, from_len); in _copy()
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dexecute-scripts-cmd.rst14 - ``--index`` - integer index. It allows to retrieve unique data per chip from configfiles and then…
24 …number of chips in the batch). It allows to retrieve unique data per chip from configfiles and the…
27 Below you can see some examples of the script. This script file is run from ``espefuse.py`` as ``ex…
33 This command supports nesting. This means that one script can be called from another script (see th…
39 …uses['FLASH_CRYPT_CNT'].get()``. Some eFuses have a dictionary to convert from a value to a human-…
78 …execute_scripts`` command from your production script, you may need to pass ``index`` to get the u…
84 The example of a script to burn custom_mac address and unique_id getting them from configfiles.
Dburn-block-data-cmd.rst6 The ``espefuse.py burn_block_data`` command allows writing arbitrary data (non-key data) from a fil…
22 **Example:** Write to eFuse BLOCK3 from binary file ``device_id.bin``, starting at eFuse byte offse…
45 …as an array of bytes). It can be read back in firmware using eFuse API or from the eFuse read regi…
Dburn-efuse-cmd.rst15 …urn eFuses. The tool checks for incompatible eFuse states to prevent them from burning and potenti…
19 …value in decimal or hex (with "0x" prefix). eFuse bits can only be burned from 0 to 1, attempting …
21 This command supports simultaneous burning of multiple eFuses, it doesn't matter if they are from d…
29 from BLOCK0
95 If these eFuses are burned, GPIO1 (U0TXD pin) is no longer consulted to set the boot mode from SPI …
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dadvanced-commands.rst40 …mp_mem`` command will dump a region from the chip's memory space to a file. For example, to dump t…
51 … it. Command also supports ``.hex`` file created by ``merge_bin`` command from supported ``.bin`` …
61 … in the ROM loader, when using ``--no-stub`` any very early serial output from a program may be lo…
92 * ``--bytes 2`` sends both ``RDSR`` (05h) and ``RDSR2`` (35h), reads one byte of status from each, …
93 …R`` (05h), ``RDSR2`` (35h), and ``RDSR3`` (15h), reads one byte of status from each, and returns a…
133 This will read 4 bytes from SFDP address 16.
155 …` allows you to manually assemble a firmware image from binary segments (such as those extracted f…
/hal_espressif-latest/components/esp_netif/
DREADME.md44 * `........` Initialization line from user code to esp-netif and comm driver
46 * `--<--->--` Data packets going from communication media to TCP/IP stack and back
73 - install driver_transmit to appropriate ESP-NETIF object, so that outgoing packets from
93 transmission from user application. Its typical usage in embedded world might be implementation of …
106 standard use cases. Filtering is also advantageous from a perspective the user’s application gets a…
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/include/
Doi_string.h58 #define OI_MemCopy(to, from, size) memcpy((to), (from), (size)) argument
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dspi-flash-modes.rst10 ESP chips use these commands when reading or executing code and data from the SPI flash chip. Data …
46 …unidirectional. In single SPI mode, data is sent from the device to the host using the MISO pin an…
55 …3BH) command to read data. Each read command and the read address is sent from the host to the fla…
58 …Dual I/O Fast Read" (BBH) command to read data. Each read command is sent from the host to the fla…
99 No. Espressif chips execute code directly from flash, however because reading from flash is slow th…
110 This only determines the mode which is used for the initial boot from reset. Software may then conf…
113 When ROM code boots this bootloader from flash, the bootloader software checks the flash chip model…
/hal_espressif-latest/components/efuse/
DKconfig7 Allows to generate a structure for eFuse from the CSV file.
39 During startup, the eFuses are copied from flash or,
40 in case if flash is empty, from real eFuse to RAM and then update flash.
/hal_espressif-latest/components/bootloader_support/
DCMakeLists.txt117 … # We generate the key from the signing key. The signing key is passed from the main project.
131 # We expect to 'inherit' the verification key passed from main project.
146 # sign at build time, extracts key from signing key
/hal_espressif-latest/components/log/
DKconfig55 This option only applies to logging from the app, the bootloader log level is
101 - Milliseconds since boot is calulated from the RTOS tick count multiplied
105 - System time is taken from POSIX time functions which use the chip's
111 - NOTE: Currently this will not get used in logging from binary blobs
/hal_espressif-latest/components/heap/
Dinternals.md9from one of the heap component API functions placed in IRAM have to also be placed in IRAM. Symmet…
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
DKconfig.mac6 … During initialization, MAC addresses for each network interface are generated or derived from a
13 …The WiFi softap receives local MAC addresses. It's derived from the universal WiFi station MAC add…
/hal_espressif-latest/components/spi_flash/esp32c6/
DKconfig.soc_caps.in2 # This file is auto-generated from SoC caps
/hal_espressif-latest/components/spi_flash/esp32h2/
DKconfig.soc_caps.in2 # This file is auto-generated from SoC caps
/hal_espressif-latest/components/soc/linux/include/soc/
DKconfig.soc_caps.in2 # This file is auto-generated from SoC caps
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/include/tinycrypt/
Dutils.h61 const uint8_t *from, unsigned int from_len);

1234567891011