Searched refs:custom (Results 1 – 25 of 28) sorted by relevance
12
/hal_espressif-latest/components/efuse/ |
D | CMakeLists.txt | 54 # Make custom files project/main/esp_efuse_custom_table.c and project/main/include/esp_efuse_custom… 55 # Path to CSV file is relative to project path for custom CSV files. 61 …add_custom_target(efuse-custom-table COMMAND "${python}" "${CMAKE_CURRENT_SOURCE_DIR}/efuse_table_… 63 add_deprecated_target_alias(efuse_custom_table efuse-custom-table) 65 add_custom_target(efuse-custom-table COMMAND) 66 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-latest/tools/esptool_py/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 …
|
D | index.rst | 40 burn_custom_mac <burn-custom-mac-cmd> 41 get_custom_mac <get-custom-mac-cmd> 120 …_custom_table.csv``) to add custom eFuse fields. You can use this argument with any supported comm… 163 For the current example, you can reference the custom fields with the following names: MODULE_VERSI…
|
/hal_espressif-latest/components/bootloader_support/include/ |
D | esp_image_format.h | 60 uint8_t custom[CONFIG_BOOTLOADER_CUSTOM_RESERVE_RTC_SIZE]; /*!< Reserve for custom propose */ member 73 ESP_STATIC_ASSERT(offsetof(rtc_retain_mem_t, custom) == sizeof(rtc_retain_mem_t) - sizeof(uint32_t)…
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/ |
D | Kconfig.mac | 15 … a custom universal MAC address range, the correct setting will depend on the allocation of MAC
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/ |
D | Kconfig.mac | 17 … a custom universal MAC address range, the correct setting will depend on the allocation of MAC
|
/hal_espressif-latest/components/esp_hw_support/port/esp32/ |
D | Kconfig.mac | 17 … a custom universal MAC address range, the correct setting will depend on the allocation of MAC
|
/hal_espressif-latest/components/bootloader/ |
D | Kconfig.projbuild | 24 Note that custom optimization levels may be unsupported. 67 bool "Use custom SPI Flash WP Pin when flash pins set in eFuse (read help)" 80 …Espressif chip or module with integrated flash. If a custom setting is needed, set this config ite… 90 The option "Use custom SPI Flash WP Pin" must be set or this value is ignored 428 bool "Reserve RTC FAST memory for custom purposes" 441 bool "Include custom memory in the CRC calculation" 447 allocated user custom data will be taken into account in the CRC calculcation. 448 This means that any change to the custom data would need a CRC update to prevent 450 If this option is disabled, the custom data will not be taken into account when 451 calculating the RTC FAST memory CRC. The user custom data can be changed freely, [all …]
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/ |
D | Kconfig.mac | 21 … a custom universal MAC address range, the correct setting will depend on the allocation of MAC
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c2/ |
D | Kconfig.mac | 21 … a custom universal MAC address range, the correct setting will depend on the allocation of MAC
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/ |
D | Kconfig.mac | 21 … a custom universal MAC address range, the correct setting will depend on the allocation of MAC
|
/hal_espressif-latest/components/bootloader_support/src/ |
D | bootloader_common_loader.c | 129 return offsetof(rtc_retain_mem_t, custom); in rtc_retain_mem_size()
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | advanced-options.rst | 25 …:esp32c3 or esp32s3 or esp32c6 or esp32h2 or esp32p4: * ``--before usb_reset`` will use custom res… 118 …``--spi-connection <CLK>,<Q>,<D>,<HD>,<CS>`` allows a custom list of pins to be configured for the… 124 …When setting a custom pin configuration, the SPI peripheral (not HSPI) will be used unless the ``C…
|
D | configuration-file.rst | 14 ``esptool.py`` with custom settings, and also allows for specification of options
|
D | flashing-firmware.rst | 12 …rmware just once and then repeatedly use esptool (manually or :ref:`in a custom script <scripting>…
|
/hal_espressif-latest/tools/esptool_py/ |
D | CHANGELOG.md | 199 - **bootloader reset**: Allow custom reset strategy setting with a config file 202 - **ci**: Publish development releases with custom pipeline
|
/hal_espressif-latest/components/esp_psram/esp32/ |
D | Kconfig.spiram | 352 bool "Use custom SPI PSRAM WP(SD3) Pin when flash pins set in eFuse (read help)" 365 …Espressif chip or module with integrated flash. If a custom setting is needed, set this config item 378 The option "Use custom SPI PSRAM WP(SD3) pin" must be set or this value is ignored
|
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/ |
D | boot-mode-selection.rst | 58 …ically reset the board into bootloader mode. For other configurations or custom hardware, you will… 339 …- ``SPIWP:0xNN`` indicates a custom ``WP`` pin value, which is stored in the bootloader header. T… 340 …All custom pin values but WP are encoded in the configsip byte loaded from eFuse, and WP is suppli…
|
/hal_espressif-latest/components/esp_hw_support/ |
D | Kconfig | 57 bool "Enable using custom mac as base mac" 61 MAC using a custom MAC as the base MAC.
|
/hal_espressif-latest/components/esp_phy/ |
D | Kconfig | 24 When using a custom partition table, make sure that PHY data
|
/hal_espressif-latest/components/efuse/esp32/ |
D | esp_efuse_table.csv | 116 … EFUSE_BLK3, 0, 8, [MAC_CUSTOM_CRC] CRC8 for custom MAC address
|
/hal_espressif-latest/components/mbedtls/ |
D | CMakeLists.txt | 42 # Generate custom certificate bundle using the generate_cert_bundle utility
|
/hal_espressif-latest/tools/esptool_py/docs/en/ |
D | troubleshooting.rst | 8 …rivers, OS, hardware, or even a combination of these. If your board is a custom design, check the … 141 …, and drivers might cause it to fail. If you suspect this is the case, a custom configuration of i…
|
12