Home
last modified time | relevance | path

Searched full:rev (Results 1 – 25 of 51) sorted by relevance

123

/hal_espressif-3.5.0/docs/en/api-guides/inc/
Dexternal-ram-esp32-notes.rst11 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/
Dusb_types_cdc.h13 * @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
Dcdc_acm_host.h21 * @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/
Dchip_specific_config.py64 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/
DKconfig35 bool "Rev 0"
37 bool "Rev 1"
39 bool "Rev 2"
41 bool "Rev 3"
/hal_espressif-3.5.0/
D.pre-commit-config.yaml6 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/
DCMakeLists.txt19 COMMAND git rev-parse --short HEAD
25 COMMAND git rev-parse --short HEAD
Dcomponent.mk55 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/
Dbootloader_clock_init.c30 /* 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/
Desp_genblobs.py34 url: {URL}/raw/{REV}/{SOC}/{FILENAME}
95 REV=git_rev,
/hal_espressif-3.5.0/components/esptool_py/esptool/esptool/
Dcmds.py354 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__.py409 # 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/
Dproject_description.json.in11 "rev": "${CONFIG_ESP32_REV_MIN}", string
/hal_espressif-3.5.0/examples/peripherals/usb/host/msc/components/msc/test/
Dmsc_device.c171 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/
DKconfig20 bool "Rev 0"
22 bool "Rev 1"
24 bool "Rev 2"
26 bool "Rev 3"
/hal_espressif-3.5.0/.gitlab/ci/
Ddeploy.yml43 - export REV_COUNT=$(git rev-list --count ${PIPELINE_COMMIT_SHA} --)
/hal_espressif-3.5.0/docs/en/security/
Dsecure-boot-v2.rst19 … 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/
Desp32.py171 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/
DREADME.md31 …ponent Config" -> "ESP32- Specific"->"Minimum Supported ESP32 Revision" to Rev 3. Now, set Secure …
/hal_espressif-3.5.0/tools/cmake/third_party/
DGetGitRevisionDescription.cmake48 rev-parse
/hal_espressif-3.5.0/zephyr/esp_shared/src/boot/
Dbootloader_init_common.c51 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/
DKconfig41 bool "Rev 0"
/hal_espressif-3.5.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/
Dcdc_acm_host.c24 // @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/
DSEGGER_SYSVIEW_Int.h61 Revision: $Rev: 5626 $
/hal_espressif-3.5.0/components/esptool_py/
DMakefile.projbuild39 ESPTOOL_ELF2IMAGE_OPTIONS += --min-rev $(CONFIG_ESP32_REV_MIN)

123