Searched refs:custom (Results 1 – 25 of 125) sorted by relevance
12345
/hal_espressif-3.5.0/components/efuse/ |
D | CMakeLists.txt | 48 # 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)
|
D | Kconfig | 4 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/ |
D | README.md | 5 …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/ |
D | get-custom-mac-cmd.rst | 1 .. _get-custom-mac-cmd: 19 …custom 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:…
|
D | burn-custom-mac-cmd.rst | 1 .. _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/ |
D | README.md | 22 | 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/ |
D | Kconfig.projbuild | 4 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/ |
D | Kconfig.projbuild | 4 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/ |
D | idf-windows-installer.rst | 43 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/ |
D | README.md | 1 # 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/ |
D | README.md | 89 2. Using custom SystemView messages. This is more flexible way. It implies extending SystemView wit… 105 …custom 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/ |
D | README.md | 6 …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/ |
D | README.md | 11 …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/ |
D | project_include.cmake | 19 "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/ |
D | system.rst | 97 …e-programmed by Espressif in eFuse {IDF_TARGET_BASE_MAC_BLOCK}. To set a custom Base MAC instead, … 99 …custom base MAC addresses should be allocated such that derived MAC addresses will not overlap. Co… 109 …custom 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…
|
D | app_image_format.rst | 96 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/ |
D | spi_flash_override_driver.rst | 12 …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/ |
D | Kconfig | 7 Message to print by the custom bootloader when booting up.
|
/hal_espressif-3.5.0/examples/protocols/sntp/main/ |
D | Kconfig.projbuild | 14 bool "custom implementation"
|
/hal_espressif-3.5.0/components/esptool_py/esptool/docs/en/esptool/ |
D | advanced-options.rst | 25 …: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/ |
D | README.md | 6 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/ |
D | Kconfig | 55 bool "MQTT Using custom configurations" 137 bool "Enable custom outbox implementation"
|
/hal_espressif-3.5.0/examples/protocols/mqtt/ssl_ds/ |
D | CMakeLists.txt | 12 # Flash the custom partition named `pre_prov`.
|
/hal_espressif-3.5.0/components/bootloader_support/include/ |
D | esp_image_format.h | 51 uint8_t custom[CONFIG_BOOTLOADER_CUSTOM_RESERVE_RTC_SIZE]; /*!< Reserve for custom propose */ member
|
/hal_espressif-3.5.0/docs/en/api-reference/protocols/ |
D | esp_crt_bundle.rst | 7 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