Home
last modified time | relevance | path

Searched refs:revision (Results 1 – 25 of 86) sorted by relevance

1234

/hal_espressif-3.4.0/zephyr/esp_shared/src/boot/
Dbootloader_init_common.c47 uint8_t revision = bootloader_common_get_chip_revision(); in bootloader_common_check_chip_validity() local
48 if (revision < img_hdr->min_chip_rev) { in bootloader_common_check_chip_validity()
52 revision, img_hdr->min_chip_rev); in bootloader_common_check_chip_validity()
54 } else if (revision != img_hdr->min_chip_rev) { in bootloader_common_check_chip_validity()
57 revision, type == ESP_IMAGE_BOOTLOADER ? "bootloader" : "app.", in bootloader_common_check_chip_validity()
69 uint8_t revision = bootloader_common_get_chip_revision(); in bootloader_check_bootloader_validity() local
70 BOOT_LOG_INF("Chip revision: %d", revision); in bootloader_check_bootloader_validity()
/hal_espressif-3.4.0/components/bootloader_support/src/
Dbootloader_common_loader.c73 uint8_t revision = bootloader_common_get_chip_revision(); in bootloader_common_check_chip_validity() local
74 if (revision < img_hdr->min_chip_rev) { in bootloader_common_check_chip_validity()
77 …but the application is configured for minimum revision %d. Can't run.", revision, img_hdr->min_chi… in bootloader_common_check_chip_validity()
79 } else if (revision != img_hdr->min_chip_rev) { in bootloader_common_check_chip_validity()
81 …ESP_LOGI(TAG, "chip revision: %d, min. %s chip revision: %d", revision, type == ESP_IMAGE_BOOTLOAD… in bootloader_common_check_chip_validity()
Dbootloader_init.c44 uint8_t revision = bootloader_common_get_chip_revision(); in bootloader_check_bootloader_validity() local
45 ESP_LOGI(TAG, "chip revision: %d", revision); in bootloader_check_bootloader_validity()
/hal_espressif-3.4.0/tools/ci/
Dcheckout_project_ref.py20 revision = ''
25 revision = customized_project_revisions[proj_name.lower()]
28 return revision
/hal_espressif-3.4.0/tools/idf_monitor_base/
Dchip_specific_config.py51 def get_chip_config(chip, revision=0): argument
60 rev_number = int(revision)
/hal_espressif-3.4.0/zephyr/scripts/blobs/
DREADME.md3 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-3.4.0/docs/en/api-guides/inc/
Dexternal-ram-esp32-notes.rst13 ESP-IDF has no workaround for the bugs in this revision of silicon, and it cannot be used to map ex…
18 The bugs in this revision of silicon cause issues if certain sequences of machine instructions oper…
28 ESP32 revision 3 ("ECO V3") fixes the PSRAM cache issue found in rev. 1. When :ref:`CONFIG_ESP32_RE…
/hal_espressif-3.4.0/tools/idf_py_actions/
Dserial_ext.py117 revision = project_desc.get('rev')
118 if revision:
119 monitor_args += ['--revision', revision]
/hal_espressif-3.4.0/tools/test_apps/security/secure_boot/
DREADME.md29 …s. Default version for ESP32 is Secure Boot V1. The chip revision should be changed to revision 3(…
31 * To change the chip revision, set "Component Config" -> "ESP32- Specific"->"Minimum Supported ESP3…
/hal_espressif-3.4.0/examples/ethernet/enc28j60/components/eth_enc28j60/
Desp_eth_mac_enc28j60.c128 eth_enc28j60_rev_t revision; member
542 MAC_CHECK(enc28j60_register_read(emac, ENC28J60_EREVID, (uint8_t *)&emac->revision) == ESP_OK, in enc28j60_verify_id()
544 ESP_LOGI(TAG, "revision: %d", emac->revision); in enc28j60_verify_id()
545 …MAC_CHECK(emac->revision >= ENC28J60_REV_B1 && emac->revision <= ENC28J60_REV_B7, "wrong chip ID",… in enc28j60_verify_id()
793 if (emac->revision == ENC28J60_REV_B5 || emac->revision == ENC28J60_REV_B7) { in emac_enc28j60_task()
998 return emac->revision; in emac_enc28j60_get_chip_info()
/hal_espressif-3.4.0/components/esptool_py/esptool/docs/en/advanced-topics/
Dfirmware-image-format.rst86 …| 6 | Minimal chip revision supported by the image (deprecated, use the following field) …
88 …| 7-8 | Minimal chip revision supported by the image (in format: major * 100 + minor) …
90 …| 9-10 | Maximal chip revision supported by the image (in format: major * 100 + minor) …
/hal_espressif-3.4.0/examples/build_system/cmake/idf_as_lib/stubs/esp32/
Desp_system.h11 uint8_t revision; //!< chip revision number member
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32c3/
Dchip_info.c15 out_info->revision = esp_efuse_get_chip_ver(); in esp_chip_info()
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32h2/
Dchip_info.c15 out_info->revision = esp_efuse_get_chip_ver(); in esp_chip_info()
/hal_espressif-3.4.0/examples/build_system/cmake/idf_as_lib/
Dmain.c27 printf("silicon revision %d, ", chip_info.revision); in app_main()
/hal_espressif-3.4.0/components/esp_hw_support/include/
Desp_chip_info.h45 uint8_t revision; //!< chip revision number member
/hal_espressif-3.4.0/examples/get-started/hello_world/main/
Dhello_world_main.c29 printf("silicon revision %d, ", chip_info.revision); in app_main()
/hal_espressif-3.4.0/tools/test_apps/system/gdb_loadable_elf/main/
Dhello_world_main.c29 printf("silicon revision %d, ", chip_info.revision); in app_main()
/hal_espressif-3.4.0/docs/en/security/
Desp32c3_log.inc16 I (13) boot: chip revision: 0
85 I (16) boot: chip revision: 0
128 This is esp32c3 chip with 1 CPU core(s), WiFi/BLE, silicon revision 0, 2MB external flash
Desp32s3_log.inc17 I (28) boot: chip revision: 0
82 I (35) boot: chip revision: 0
129 This is esp32s3 chip with 2 CPU core(s), WiFi/BLE, silicon revision 0, 2MB external flash
/hal_espressif-3.4.0/docs/zh_CN/security/
Desp32c3_log.inc16 I (13) boot: chip revision: 0
85 I (16) boot: chip revision: 0
128 This is esp32c3 chip with 1 CPU core(s), WiFi/BLE, silicon revision 0, 2MB external flash
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32/
Dchip_info.c19 out_info->revision = esp_efuse_get_chip_ver(); in esp_chip_info()
/hal_espressif-3.4.0/tools/cmake/third_party/
DGetGitRevisionDescription.cmake8 # Returns the refspec and sha hash of the current head revision
34 # to get revision of other repositories
/hal_espressif-3.4.0/tools/test_apps/security/secure_boot/main/
Dsecure_boot_main.c42 printf("silicon revision %d, ", chip_info.revision); in example_print_chip_info()
/hal_espressif-3.4.0/components/esptool_py/esptool/esptool/targets/
Desp32.py195 revision = {
201 return revision

1234