Home
last modified time | relevance | path

Searched refs:package (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/port/esp32/
Dchip_info.c31 uint32_t package = efuse_ll_get_chip_ver_pkg(); in esp_chip_info() local
32 if (package == EFUSE_RD_CHIP_VER_PKG_ESP32D2WDQ5 || in esp_chip_info()
33 package == EFUSE_RD_CHIP_VER_PKG_ESP32PICOD2 || in esp_chip_info()
34 package == EFUSE_RD_CHIP_VER_PKG_ESP32PICOD4 || in esp_chip_info()
35 package == EFUSE_RD_CHIP_VER_PKG_ESP32PICOV302) { in esp_chip_info()
38 if(package == EFUSE_RD_CHIP_VER_PKG_ESP32D0WDR2V3 || in esp_chip_info()
39 package == EFUSE_RD_CHIP_VER_PKG_ESP32PICOV302) { in esp_chip_info()
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/
Dsummary_ESP32.rst43 …CHIP_PACKAGE_4BIT (BLOCK0): Chip package identifier #4bit …
44 …CHIP_PACKAGE (BLOCK0): Chip package identifier …
50 …PKG_VERSION (BLOCK0): calc Chip package = CHIP_PACKAGE_4BIT << 3 + CH…
/hal_espressif-latest/tools/esptool_py/docs/
DREADME.md17 The documentation is built using the python package `esp-docs`, which can be installed by running `…
/hal_espressif-latest/tools/esptool_py/
Dpyproject.toml66 include-package-data = true
68 [tool.setuptools.package-data]
DCHANGELOG.md83 - ROM doesn't attach in-package flash chips
127 - **esptool**: Add PICO package for ESP32S3 and flash/psram efuses
217 - **setup**: Use latest reedsolo package which can be installed with Python3.10 and Cython
/hal_espressif-latest/components/efuse/esp32/
Desp_efuse_table.csv83 … EFUSE_BLK0, 98, 1, [CHIP_VER_PKG_4BIT] Chip package identifier #4bit
86 CHIP_PACKAGE, EFUSE_BLK0, 105, 3, [CHIP_VER_PKG] Chip package
/hal_espressif-latest/tools/esptool_py/docs/en/
Dversions.rst14 …The following information is directed mainly towards package maintainers. Regular users should alw…
Dinstallation.rst23 …hich is not available on all systems by default. You can install it by a package manager of your o…
/hal_espressif-latest/tools/esptool_py/docs/en/espsecure/
Dindex.rst20 You must install ``esptool.py`` package with the ``hsm`` extra using the command ``pip install 'esp…
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dindex.rst23 - Chip package and revision.