Searched refs:package (Results 1 – 10 of 10) sorted by relevance
31 uint32_t package = efuse_ll_get_chip_ver_pkg(); in esp_chip_info() local32 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()
43 …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…
17 The documentation is built using the python package `esp-docs`, which can be installed by running `…
66 include-package-data = true68 [tool.setuptools.package-data]
83 - ROM doesn't attach in-package flash chips127 - **esptool**: Add PICO package for ESP32S3 and flash/psram efuses217 - **setup**: Use latest reedsolo package which can be installed with Python3.10 and Cython
83 … EFUSE_BLK0, 98, 1, [CHIP_VER_PKG_4BIT] Chip package identifier #4bit86 CHIP_PACKAGE, EFUSE_BLK0, 105, 3, [CHIP_VER_PKG] Chip package …
14 …The following information is directed mainly towards package maintainers. Regular users should alw…
23 …hich is not available on all systems by default. You can install it by a package manager of your o…
20 You must install ``esptool.py`` package with the ``hsm`` extra using the command ``pip install 'esp…
23 - Chip package and revision.