Home
last modified time | relevance | path

Searched refs:CHIP_DEFS (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/tools/esptool_py/esptool/targets/
D__init__.py19 CHIP_DEFS = { variable
38 CHIP_LIST = list(CHIP_DEFS.keys())
39 ROM_LIST = list(CHIP_DEFS.values())
/hal_espressif-latest/tools/esptool_py/test/
Dtest_uf2_ids.py10 from esptool.targets import CHIP_DEFS
39 assert int(chip["id"], 0) == CHIP_DEFS[chip["short_name"].lower()].UF2_FAMILY_ID
48 [chip.upper() for chip in CHIP_DEFS.keys() if "beta" not in chip]
Dtest_merge_bin.py22 from esptool.targets import CHIP_DEFS
341 chip, rom = random.choice(list(CHIP_DEFS.items()))
Dtest_esptool.py1122 self.flash_offset = esptool.CHIP_DEFS[arg_chip].BOOTLOADER_FLASH_OFFSET
1273 bl_offset = esptool.CHIP_DEFS[arg_chip].BOOTLOADER_FLASH_OFFSET
1290 bl_offset = esptool.CHIP_DEFS[arg_chip].BOOTLOADER_FLASH_OFFSET
/hal_espressif-latest/tools/esptool_py/esptool/
Dcmds.py31 from .targets import CHIP_DEFS, CHIP_LIST, ROM_LIST
837 for chip in CHIP_DEFS.values()
1064 image = CHIP_DEFS[args.chip].BOOTLOADER_IMAGE()
1392 chip_class = CHIP_DEFS[args.chip]
D__init__.py77 from esptool.targets import CHIP_DEFS, CHIP_LIST, ESP32ROM
1140 chip_class = CHIP_DEFS[chip]
1197 chip_class = CHIP_DEFS[chip]