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/ |
D | sdkconfig.h | 6 #define CONFIG_ESPTOOLPY_FLASHSIZE "8MB" macro
|
/hal_espressif-3.6.0/components/fatfs/test_fatfs_host/sdkconfig/ |
D | sdkconfig.h | 11 #define CONFIG_ESPTOOLPY_FLASHSIZE "8MB" macro
|
/hal_espressif-3.6.0/components/partition_table/ |
D | CMakeLists.txt | 23 if(CONFIG_ESPTOOLPY_FLASHSIZE) 24 set(flashsize_opt --flash-size ${CONFIG_ESPTOOLPY_FLASHSIZE})
|
D | Makefile.projbuild | 18 PARTITION_FLASHSIZE_OPT := --flash-size $(CONFIG_ESPTOOLPY_FLASHSIZE)
|
/hal_espressif-3.6.0/components/spiffs/test_spiffs_host/sdkconfig/ |
D | sdkconfig.h | 24 #define CONFIG_ESPTOOLPY_FLASHSIZE "8MB" macro
|
/hal_espressif-3.6.0/examples/system/ota/advanced_https_ota/ |
D | sdkconfig.ci.anti_rollback | 10 CONFIG_ESPTOOLPY_FLASHSIZE="16MB"
|
/hal_espressif-3.6.0/components/wear_levelling/test_wl_host/ |
D | test_wl.cpp | 22 …_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/ |
D | sdkconfig.defaults | 33 CONFIG_ESPTOOLPY_FLASHSIZE="4MB"
|
/hal_espressif-3.6.0/components/spiffs/test_spiffs_host/ |
D | test_spiffs.cpp | 164 …_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/ |
D | test_fatfs.cpp | 16 …_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/ |
D | bootloader.rst | 47 …ESPTOOLPY_FLASHMODE`、:ref:`CONFIG_ESPTOOLPY_FLASHFREQ`、和 :ref:`CONFIG_ESPTOOLPY_FLASHSIZE`。这些是用于在启…
|
/hal_espressif-3.6.0/components/esptool_py/ |
D | Makefile.projbuild | 7 ESPFLASHSIZE ?= $(CONFIG_ESPTOOLPY_FLASHSIZE)
|
D | project_include.cmake | 20 set(ESPFLASHSIZE ${CONFIG_ESPTOOLPY_FLASHSIZE})
|
/hal_espressif-3.6.0/components/mdns/test_afl_fuzz_host/ |
D | sdkconfig.h | 31 #define CONFIG_ESPTOOLPY_FLASHSIZE "2MB" macro
|
/hal_espressif-3.6.0/docs/zh_CN/api-reference/storage/ |
D | spi_flash.rst | 93 …h 时,会自动检测 SPI flash 容量,同时使用正确容量更新引导程序的头部。您也可以在工程配置中设置 :envvar:`CONFIG_ESPTOOLPY_FLASHSIZE`,生成固定的 f…
|
/hal_espressif-3.6.0/tools/ldgen/samples/ |
D | sdkconfig | 54 CONFIG_ESPTOOLPY_FLASHSIZE="2MB"
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | flash_psram_config.rst | 41 5. Flash size. Flash size, in megabytes. Select a Flash size in :ref:`CONFIG_ESPTOOLPY_FLASHSIZE`.
|
D | bootloader.rst | 47 …ESPTOOLPY_FLASHMODE`, :ref:`CONFIG_ESPTOOLPY_FLASHFREQ`, :ref:`CONFIG_ESPTOOLPY_FLASHSIZE` embedde…
|
/hal_espressif-3.6.0/components/spi_flash/ |
D | README_legacy.rst | 32 …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/ |
D | spi_flash.rst | 93 …is possible to generate a fixed flash size by setting :envvar:`CONFIG_ESPTOOLPY_FLASHSIZE` in proj…
|
/hal_espressif-3.6.0/examples/bluetooth/blufi/ |
D | sdkconfig.defaults.esp32c3 | 58 CONFIG_ESPTOOLPY_FLASHSIZE="2MB"
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/ |
D | sdkconfig.defaults.esp32c3 | 70 CONFIG_ESPTOOLPY_FLASHSIZE="2MB"
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_client/ |
D | sdkconfig.defaults.esp32c3 | 70 CONFIG_ESPTOOLPY_FLASHSIZE="2MB"
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/ |
D | sdkconfig.defaults.esp32c3 | 70 CONFIG_ESPTOOLPY_FLASHSIZE="2MB"
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/ |
D | sdkconfig.defaults.esp32c3 | 70 CONFIG_ESPTOOLPY_FLASHSIZE="2MB"
|
1234