Home
last modified time | relevance | path

Searched refs:factory (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dget-custom-mac-cmd.rst8 The chips also have a factory MAC address (eFuse name ``MAC``), which is written at the factory. It…
Dburn-efuse-cmd.rst89 On {IDF_TARGET_NAME} chips without integrated SPI flash, these eFuses are left zero at the factory.…
91 …chips with integrated internal SPI flash, these eFuses are burned in the factory to the GPIO numbe…
Dburn-custom-mac-cmd.rst16 …contact Espressif to order chips with ``CUSTOM_MAC`` pre-burned from the factory. Another way is, …
Dindex.rst19 … new chip, most eFuses are unburned (value 0). Some eFuses are already burned at the factory stage:
/hal_espressif-latest/components/bootloader_support/private_include/
Dbootloader_config.h27 esp_partition_pos_t factory; member
/hal_espressif-latest/components/bootloader/
DKconfig.projbuild147 bool "GPIO triggers factory reset"
151 Allows to reset the device to factory settings:
153 - boot from "factory" partition.
154 The factory reset will occur if there is a GPIO input held at the configured level while
158 int "Number of the GPIO input for factory reset"
165 …ll pins have an internal pull-up, consult the hardware datasheet for details.) To trigger a factory
173 Pin level for factory reset, can be triggered on low or high.
183 bool "Clear OTA data on factory reset (select factory partition)"
186 …The device will boot from "factory" partition (or OTA slot 0 if no factory partition is present) a…
187 factory reset.
[all …]
/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_utility.c190 bs->factory = partition->pos; in bootloader_utility_load_partition_table()
255 return bs->factory; in index_to_partition()
388 if (bs->factory.offset != 0) {
436 } else if (bs->factory.offset != 0) {
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dadvanced-options.rst122 …``--spi-connection 6,17,8,11,16`` sets an identical configuration to the factory efuse configurati…