/hal_espressif-3.5.0/docs/en/api-guides/inc/ |
D | external-ram-esp32-notes.rst | 11 ESP32 rev v0 16 ESP32 rev v1 25 ESP32 rev v3 28 …ECO V3") fixes the PSRAM cache issue found in rev. 1. When :ref:`CONFIG_ESP32_REV_MIN` option is s…
|
/hal_espressif-3.5.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/include/usb/ |
D | usb_types_cdc.h | 13 * @see Table 13, USB CDC specification rev. 1.2 48 * @see Table 4, USB CDC specification rev. 1.2 69 * @see Table 5, USB CDC specification rev. 1.2 87 * @see Table 7, USB CDC specification rev. 1.2 107 * @see Table 19, USB CDC specification rev. 1.2 161 * @see Table 20, USB CDC specification rev. 1.2 186 * @see Table 15, USB CDC specification rev. 1.2 198 * @see Table 16, USB CDC specification rev. 1.2
|
D | cdc_acm_host.h | 21 * @see Table 17, USB CDC-PSTN specification rev. 1.2 32 * @see Table 31, USB CDC-PSTN specification rev. 1.2 178 * @see Chapter 6.3.10, USB CDC-PSTN specification rev. 1.2 189 * @see Chapter 6.3.11, USB CDC-PSTN specification rev. 1.2 200 * @see Chapter 6.3.12, USB CDC-PSTN specification rev. 1.2 214 * @see Chapter 6.3.13, USB CDC-PSTN specification rev. 1.2
|
/hal_espressif-3.5.0/tools/idf_monitor_base/ |
D | chip_specific_config.py | 64 for rev in chip_revisions: 65 if int(rev) > rev_number: 67 for key in conf[chip][rev].keys(): 68 default[key] = conf[chip][rev][key]
|
/hal_espressif-3.5.0/components/esp32c3/ |
D | Kconfig | 35 bool "Rev 0" 37 bool "Rev 1" 39 bool "Rev 2" 41 bool "Rev 3"
|
/hal_espressif-3.5.0/ |
D | .pre-commit-config.yaml | 6 rev: v4.0.1 29 rev: 3.9.2 34 rev: 5.9.3 109 rev: v4.0.1
|
/hal_espressif-3.5.0/components/openthread/ |
D | CMakeLists.txt | 19 COMMAND git rev-parse --short HEAD 25 COMMAND git rev-parse --short HEAD
|
D | component.mk | 55 IDF_VERSION_FOR_OPENTHREAD_PACKAGE := $(shell git -C $(COMPONENT_PATH) rev-parse --short HEAD) 56 OPENTHREAD_VERSION := $(shell git -C $(COMPONENT_PATH)/openthread rev-parse --short HEAD)
|
/hal_espressif-3.5.0/components/bootloader_support/src/ |
D | bootloader_clock_init.c | 30 /* On ESP32 rev 0, switching to 80/160 MHz if clock was previously set to in bootloader_clock_configure() 32 * document). For rev. 0, switch to 240 instead if it has been enabled in bootloader_clock_configure()
|
/hal_espressif-3.5.0/zephyr/scripts/blobs/ |
D | esp_genblobs.py | 34 url: {URL}/raw/{REV}/{SOC}/{FILENAME} 95 REV=git_rev,
|
/hal_espressif-3.5.0/components/esptool_py/esptool/esptool/ |
D | cmds.py | 354 rev = esp.get_chip_revision() 355 if rev < image.min_rev_full or rev > image.max_rev_full: 361 error_str += "max rev not set] " 366 error_str += f"(this chip is revision v{rev // 100}.{rev % 100})" 373 rev = esp.get_minor_chip_version() 375 rev = esp.get_major_chip_version() 376 if rev < image.min_rev: 379 f"{image.min_rev} or higher (this chip is revision {rev}). "
|
D | __init__.py | 409 # Minimum chip revision (deprecated, consider using --min-rev-full) 410 "--min-rev", 419 "--min-rev-full", 427 "--max-rev-full",
|
/hal_espressif-3.5.0/tools/cmake/ |
D | project_description.json.in | 11 "rev": "${CONFIG_ESP32_REV_MIN}", string
|
/hal_espressif-3.5.0/examples/peripherals/usb/host/msc/components/msc/test/ |
D | msc_device.c | 171 const char rev[] = "1.0"; in tud_msc_inquiry_cb() local 175 memcpy(product_rev, rev, strlen(rev)); in tud_msc_inquiry_cb()
|
/hal_espressif-3.5.0/components/esp32/ |
D | Kconfig | 20 bool "Rev 0" 22 bool "Rev 1" 24 bool "Rev 2" 26 bool "Rev 3"
|
/hal_espressif-3.5.0/.gitlab/ci/ |
D | deploy.yml | 43 - export REV_COUNT=$(git rev-list --count ${PIPELINE_COMMIT_SHA} --)
|
/hal_espressif-3.5.0/docs/en/security/ |
D | secure-boot-v2.rst | 19 … use these options in menuconfig, set :ref:`CONFIG_ESP32_REV_MIN` greater than or equal to `Rev 3`. 23 …se these options in menuconfig, set :ref:`CONFIG_ESP32C3_REV_MIN` greater than or equal to `Rev 3`. 212 …3). To change the chip revision, set "Minimum Supported ESP32 Revision" to Rev 3 in "Component Con… 416 …eme` is `RSA`. For ESP32 ECO3 chip, select :ref:`CONFIG_ESP32_REV_MIN` to `Rev 3` to get `RSA` opt…
|
/hal_espressif-3.5.0/components/esptool_py/esptool/esptool/targets/ |
D | esp32.py | 171 rev = self.get_chip_revision() 173 rev >= 300 and efuses & self.EFUSE_RD_ABS_DONE_1_MASK
|
/hal_espressif-3.5.0/tools/test_apps/security/secure_boot/ |
D | README.md | 31 …ponent Config" -> "ESP32- Specific"->"Minimum Supported ESP32 Revision" to Rev 3. Now, set Secure …
|
/hal_espressif-3.5.0/tools/cmake/third_party/ |
D | GetGitRevisionDescription.cmake | 48 rev-parse
|
/hal_espressif-3.5.0/zephyr/esp_shared/src/boot/ |
D | bootloader_init_common.c | 51 BOOT_LOG_ERR("Found chip rev. %d but minimum required revision %d. Can't run.", in bootloader_common_check_chip_validity()
|
/hal_espressif-3.5.0/components/esp32h2/ |
D | Kconfig | 41 bool "Rev 0"
|
/hal_espressif-3.5.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/ |
D | cdc_acm_host.c | 24 // @see USB Interface Association Descriptor: Device Class Code and Use Model rev 1.0, Table 1-1 75 * @see Table 3, USB CDC-PSTN specification rev. 1.2 95 * @see Table 4, USB CDC-PSTN specification rev. 1.2 184 * @see Chapter 6.2, USB CDC specification rev. 1.2
|
/hal_espressif-3.5.0/components/app_trace/sys_view/SEGGER/ |
D | SEGGER_SYSVIEW_Int.h | 61 Revision: $Rev: 5626 $
|
/hal_espressif-3.5.0/components/esptool_py/ |
D | Makefile.projbuild | 39 ESPTOOL_ELF2IMAGE_OPTIONS += --min-rev $(CONFIG_ESP32_REV_MIN)
|