Home
last modified time | relevance | path

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

12

/hal_espressif-3.7.0/components/efuse/
DCMakeLists.txt54 # 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)
DKconfig4 bool "Use custom eFuse table"
14 Name of the custom eFuse CSV filename. This path is evaluated
/hal_espressif-3.7.0/tools/esptool_py/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 …
Dindex.rst40 burn_custom_mac <burn-custom-mac-cmd>
41 get_custom_mac <get-custom-mac-cmd>
/hal_espressif-3.7.0/components/bootloader_support/include/
Desp_image_format.h59 uint8_t custom[CONFIG_BOOTLOADER_CUSTOM_RESERVE_RTC_SIZE]; /*!< Reserve for custom propose */ member
72 ESP_STATIC_ASSERT(offsetof(rtc_retain_mem_t, custom) == sizeof(rtc_retain_mem_t) - sizeof(uint32_t)…
/hal_espressif-3.7.0/components/bootloader_support/test_apps/rtc_custom_section/main/
Dtest_main.c19 uint32_t* _rtc_vars = (uint32_t*) mem->custom; in app_main()
/hal_espressif-3.7.0/components/esp_hw_support/port/esp32s2/
DKconfig.mac15 … a custom universal MAC address range, the correct setting will depend on the allocation of MAC
/hal_espressif-3.7.0/tools/esptool_py/docs/en/esptool/
Dadvanced-options.rst25 …:esp32c3 or esp32s3 or esp32c6 or esp32h2 or esp32p4: * ``--before usb_reset`` will use custom res…
97 …``--spi-connection <CLK>,<Q>,<D>,<HD>,<CS>`` allows a custom list of pins to be configured for the…
103 …When setting a custom pin configuration, the SPI peripheral (not HSPI) will be used unless the ``C…
Dconfiguration-file.rst14 ``esptool.py`` with custom settings, and also allows for specification of options
Dflashing-firmware.rst12 …rmware just once and then repeatedly use esptool (manually or :ref:`in a custom script <scripting>…
/hal_espressif-3.7.0/components/esp_hw_support/port/esp32/
DKconfig.mac17 … a custom universal MAC address range, the correct setting will depend on the allocation of MAC
/hal_espressif-3.7.0/components/esp_hw_support/port/esp32s3/
DKconfig.mac17 … a custom universal MAC address range, the correct setting will depend on the allocation of MAC
/hal_espressif-3.7.0/components/esp_hw_support/port/esp32c2/
DKconfig.mac21 … a custom universal MAC address range, the correct setting will depend on the allocation of MAC
/hal_espressif-3.7.0/components/esp_hw_support/port/esp32c3/
DKconfig.mac21 … a custom universal MAC address range, the correct setting will depend on the allocation of MAC
/hal_espressif-3.7.0/components/esp_hw_support/port/esp32c6/
DKconfig.mac21 … a custom universal MAC address range, the correct setting will depend on the allocation of MAC
/hal_espressif-3.7.0/components/bootloader_support/src/
Dbootloader_common_loader.c129 return offsetof(rtc_retain_mem_t, custom); in rtc_retain_mem_size()
/hal_espressif-3.7.0/tools/esptool_py/
DCHANGELOG.md100 - **bootloader reset**: Allow custom reset strategy setting with a config file
103 - **ci**: Publish development releases with custom pipeline
/hal_espressif-3.7.0/components/bootloader/
DKconfig.projbuild24 Note that custom optimization levels may be unsupported.
66 bool "Use custom SPI Flash WP Pin when flash pins set in eFuse (read help)"
79 …Espressif chip or module with integrated flash. If a custom setting is needed, set this config ite…
89 The option "Use custom SPI Flash WP Pin" must be set or this value is ignored
396 bool "Reserve RTC FAST memory for custom purposes"
409 hex "Size in bytes for custom purposes"
413 This option reserves in RTC FAST memory the area for custom purposes.
424 - "Reserve RTC FAST memory for custom purposes"
518 - Legacy custom secure boot scheme. Supported in ESP32 SoC.
629 Secure Boot V1 is the AES based (custom) secure boot scheme supported in ESP32 SoC.
[all …]
/hal_espressif-3.7.0/tools/esptool_py/docs/en/advanced-topics/
Dboot-mode-selection.rst58 …ically reset the board into bootloader mode. For other configurations or custom hardware, you will…
335 …- ``SPIWP:0xNN`` indicates a custom ``WP`` pin value, which is stored in the bootloader header. T…
336 …All custom pin values but WP are encoded in the configsip byte loaded from eFuse, and WP is suppli…
/hal_espressif-3.7.0/components/esp_psram/esp32/
DKconfig.spiram352 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-3.7.0/components/esp_phy/
DKconfig24 When using a custom partition table, make sure that PHY data
/hal_espressif-3.7.0/components/efuse/esp32/
Desp_efuse_table.csv116 … EFUSE_BLK3, 0, 8, [MAC_CUSTOM_CRC] CRC8 for custom MAC address
/hal_espressif-3.7.0/components/mbedtls/
DCMakeLists.txt38 # Generate custom certificate bundle using the generate_cert_bundle utility
/hal_espressif-3.7.0/tools/esptool_py/docs/en/
Dtroubleshooting.rst136 …, and drivers might cause it to fail. If you suspect this is the case, a custom configuration of i…

12