Home
last modified time | relevance | path

Searched refs:CONFIG_ESPTOOLPY_FLASHSIZE (Results 1 – 25 of 85) sorted by relevance

1234

/hal_espressif-3.6.0/components/wear_levelling/test_wl_host/sdkconfig/
Dsdkconfig.h6 #define CONFIG_ESPTOOLPY_FLASHSIZE "8MB" macro
/hal_espressif-3.6.0/components/fatfs/test_fatfs_host/sdkconfig/
Dsdkconfig.h11 #define CONFIG_ESPTOOLPY_FLASHSIZE "8MB" macro
/hal_espressif-3.6.0/components/partition_table/
DCMakeLists.txt23 if(CONFIG_ESPTOOLPY_FLASHSIZE)
24 set(flashsize_opt --flash-size ${CONFIG_ESPTOOLPY_FLASHSIZE})
DMakefile.projbuild18 PARTITION_FLASHSIZE_OPT := --flash-size $(CONFIG_ESPTOOLPY_FLASHSIZE)
/hal_espressif-3.6.0/components/spiffs/test_spiffs_host/sdkconfig/
Dsdkconfig.h24 #define CONFIG_ESPTOOLPY_FLASHSIZE "8MB" macro
/hal_espressif-3.6.0/examples/system/ota/advanced_https_ota/
Dsdkconfig.ci.anti_rollback10 CONFIG_ESPTOOLPY_FLASHSIZE="16MB"
/hal_espressif-3.6.0/components/wear_levelling/test_wl_host/
Dtest_wl.cpp22 …_spi_flash_init(CONFIG_ESPTOOLPY_FLASHSIZE, CONFIG_WL_SECTOR_SIZE * 16, CONFIG_WL_SECTOR_SIZE, CON…
95 …_spi_flash_init(CONFIG_ESPTOOLPY_FLASHSIZE, CONFIG_WL_SECTOR_SIZE * 16, CONFIG_WL_SECTOR_SIZE, CON…
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_console/
Dsdkconfig.defaults33 CONFIG_ESPTOOLPY_FLASHSIZE="4MB"
/hal_espressif-3.6.0/components/spiffs/test_spiffs_host/
Dtest_spiffs.cpp164 …_spi_flash_init(CONFIG_ESPTOOLPY_FLASHSIZE, CONFIG_WL_SECTOR_SIZE * 16, CONFIG_WL_SECTOR_SIZE, CON…
216 …_spi_flash_init(CONFIG_ESPTOOLPY_FLASHSIZE, CONFIG_WL_SECTOR_SIZE * 16, CONFIG_WL_SECTOR_SIZE, CON…
/hal_espressif-3.6.0/components/fatfs/test_fatfs_host/
Dtest_fatfs.cpp16 …_spi_flash_init(CONFIG_ESPTOOLPY_FLASHSIZE, CONFIG_WL_SECTOR_SIZE * 16, CONFIG_WL_SECTOR_SIZE, CON…
/hal_espressif-3.6.0/docs/zh_CN/api-guides/
Dbootloader.rst47 …ESPTOOLPY_FLASHMODE`、:ref:`CONFIG_ESPTOOLPY_FLASHFREQ`、和 :ref:`CONFIG_ESPTOOLPY_FLASHSIZE`。这些是用于在启…
/hal_espressif-3.6.0/components/esptool_py/
DMakefile.projbuild7 ESPFLASHSIZE ?= $(CONFIG_ESPTOOLPY_FLASHSIZE)
Dproject_include.cmake20 set(ESPFLASHSIZE ${CONFIG_ESPTOOLPY_FLASHSIZE})
/hal_espressif-3.6.0/components/mdns/test_afl_fuzz_host/
Dsdkconfig.h31 #define CONFIG_ESPTOOLPY_FLASHSIZE "2MB" macro
/hal_espressif-3.6.0/docs/zh_CN/api-reference/storage/
Dspi_flash.rst93 …h 时,会自动检测 SPI flash 容量,同时使用正确容量更新引导程序的头部。您也可以在工程配置中设置 :envvar:`CONFIG_ESPTOOLPY_FLASHSIZE`,生成固定的 f…
/hal_espressif-3.6.0/tools/ldgen/samples/
Dsdkconfig54 CONFIG_ESPTOOLPY_FLASHSIZE="2MB"
/hal_espressif-3.6.0/docs/en/api-guides/
Dflash_psram_config.rst41 5. Flash size. Flash size, in megabytes. Select a Flash size in :ref:`CONFIG_ESPTOOLPY_FLASHSIZE`.
Dbootloader.rst47 …ESPTOOLPY_FLASHMODE`, :ref:`CONFIG_ESPTOOLPY_FLASHFREQ`, :ref:`CONFIG_ESPTOOLPY_FLASHSIZE` embedde…
/hal_espressif-3.6.0/components/spi_flash/
DREADME_legacy.rst32 …is possible to generate a fixed flash size by setting :envvar:`CONFIG_ESPTOOLPY_FLASHSIZE` in proj…
/hal_espressif-3.6.0/docs/en/api-reference/storage/
Dspi_flash.rst93 …is possible to generate a fixed flash size by setting :envvar:`CONFIG_ESPTOOLPY_FLASHSIZE` in proj…
/hal_espressif-3.6.0/examples/bluetooth/blufi/
Dsdkconfig.defaults.esp32c358 CONFIG_ESPTOOLPY_FLASHSIZE="2MB"
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/
Dsdkconfig.defaults.esp32c370 CONFIG_ESPTOOLPY_FLASHSIZE="2MB"
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_client/
Dsdkconfig.defaults.esp32c370 CONFIG_ESPTOOLPY_FLASHSIZE="2MB"
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/
Dsdkconfig.defaults.esp32c370 CONFIG_ESPTOOLPY_FLASHSIZE="2MB"
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/
Dsdkconfig.defaults.esp32c370 CONFIG_ESPTOOLPY_FLASHSIZE="2MB"

1234