/hal_espressif-latest/zephyr/common/ |
D | soc_init.c | 68 unsigned int revision = efuse_hal_chip_revision(); in check_chip_validity() local 69 unsigned int major_rev = revision / 100; in check_chip_validity() 70 unsigned int minor_rev = revision % 100; in check_chip_validity() 74 if (!ESP_CHIP_REV_ABOVE(revision, min_rev)) { in check_chip_validity() 85 if ((IS_MAX_REV_SET(max_rev) && (revision > max_rev) && in check_chip_validity() 125 unsigned int revision = efuse_hal_chip_revision(); in check_bootloader_validity() local 126 unsigned int major = revision / 100; in check_bootloader_validity() 127 unsigned int minor = revision % 100; in check_bootloader_validity()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/ |
D | Kconfig.hw_support | 5 Required minimum chip revision. ESP-IDF will check for it and 6 reject to boot if the chip revision fails the check. 9 The complied binary will only support chips above this revision, 32 # Maximum revision that IDF supports.
|
D | chip_info.c | 15 out_info->revision = efuse_hal_chip_revision(); in esp_chip_info()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/ |
D | Kconfig.hw_support | 5 Required minimum chip revision. ESP-IDF will check for it and 6 reject to boot if the chip revision fails the check. 9 The complied binary will only support chips above this revision, 32 # Maximum revision that IDF supports.
|
D | chip_info.c | 19 out_info->revision = efuse_hal_chip_revision(); in esp_chip_info()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/ |
D | Kconfig.hw_support | 5 Required minimum chip revision. ESP-IDF will check for it and 6 reject to boot if the chip revision fails the check. 9 The complied binary will only support chips above this revision, 35 # Maximum revision that IDF supports.
|
D | chip_info.c | 15 out_info->revision = efuse_hal_chip_revision(); in esp_chip_info()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c2/ |
D | Kconfig.hw_support | 5 Required minimum chip revision. ESP-IDF will check for it and 6 reject to boot if the chip revision fails the check. 9 The complied binary will only support chips above this revision, 35 # Maximum revision that IDF supports.
|
D | chip_info.c | 15 out_info->revision = efuse_hal_chip_revision(); in esp_chip_info()
|
/hal_espressif-latest/components/bootloader_support/src/ |
D | bootloader_common_loader.c | 69 unsigned revision = efuse_hal_chip_revision(); in bootloader_common_check_chip_validity() local 70 unsigned int major_rev = revision / 100; in bootloader_common_check_chip_validity() 71 unsigned int minor_rev = revision % 100; in bootloader_common_check_chip_validity() 74 if (!ESP_CHIP_REV_ABOVE(revision, min_rev)) { in bootloader_common_check_chip_validity() 83 …if ((IS_MAX_REV_SET(max_rev) && (revision > max_rev) && !efuse_ll_get_disable_wafer_version_major(… in bootloader_common_check_chip_validity()
|
D | bootloader_init.c | 44 unsigned int revision = efuse_hal_chip_revision(); in bootloader_check_bootloader_validity() local 45 unsigned int major = revision / 100; in bootloader_check_bootloader_validity() 46 unsigned int minor = revision % 100; in bootloader_check_bootloader_validity()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/ |
D | Kconfig.hw_support | 5 Required minimum chip revision. ESP-IDF will check for it and 6 reject to boot if the chip revision fails the check. 9 The complied binary will only support chips above this revision, 38 # Maximum revision that IDF supports.
|
D | chip_info.c | 15 out_info->revision = efuse_hal_chip_revision(); in esp_chip_info()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/ |
D | Kconfig.hw_support | 5 Required minimum chip revision. ESP-IDF will check for it and 6 reject to boot if the chip revision fails the check. 9 The complied binary will only support chips above this revision, 44 # Maximum revision that IDF supports.
|
D | chip_info.c | 15 out_info->revision = efuse_hal_chip_revision(); in esp_chip_info()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32/ |
D | Kconfig.hw_support | 5 Required minimum chip revision. ESP-IDF will check for it and 6 reject to boot if the chip revision fails the check. 9 The complied binary will only support chips above this revision, 56 # Maximum revision that IDF supports.
|
D | chip_info.c | 20 out_info->revision = efuse_hal_chip_revision(); in esp_chip_info()
|
/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/ |
D | chip_specific_config.py | 51 def get_chip_config(chip, revision=0): argument 60 rev_number = int(revision)
|
/hal_espressif-latest/zephyr/scripts/blobs/ |
D | README.md | 3 This document explains how to generate `module.yml` file to add specific revision of wifi and BT RF… 7 1. Update `submodules.txt` file by changing revision values, folder path and URLs.
|
/hal_espressif-latest/components/esp_hw_support/port/linux/ |
D | chip_info.c | 18 out_info->revision = 0; in esp_chip_info()
|
/hal_espressif-latest/components/esp_hw_support/include/ |
D | esp_chip_info.h | 47 …uint16_t revision; //!< chip revision number (in format MXX; where M - wafer major version, … member
|
/hal_espressif-latest/components/esp_system/ |
D | startup.c | 480 unsigned revision = efuse_hal_chip_revision(); in start_cpu0_default() local 481 ESP_EARLY_LOGI(TAG, "Chip rev: v%d.%d", revision / 100, revision % 100); in start_cpu0_default()
|
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/ |
D | firmware-image-format.rst | 135 …| 6 | Minimal chip revision supported by the image (deprecated, use the following field) … 137 …| 7-8 | Minimal chip revision supported by the image (in format: major * 100 + minor) … 139 …| 9-10 | Maximal chip revision supported by the image (in format: major * 100 + minor) …
|
/hal_espressif-latest/tools/esptool_py/esptool/targets/ |
D | esp32.py | 217 revision = { 223 return revision
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | flasher-stub.rst | 8 …facturing and cannot be updated. A new version is issued only when a new chip revision is released.
|