Home
last modified time | relevance | path

Searched refs:CONFIG_ESP32_REV_MIN (Results 1 – 25 of 33) sorted by relevance

12

/hal_espressif-3.6.0/components/esptool_py/
DMakefile.projbuild38 ifdef CONFIG_ESP32_REV_MIN
39 ESPTOOL_ELF2IMAGE_OPTIONS += --min-rev $(CONFIG_ESP32_REV_MIN)
Dproject_include.cmake43 if(CONFIG_ESP32_REV_MIN)
44 set(min_rev ${CONFIG_ESP32_REV_MIN})
/hal_espressif-3.6.0/tools/cmake/
Dproject_description.json.in11 "rev": "${CONFIG_ESP32_REV_MIN}",
/hal_espressif-3.6.0/examples/system/ota/simple_ota_example/
Dsdkconfig.ci.on_update_no_sb_rsa3 CONFIG_ESP32_REV_MIN=3
/hal_espressif-3.6.0/examples/system/efuse/
Dsdkconfig.ci.virt_sb_v2_and_fe5 CONFIG_ESP32_REV_MIN=3
Dsdkconfig.ci.virt_secure_boot_v25 CONFIG_ESP32_REV_MIN=3
/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Dcan_types.h41 #if (SOC_TWAI_BRP_MAX > 128) || (CONFIG_ESP32_REV_MIN >= 2)
/hal_espressif-3.6.0/components/hal/include/hal/
Dtwai_types.h68 #if (SOC_TWAI_BRP_MAX > 128) || (CONFIG_ESP32_REV_MIN >= 2)
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dsoc_caps.h34 # define SOC_CAPS_ECO_VER CONFIG_ESP32_REV_MIN
/hal_espressif-3.6.0/docs/en/api-guides/inc/
Dexternal-ram-esp32-notes.rst28 …"ECO V3") fixes the PSRAM cache issue found in rev. 1. When :ref:`CONFIG_ESP32_REV_MIN` option is …
/hal_espressif-3.6.0/components/mdns/test_afl_fuzz_host/
Dsdkconfig.h66 #define CONFIG_ESP32_REV_MIN 0 macro
/hal_espressif-3.6.0/docs/zh_CN/security/
Dflash-encryption.rst232 …IG_SECURE_UART_ROM_DL_MODE>` (默认是 **启用**。 对于 esp32 芯片,该选项仅在 :ref:`CONFIG_ESP32_REV_MIN` 级别设置为 3 时 …
415 …ROM 下载模式(推荐永久性禁用)<CONFIG_SECURE_UART_ROM_DL_MODE>` (注意该选项仅在 :ref:`CONFIG_ESP32_REV_MIN` 级别设置为 3 时 …
454 …:cpp:func:`esp_efuse_disable_rom_download_mode` 来实现。或者,可将项目 :ref:`CONFIG_ESP32_REV_MIN` 级别配置为 3(仅针…
/hal_espressif-3.6.0/docs/en/security/
Dsecure-boot-v2.rst19 … from ECO3 onwards. To use these options in menuconfig, set :ref:`CONFIG_ESP32_REV_MIN` greater th…
416 …2. Ensure `App Signing Scheme` is `RSA`. For ESP32 ECO3 chip, select :ref:`CONFIG_ESP32_REV_MIN` t…
Dflash-encryption.rst232 …hat for the esp32 target, the choice is only available when :ref:`CONFIG_ESP32_REV_MIN` level is s…
417 …ROM_DL_MODE>` (Note that this option is only available when :ref:`CONFIG_ESP32_REV_MIN` is set to …
456 …g application startup. Alternatively, configure the project :ref:`CONFIG_ESP32_REV_MIN` level to 3…
/hal_espressif-3.6.0/docs/en/api-guides/performance/
Dram-usage.rst142 …When compiling for ESP32 revisions older than ECO3 (:ref:`CONFIG_ESP32_REV_MIN`), PSRAM cache bug …
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dtwai.rst176 …e of 4 from 132 to 256**, and can be enabled by setting the :ref:`CONFIG_ESP32_REV_MIN` to revisio…
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/
Dsdkconfig.defauts.esp321093 CONFIG_ESP32_REV_MIN=0
/hal_espressif-3.6.0/examples/bluetooth/blufi/
Dsdkconfig.defaults.esp321078 CONFIG_ESP32_REV_MIN=0
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_server/
Dsdkconfig.defaults.esp321090 CONFIG_ESP32_REV_MIN=0
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_client/
Dsdkconfig.defaults.esp321088 CONFIG_ESP32_REV_MIN=0
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/
Dsdkconfig.defaults.esp321092 CONFIG_ESP32_REV_MIN=0
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/
Dsdkconfig.defaults.esp321090 CONFIG_ESP32_REV_MIN=0
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_client/
Dsdkconfig.defaults.esp321092 CONFIG_ESP32_REV_MIN=0
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_client/
Dsdkconfig.defaults.esp321092 CONFIG_ESP32_REV_MIN=0
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_spp_server/
Dsdkconfig.defaults.esp321090 CONFIG_ESP32_REV_MIN=0

12