Searched refs:rev (Results 1 – 12 of 12) sorted by relevance
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]
11 ESP32 rev v016 ESP32 rev v125 ESP32 rev v328 …ECO V3") fixes the PSRAM cache issue found in rev. 1. When :ref:`CONFIG_ESP32_REV_MIN` option is s…
171 const char rev[] = "1.0"; in tud_msc_inquiry_cb() local175 memcpy(product_rev, rev, strlen(rev)); in tud_msc_inquiry_cb()
19 COMMAND git rev-parse --short HEAD25 COMMAND git rev-parse --short HEAD
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)
11 "rev": "${CONFIG_ESP32_REV_MIN}", string
354 rev = esp.get_chip_revision()355 if rev < image.min_rev_full or rev > image.max_rev_full:373 rev = esp.get_minor_chip_version()375 rev = esp.get_major_chip_version()376 if rev < image.min_rev:
171 rev = self.get_chip_revision()173 rev >= 300 and efuses & self.EFUSE_RD_ABS_DONE_1_MASK
39 ESPTOOL_ELF2IMAGE_OPTIONS += --min-rev $(CONFIG_ESP32_REV_MIN)
51 list(APPEND esptool_elf2image_args --min-rev ${min_rev})
48 rev-parse
74 …time <esp_system/ubsan.c>` — Copyright (c) 2016, Linaro Limited and Jiří Zárevúcky, licensed under…