Home
last modified time | relevance | path

Searched refs:custom (Results 1 – 25 of 125) sorted by relevance

12345

/hal_espressif-3.5.0/components/efuse/
DCMakeLists.txt48 # Make custom files project/main/esp_efuse_custom_table.c and project/main/include/esp_efuse_custom…
49 # Path to CSV file is relative to project path for custom CSV files.
55 …add_custom_target(efuse-custom-table COMMAND "${python}" "${CMAKE_CURRENT_SOURCE_DIR}/efuse_table_…
57 add_deprecated_target_alias(efuse_custom_table efuse-custom-table)
59 add_custom_target(efuse-custom-table COMMAND)
60 add_deprecated_target_alias(efuse_custom_table efuse-custom-table)
DKconfig4 bool "Use custom eFuse table"
14 Name of the custom eFuse CSV filename. This path is evaluated
/hal_espressif-3.5.0/examples/system/efuse/
DREADME.md5 …t demonstrates read and write operations with fields from the common and custom eFuse tables. For …
20 * The custom table (for custom purposes).
22 The custom table has five fields:
74 * `CONFIG_EFUSE_CUSTOM_TABLE=y` - It allows using the custom table.
100 I (323) example: Uses common and custom tables
104 I (343) example: 3. read custom fields
112 I (383) example: write custom efuse fields
132 I (327) example: Uses common and custom tables
136 I (347) example: 3. read custom fields
158 ### How to create the new custom table
[all …]
/hal_espressif-3.5.0/components/esptool_py/esptool/docs/en/espefuse/
Dget-custom-mac-cmd.rst1 .. _get-custom-mac-cmd:
19custom MAC address is not burned, then you will see the message "Custom MAC Address is not set in …
30 …If the custom MAC address is not burned, then you will see the message "Custom MAC Address: 00:00:…
Dburn-custom-mac-cmd.rst1 .. _burn-custom-mac-cmd:
33 - 'CUSTOM_MAC_CRC' (CRC of custom MAC) 0x00 -> 0x75
52 …CUSTOM_MAC_CRC (BLOCK3): CRC of custom MAC …
/hal_espressif-3.5.0/tools/esp_prov/
DREADME.md22 | custom-config | http://ip:port/custom-config | Optional endpoint for configuring custom credentia…
61 …This flag assumes the provisioning app has an endpoint called `custom-config`. Use `--custom_info`…
64 …For specifying an information string to be sent to the `custom-config` endpoint during provisioning
67 …For specifying a version number (int) to be sent to the `custom-config` endpoint during provisioni…
/hal_espressif-3.5.0/examples/system/sysview_tracing/main/
DKconfig.projbuild4 bool "Use custom SystemView event IDs"
7 … Use custom IDs for user events. If it is enabled, replace `SYSVIEW_FreeRTOS.txt` in SystemView
/hal_espressif-3.5.0/examples/system/app_trace_to_host/main/
DKconfig.projbuild4 bool "Set custom RTC 8 MHz clock divider to lower CW frequency (CHECK HELP FIRST)"
7 Set custom / non standard divider for RTC 8 MHz clock.
/hal_espressif-3.5.0/docs/en/api-guides/tools/
Didf-windows-installer.rst43 Custom Python and custom location of Python wheels
48 Following parameters allows to select custom Python and custom location of Python wheels:
/hal_espressif-3.5.0/examples/provisioning/legacy/custom_config/components/custom_provisioning/proto/
DREADME.md1 # Protobuf files for defining custom config-data packet structures
3 This is an example proto file defining custom configuration related data packet structures, namely -
/hal_espressif-3.5.0/examples/system/sysview_tracing/
DREADME.md89 2. Using custom SystemView messages. This is more flexible way. It implies extending SystemView wit…
105custom events enable them by checking `Example Configuration > Use custom SystemView event IDs`. B…
145 - `Show APIs only` if you compiled example to use custom events.
148 …If you compiled example to use custom events you will also be able to see the values sent by timer…
/hal_espressif-3.5.0/examples/provisioning/
DREADME.md6 …ports. It also demonstrates how applications can register and use additional custom data endpoints.
42 … for configuration of custom (device-local) information during provisioning. This is intended as a…
/hal_espressif-3.5.0/examples/provisioning/legacy/custom_config/
DREADME.md11 …dded feature for configuration of some custom data (just like Wi-Fi configuration) during provisio…
19 …oning` which provides data structures and protocomm endpoint handlers for custom data configuration
68 …ters `--custom_info` and `--custom_ver` with your desired values for the custom configuration). As…
/hal_espressif-3.5.0/components/partition_table/
Dproject_include.cmake19 "Change custom partition CSV path in menuconfig.")
58 # Add a custom target (see add_custom_target) that checks a given binary built by the build system
92 # Add a custom target (see add_custom_target) that checks a bootloader binary
/hal_espressif-3.5.0/docs/en/api-reference/system/
Dsystem.rst97 …e-programmed by Espressif in eFuse {IDF_TARGET_BASE_MAC_BLOCK}. To set a custom Base MAC instead, …
99custom base MAC addresses should be allocated such that derived MAC addresses will not overlap. Co…
109custom MAC addresses from eFuse, ESP-IDF provides a helper function :cpp:func:`esp_efuse_mac_get_c…
152 When using a custom MAC address scheme, it's possible that not all interfaces can be assigned a uni…
Dapp_image_format.rst96 The following pattern can be used to add a custom structure to your image:
102 Offset for custom structure is sizeof(:cpp:type:`esp_image_header_t`) + sizeof(:cpp:type:`esp_image…
104 To guarantee that the custom structure is located in the image even if it is not used, you need to …
/hal_espressif-3.5.0/docs/en/api-reference/storage/
Dspi_flash_override_driver.rst12 …2. Some IDF bug fixes to other chip drivers will not be automatically applied to your own custom c…
14 …hose new chip drivers into your custom chip driver list. Otherwise the driver will only search for…
/hal_espressif-3.5.0/examples/custom_bootloader/bootloader_override/bootloader_components/main/
DKconfig7 Message to print by the custom bootloader when booting up.
/hal_espressif-3.5.0/examples/protocols/sntp/main/
DKconfig.projbuild14 bool "custom implementation"
/hal_espressif-3.5.0/components/esptool_py/esptool/docs/en/esptool/
Dadvanced-options.rst25 …:esp32c3 or esp32s3: * ``--before usb_reset`` will use custom reset sequence for USB-JTAG-Serial (…
95 …``--spi-connection <CLK>,<Q>,<D>,<HD>,<CS>`` allows a custom list of pins to be configured for the…
99 …When setting a custom pin configuration, the SPI peripheral (not HSPI) will be used unless the ``C…
/hal_espressif-3.5.0/examples/build_system/cmake/idf_as_lib/
DREADME.md6 This example illustrates using ESP-IDF components as libraries in custom CMake projects. The applic…
93 There is a discussion on using ESP-IDF in custom CMake projects in the programming guide under `API…
/hal_espressif-3.5.0/components/mqtt/
DKconfig55 bool "MQTT Using custom configurations"
137 bool "Enable custom outbox implementation"
/hal_espressif-3.5.0/examples/protocols/mqtt/ssl_ds/
DCMakeLists.txt12 # Flash the custom partition named `pre_prov`.
/hal_espressif-3.5.0/components/bootloader_support/include/
Desp_image_format.h51 uint8_t custom[CONFIG_BOOTLOADER_CUSTOM_RESERVE_RTC_SIZE]; /*!< Reserve for custom propose */ member
/hal_espressif-3.5.0/docs/en/api-reference/protocols/
Desp_crt_bundle.rst7 The ESP x509 Certificate Bundle API provides an easy way to include a bundle of custom x509 root ce…
72 …tablish a secure socket connection using the certificate bundle with two custom certificates added…

12345