Home
last modified time | relevance | path

Searched refs:default (Results 1 – 25 of 165) sorted by relevance

1234567

/hal_espressif-latest/components/soc/esp32s2/include/soc/
DKconfig.soc_caps.in8 default y
12 default y
16 default y
20 default y
24 default y
28 default y
32 default y
36 default y
40 default y
44 default y
[all …]
/hal_espressif-latest/components/soc/esp32c6/include/soc/
DKconfig.soc_caps.in8 default y
12 default y
16 default y
20 default y
24 default y
28 default y
32 default y
36 default y
40 default y
44 default y
[all …]
/hal_espressif-latest/components/soc/esp32s3/include/soc/
DKconfig.soc_caps.in8 default n
12 default 0x20000000
16 default 8
20 default n
24 default n
28 default y
32 default y
36 default y
40 default y
44 default y
[all …]
/hal_espressif-latest/components/soc/esp32h2/include/soc/
DKconfig.soc_caps.in8 default 102
12 default y
16 default y
20 default y
24 default y
28 default y
32 default y
36 default y
40 default y
44 default y
[all …]
/hal_espressif-latest/components/soc/esp32/include/soc/
DKconfig.soc_caps.in8 default "Not determined"
12 default "Not determined"
16 default "Not determined"
20 default 301
24 default y
28 default y
32 default y
36 default y
40 default y
44 default y
[all …]
/hal_espressif-latest/components/soc/esp32c3/include/soc/
DKconfig.soc_caps.in8 default y
12 default y
16 default y
20 default y
24 default y
28 default y
32 default y
36 default y
40 default y
44 default y
[all …]
/hal_espressif-latest/components/soc/esp32c2/include/soc/
DKconfig.soc_caps.in8 default y
12 default y
16 default y
20 default y
24 default y
28 default y
32 default y
36 default y
40 default y
44 default n
[all …]
/hal_espressif-latest/components/esp_coex/
DKconfig8 default y
19 default n
31 default n
38 default n
47 default ESP_COEX_GPIO_DEBUG_DIAG_GENERAL
61 default 12
67 default 15 if IDF_TARGET_ESP32
68 default 4 if IDF_TARGET_ESP32S2
69 default 19 if IDF_TARGET_ESP32C3
70 default 4 if IDF_TARGET_ESP32S3
[all …]
/hal_espressif-latest/components/esp_rom/esp32s3/
DKconfig.soc_caps.in8 default y
12 default y
16 default y
20 default y
24 default y
28 default y
32 default 3
36 default 4
40 default y
44 default y
[all …]
/hal_espressif-latest/components/esp_rom/esp32c6/
DKconfig.soc_caps.in8 default y
12 default y
16 default y
20 default y
24 default 3
28 default y
32 default y
36 default y
40 default y
44 default y
[all …]
/hal_espressif-latest/components/esp_rom/esp32h2/
DKconfig.soc_caps.in8 default y
12 default y
16 default y
20 default 3
24 default y
28 default y
32 default y
36 default y
40 default y
44 default y
[all …]
/hal_espressif-latest/zephyr/
DKconfig10 default 0x250000 if SOC_SERIES_ESP32
11 default 0x250000 if SOC_SERIES_ESP32S2
12 default 0x250000 if SOC_SERIES_ESP32S3
13 default 0x250000 if SOC_SERIES_ESP32C3
14 default 0x250000 if SOC_SERIES_ESP32C6
18 default 0x2000 if SOC_SERIES_ESP32
19 default 0x2000 if SOC_SERIES_ESP32S2
20 default 0x2000 if SOC_SERIES_ESP32S3
21 default 0x2000 if SOC_SERIES_ESP32C3
22 default 0x2000 if SOC_SERIES_ESP32C6
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/
DKconfig.in4 default 3072
25 default 0 if BT_BLUEDROID_PINNED_TO_CORE_0
26 default 1 if BT_BLUEDROID_PINNED_TO_CORE_1
27 default 0
32 default 4352
39 default n
46 default n
53 default n
60 default n
67 default n
[all …]
/hal_espressif-latest/components/esp_rom/esp32c3/
DKconfig.soc_caps.in8 default y
12 default y
16 default y
20 default y
24 default y
28 default 3
32 default y
36 default y
40 default y
44 default y
[all …]
/hal_espressif-latest/components/esp_rom/esp32c2/
DKconfig.soc_caps.in8 default y
12 default y
16 default y
20 default y
24 default y
28 default y
32 default y
36 default y
40 default y
44 default y
[all …]
/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/
Dargument_parser.py28 default=os.environ.get('ESPTOOL_PORT', '/dev/ttyUSB0')
35 default=os.environ.get('ESP_MONITOR_DECODE') == 0
42 default=os.getenv('IDF_MONITOR_BAUD', os.getenv('MONITORBAUD', 115200)))
47 type=str, default='make')
57 default=DEFAULT_TOOLCHAIN_PREFIX)
64 default='CR')
73 default=DEFAULT_PRINT_FILTER)
78 default=COREDUMP_DECODE_INFO,
85 default=PANIC_DECODE_DISABLE,
92 default=os.environ.get('IDF_TARGET', 'esp32')
[all …]
/hal_espressif-latest/components/soc/
DKconfig12 default y if SOC_MMU_PAGE_SIZE_CONFIGURABLE && ESPTOOLPY_FLASHSIZE_1MB
13 default n
17 default y if SOC_MMU_PAGE_SIZE_CONFIGURABLE && ESPTOOLPY_FLASHSIZE_2MB
18 default n
22 default y if !MMU_PAGE_SIZE_32KB && !MMU_PAGE_SIZE_16KB
23 default n
27 default "8KB" if MMU_PAGE_SIZE_8KB
28 default "16KB" if MMU_PAGE_SIZE_16KB
29 default "32KB" if MMU_PAGE_SIZE_32KB
30 default "64KB" if MMU_PAGE_SIZE_64KB
[all …]
/hal_espressif-latest/components/bt/host/nimble/
DKconfig.in4 default BT_NIMBLE_MEM_ALLOC_MODE_INTERNAL
11 - Either internal or external memory based on default malloc()
39 default BT_NIMBLE_LOG_LEVEL_INFO
59 default 0 if BT_NIMBLE_LOG_LEVEL_DEBUG
60 default 1 if BT_NIMBLE_LOG_LEVEL_INFO
61 default 2 if BT_NIMBLE_LOG_LEVEL_WARNING
62 default 3 if BT_NIMBLE_LOG_LEVEL_ERROR
63 default 4 if BT_NIMBLE_LOG_LEVEL_NONE
71 default 2 if IDF_TARGET_ESP32C2
72 default 3
[all …]
/hal_espressif-latest/components/bt/controller/esp32c2/
DKconfig.in6 default BT_LE_HCI_INTERFACE_USE_RAM
21 default 1
28 default n
33 default 19
38 default 10
43 default 4
48 default 5
53 default 921600
60 default BT_LE_HCI_UART_UART_PARITY_DISABLE
79 default 512
[all …]
/hal_espressif-latest/components/bt/controller/esp32c3/
DKconfig.in3 default 1
7 default 6
17 default BT_CTRL_BLE_MAX_ACT
18 default 0
23 default 0
45 default 0 if BT_CTRL_PINNED_TO_CORE_0
46 default 1 if BT_CTRL_PINNED_TO_CORE_1
47 default 0
68 default 0 if BT_CTRL_HCI_MODE_UART_H4
69 default 1 if BT_CTRL_HCI_M0DE_VHCI
[all …]
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
DKconfig.cache5 default ESP32S3_INSTRUCTION_CACHE_16KB
19 default 0x4000 if ESP32S3_INSTRUCTION_CACHE_16KB
20 default 0x8000 if ESP32S3_INSTRUCTION_CACHE_32KB
24 default ESP32S3_INSTRUCTION_CACHE_8WAYS
36 default 4 if ESP32S3_INSTRUCTION_CACHE_4WAYS
37 default 8 if ESP32S3_INSTRUCTION_CACHE_8WAYS
41 default ESP32S3_INSTRUCTION_CACHE_LINE_32B
54 default 16 if ESP32S3_INSTRUCTION_CACHE_LINE_16B
55 default 32 if ESP32S3_INSTRUCTION_CACHE_LINE_32B
59 default "n"
[all …]
/hal_espressif-latest/components/bt/controller/esp32h2/
DKconfig.in6 default BT_LE_HCI_INTERFACE_USE_RAM
21 default BT_LE_UART_HCI_NO_DMA_MODE
39 default 1
46 default n
51 default 19
56 default 10
61 default 4
66 default 5
71 default 921600
78 default BT_LE_HCI_UART_UART_PARITY_DISABLE
[all …]
/hal_espressif-latest/components/esp_rom/esp32s2/
DKconfig.soc_caps.in8 default y
12 default y
16 default y
20 default y
24 default y
28 default y
32 default y
36 default 3
/hal_espressif-latest/components/bt/controller/esp32c6/
DKconfig.in6 default BT_LE_HCI_INTERFACE_USE_RAM
21 default BT_LE_UART_HCI_NO_DMA_MODE
39 default 1
46 default n
51 default 19
56 default 10
61 default 4
66 default 5
71 default 921600
78 default BT_LE_HCI_UART_UART_PARITY_DISABLE
[all …]
/hal_espressif-latest/components/esp_hw_support/port/esp32/
DKconfig.hw_support3 default ESP32_REV_MIN_0
33 default 0 if ESP32_REV_MIN_0
34 default 1 if ESP32_REV_MIN_1 || ESP32_REV_MIN_1_1
35 default 2 if ESP32_REV_MIN_2
36 default 3 if ESP32_REV_MIN_3 || ESP32_REV_MIN_3_1
40 default 0 if ESP32_REV_MIN_0
41 default 100 if ESP32_REV_MIN_1
42 default 101 if ESP32_REV_MIN_1_1
43 default 200 if ESP32_REV_MIN_2
44 default 300 if ESP32_REV_MIN_3
[all …]

1234567