/hal_espressif-3.6.0/components/mbedtls/ |
D | Kconfig | 10 - Internal DRAM memory only 11 - External SPIRAM memory only 12 - Either internal or external memory based on default malloc() 13 behavior in ESP-IDF 14 - Custom allocation mode, by overwriting calloc()/free() using 16 - Internal IRAM memory wherever applicable else internal DRAM 23 (*) In case of ESP32-S2/ESP32-S3, hardware allows encryption of external 28 config MBEDTLS_INTERNAL_MEM_ALLOC 31 config MBEDTLS_EXTERNAL_MEM_ALLOC 35 config MBEDTLS_DEFAULT_MEM_ALLOC [all …]
|
/hal_espressif-3.6.0/components/esp_websocket_client/ |
D | esp_websocket_client.c | 1 // Copyright 2015-2018 Espressif Systems (Shanghai) PTE LTD 7 // http://www.apache.org/licenses/LICENSE-2.0 60 #define ESP_WS_CLIENT_STATE_CHECK(TAG, a, action) if ((a->state) < WEBSOCKET_STATE_INIT) { … 92 WEBSOCKET_STATE_ERROR = -1, 105 websocket_config_storage_t *config; member 141 event_data.user_context = client->config->user_context; in esp_websocket_client_dispatch_event() 144 event_data.op_code = client->last_opcode; in esp_websocket_client_dispatch_event() 145 event_data.payload_len = client->payload_len; in esp_websocket_client_dispatch_event() 146 event_data.payload_offset = client->payload_offset; in esp_websocket_client_dispatch_event() 148 if ((err = esp_event_post_to(client->event_handle, in esp_websocket_client_dispatch_event() [all …]
|
/hal_espressif-3.6.0/components/wpa_supplicant/src/eap_peer/ |
D | eap.c | 3 * Copyright (c) 2004-2012, Jouni Malinen <j@w1.fi> 14 * operations and to add functionality needed for fast re-authentication 56 for (m = eap_methods; m; m = m->next) { in eap_peer_get_eap_method() 57 if (m->vendor == vendor && m->method == method) in eap_peer_get_eap_method() 68 for (m = eap_methods; m; m = m->next) in eap_peer_get_methods() 78 for (m = eap_methods; m; m = m->next) { in eap_peer_get_type() 79 if (os_strcmp(m->name, name) == 0) { in eap_peer_get_type() 80 *vendor = m->vendor; in eap_peer_get_type() 81 return m->method; in eap_peer_get_type() 109 struct eap_method_type * eap_get_phase2_types(struct eap_peer_config *config, in eap_get_phase2_types() argument [all …]
|
/hal_espressif-3.6.0/components/esp32s2/ |
D | Kconfig | 1 menu "ESP32S2-specific" 14 config ESP32S2_DEFAULT_CPU_FREQ_FPGA 17 config ESP32S2_DEFAULT_CPU_FREQ_80 19 config ESP32S2_DEFAULT_CPU_FREQ_160 21 config ESP32S2_DEFAULT_CPU_FREQ_240 25 config ESP32S2_DEFAULT_CPU_FREQ_MHZ 32 menu "Cache config" 42 config ESP32S2_INSTRUCTION_CACHE_8KB 44 config ESP32S2_INSTRUCTION_CACHE_16KB 54 config ESP32S2_INSTRUCTION_CACHE_LINE_16B [all …]
|
/hal_espressif-3.6.0/tools/kconfig/ |
D | Makefile | 3 # These targets are used from top-level makefile 5 # SRCDIR is kconfig source dir, allows for out-of-tree builds 9 PHONY += xconfig gconfig menuconfig config silentoldconfig \ 19 silent := -s 34 # See https://github.com/espressif/esp-idf/issues/1296 46 default: mconf-idf conf-idf 54 menuconfig: mconf-idf 57 config: conf-idf target 58 $< $(silent) --oldaskconfig $(Kconfig) 63 silentoldconfig: conf-idf [all …]
|
D | streamline_config.pl | 1 #!/usr/bin/perl -w 3 # Copyright 2005-2009 - Steven Rostedt 21 # 1. Boot up the kernel that you want to stream line the config on. 24 # 3. Copy the configuraton file to this directory as .config 29 # 6. Back up your old config (if you want too). 30 # 7. copy the config_strip file to .config 38 # cd /usr/src/linux-2.6.10 39 # cp /boot/config-2.6.10-1-686-smp .config 41 # mv .config config_sav 42 # mv config_strip .config [all …]
|
/hal_espressif-3.6.0/components/esp32s3/ |
D | Kconfig | 1 menu "ESP32S3-Specific" 11 config ESP32S3_DEFAULT_CPU_FREQ_40 14 config ESP32S3_DEFAULT_CPU_FREQ_80 16 config ESP32S3_DEFAULT_CPU_FREQ_160 18 config ESP32S3_DEFAULT_CPU_FREQ_240 22 config ESP32S3_DEFAULT_CPU_FREQ_MHZ 29 menu "Cache config" 39 config ESP32S3_INSTRUCTION_CACHE_16KB 41 config ESP32S3_INSTRUCTION_CACHE_32KB 45 config ESP32S3_INSTRUCTION_CACHE_SIZE [all …]
|
/hal_espressif-3.6.0/components/bt/host/nimble/ |
D | Kconfig.in | 9 - Internal DRAM memory only 10 - External SPIRAM memory only 11 - Either internal or external memory based on default malloc() 12 behavior in ESP-IDF 13 - Internal IRAM memory wherever applicable else internal DRAM 15 config BT_NIMBLE_MEM_ALLOC_MODE_INTERNAL 18 config BT_NIMBLE_MEM_ALLOC_MODE_EXTERNAL 22 config BT_NIMBLE_MEM_ALLOC_MODE_DEFAULT 25 config BT_NIMBLE_MEM_ALLOC_MODE_IRAM_8BIT 42 verbosity can not exceed the level set in "Component config --> Log output [all …]
|
/hal_espressif-3.6.0/components/esp32/ |
D | Kconfig | 1 menu "ESP32-specific" 7 config ESP32_ECO3_CACHE_LOCK_FIX 16 Minimum revision that ESP-IDF would support. 17 ESP-IDF performs different strategy on different esp32 revision. 19 config ESP32_REV_MIN_0 21 config ESP32_REV_MIN_1 23 config ESP32_REV_MIN_2 25 config ESP32_REV_MIN_3 30 config ESP32_REV_MIN 37 config ESP32_DPORT_WORKAROUND [all …]
|
/hal_espressif-3.6.0/components/bt/controller/esp32s3/ |
D | Kconfig.in | 1 config BT_CTRL_MODE_EFF 5 config BT_CTRL_BLE_MAX_ACT 12 config BT_CTRL_BLE_MAX_ACT_EFF 17 config BT_CTRL_BLE_STATIC_ACL_TX_BUF_NB 23 (alloate when controller initialise, never free until controller de-initialise) 31 Can not specify no-affinity. 33 config BT_CTRL_PINNED_TO_CORE_0 35 config BT_CTRL_PINNED_TO_CORE_1 40 config BT_CTRL_PINNED_TO_CORE 51 config BT_CTRL_HCI_MODE_VHCI [all …]
|
/hal_espressif-3.6.0/components/bt/controller/esp32c3/ |
D | Kconfig.in | 1 config BT_CTRL_MODE_EFF 5 config BT_CTRL_BLE_MAX_ACT 11 scan , sync and adv(periodic adv, multi-adv). 13 config BT_CTRL_BLE_MAX_ACT_EFF 18 config BT_CTRL_BLE_STATIC_ACL_TX_BUF_NB 24 (alloate when controller initialise, never free until controller de-initialise) 27 config BT_CTRL_PINNED_TO_CORE 36 config BT_CTRL_HCI_MODE_VHCI 41 config BT_CTRL_HCI_MODE_UART_H4 48 config BT_CTRL_HCI_TL [all …]
|
/hal_espressif-3.6.0/ |
D | Kconfig | 3 # see kconfig/kconfig-language.txt. 7 config IDF_CMAKE 11 config IDF_ENV_FPGA 16 config IDF_TARGET_ARCH_RISCV 20 config IDF_TARGET_ARCH_XTENSA 24 config IDF_TARGET 32 config IDF_TARGET_ESP32 37 config IDF_TARGET_ESP32S2 43 config IDF_TARGET_ESP32S3 48 config IDF_TARGET_ESP32C3 [all …]
|
/hal_espressif-3.6.0/components/esp_https_server/src/ |
D | https_server.c | 2 * SPDX-FileCopyrightText: 2018-2021 Espressif Systems (Shanghai) CO LTD 4 * SPDX-License-Identifier: Apache-2.0 24 * @param[in] ctx - session transport context (SSL context we stored there) 34 * SSL socket pending-check function 86 * @param sockfd - raw socket fd 93 // Retrieve the SSL context from the global context field (set in config) in httpd_ssl_open() 102 int ret = esp_tls_server_session_create(global_ctx->tls_cfg, sockfd, tls); in httpd_ssl_open() 120 if (global_ctx->open_fn) { in httpd_ssl_open() 121 (global_ctx->open_fn)(server, sockfd); in httpd_ssl_open() 124 if (global_ctx->user_cb) { in httpd_ssl_open() [all …]
|
/hal_espressif-3.6.0/components/bt/common/osi/ |
D | config.c | 1 // Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD 7 // http://www.apache.org/licenses/LICENSE-2.0 28 #include "osi/config.h" 51 static void config_parse(nvs_handle_t fp, config_t *config); 55 static section_t *section_find(const config_t *config, const char *section); 59 static entry_t *entry_find(const config_t *config, const char *section, const char *key); 63 config_t *config = osi_calloc(sizeof(config_t)); in config_new_empty() local 64 if (!config) { in config_new_empty() 69 config->sections = list_new(section_free); in config_new_empty() 70 if (!config->sections) { in config_new_empty() [all …]
|
/hal_espressif-3.6.0/examples/common_components/protocol_examples_common/ |
D | Kconfig.projbuild | 3 config EXAMPLE_GPIO_RANGE_MIN 7 config EXAMPLE_GPIO_RANGE_MAX 14 config EXAMPLE_CONNECT_WIFI 18 Protocol examples can use Wi-Fi and/or Ethernet to connect to the network. 22 config EXAMPLE_WIFI_SSID 28 config EXAMPLE_WIFI_PASSWORD 45 config EXAMPLE_WIFI_SCAN_METHOD_FAST 47 config EXAMPLE_WIFI_SCAN_METHOD_ALL_CHANNEL 52 config EXAMPLE_WIFI_SCAN_RSSI_THRESHOLD 54 range -127 0 [all …]
|
/hal_espressif-3.6.0/components/esp32h2/ |
D | Kconfig | 1 menu "ESP32H2-Specific" 11 config ESP32H2_DEFAULT_CPU_FREQ_16 13 depends on IDF_ENV_FPGA #ESP32H2-TODO: IDF-3786 14 config ESP32H2_DEFAULT_CPU_FREQ_32 16 depends on IDF_ENV_FPGA #ESP32H2-TODO: IDF-3786 17 config ESP32H2_DEFAULT_CPU_FREQ_64 19 depends on IDF_ENV_FPGA #ESP32H2-TODO: IDF-3786 20 config ESP32H2_DEFAULT_CPU_FREQ_96 25 config ESP32H2_DEFAULT_CPU_FREQ_MHZ 33 prompt "Minimum Supported ESP32-H2 Revision" [all …]
|
/hal_espressif-3.6.0/components/esp_local_ctrl/src/ |
D | esp_local_ctrl_transport_ble.c | 7 // http://www.apache.org/licenses/LICENSE-2.0 29 …tic esp_err_t start_ble_transport(protocomm_t *pc, const esp_local_ctrl_transport_config_t *config) in start_ble_transport() argument 31 if (!config || !config->ble) { in start_ble_transport() 35 return protocomm_ble_start(pc, config->ble); in start_ble_transport() 45 if (!dest_config || !src_config || !src_config->ble) { in copy_ble_config() 50 dest_config->ble = calloc(1, sizeof(protocomm_ble_config_t)); in copy_ble_config() 51 if (!dest_config->ble) { in copy_ble_config() 52 ESP_LOGE(TAG, "Failed to allocate memory for BLE transport config"); in copy_ble_config() 57 memcpy(dest_config->ble->device_name, in copy_ble_config() 58 src_config->ble->device_name, in copy_ble_config() [all …]
|
D | esp_local_ctrl.c | 7 // http://www.apache.org/licenses/LICENSE-2.0 26 #include "esp_local_ctrl.pb-c.h" 32 esp_local_ctrl_config_t config; member 41 esp_err_t esp_local_ctrl_start(const esp_local_ctrl_config_t *config) in esp_local_ctrl_start() argument 45 if (!config) { in esp_local_ctrl_start() 50 if (!config->transport) { in esp_local_ctrl_start() 55 if (config->max_properties == 0) { in esp_local_ctrl_start() 60 if (!config->handlers.get_prop_values || in esp_local_ctrl_start() 61 !config->handlers.set_prop_values) { in esp_local_ctrl_start() 76 memcpy(&local_ctrl_inst_ctx->config, config, sizeof(local_ctrl_inst_ctx->config)); in esp_local_ctrl_start() [all …]
|
/hal_espressif-3.6.0/components/esp32c3/ |
D | Kconfig | 1 menu "ESP32C3-Specific" 11 config ESP32C3_DEFAULT_CPU_FREQ_40 14 config ESP32C3_DEFAULT_CPU_FREQ_80 16 config ESP32C3_DEFAULT_CPU_FREQ_160 20 config ESP32C3_DEFAULT_CPU_FREQ_MHZ 27 prompt "Minimum Supported ESP32-C3 Revision" 30 Minimum revision that ESP-IDF would support. 34 config ESP32C3_REV_MIN_0 36 config ESP32C3_REV_MIN_1 38 config ESP32C3_REV_MIN_2 [all …]
|
/hal_espressif-3.6.0/examples/ethernet/eth2ap/main/ |
D | Kconfig.projbuild | 3 config EXAMPLE_GPIO_RANGE_MIN 7 config EXAMPLE_GPIO_RANGE_MAX 14 config EXAMPLE_USE_SPI_ETHERNET 24 config EXAMPLE_USE_INTERNAL_ETHERNET 31 config EXAMPLE_USE_DM9051 37 Select external SPI-Ethernet module (DM9051). 39 config EXAMPLE_USE_W5500 45 Select external SPI-Ethernet module (W5500). 47 config EXAMPLE_USE_KSZ8851SNL 53 Select external SPI-Ethernet module (KSZ8851SNL). [all …]
|
/hal_espressif-3.6.0/examples/ethernet/basic/main/ |
D | Kconfig.projbuild | 3 config EXAMPLE_GPIO_RANGE_MIN 7 config EXAMPLE_GPIO_RANGE_MAX 14 config EXAMPLE_USE_INTERNAL_ETHERNET 28 config EXAMPLE_ETH_PHY_IP101 32 Goto http://www.icplus.com.tw/pp-IP101G.html for more information about it. 34 config EXAMPLE_ETH_PHY_RTL8201 38 … Goto http://www.corechip-sz.com/productsview.asp?id=22 for more information about it. 40 config EXAMPLE_ETH_PHY_LAN87XX 44 … LAN8710A is a small footprint MII/RMII 10/100 Ethernet Transceiver with HP Auto-MDIX and 46 … LAN8720A is a small footprint RMII 10/100 Ethernet Transceiver with HP Auto-MDIX Support. [all …]
|
/hal_espressif-3.6.0/examples/network/simple_sniffer/main/ |
D | Kconfig.projbuild | 3 config SNIFFER_GPIO_RANGE_MIN 7 config SNIFFER_GPIO_RANGE_MAX 14 config SNIFFER_STORE_HISTORY 27 config SNIFFER_PCAP_DESTINATION_SD 31 config SNIFFER_PCAP_DESTINATION_JTAG 36 config SNIFFER_PCAP_DESTINATION_MEMORY 48 config SNIFFER_SD_SDMMC_MODE 53 config SNIFFER_SD_SPI_MODE 58 config SNIFFER_MOUNT_POINT 64 config SNIFFER_PCAP_FILE_NAME_MAX_LEN [all …]
|
/hal_espressif-3.6.0/components/lwip/ |
D | Kconfig | 3 config LWIP_LOCAL_HOSTNAME 10 config LWIP_NETIF_API 16 instead of IDF specific esp-netif APIs (such as esp_netif_get_netif_impl_name()) 18 config LWIP_TCPIP_CORE_LOCKING 29 config LWIP_DNS_SUPPORT_MDNS_QUERIES 37 config LWIP_L2_TO_L3_COPY 53 config LWIP_IRAM_OPTIMIZATION 64 config LWIP_TIMERS_ONDEMAND 74 config LWIP_MAX_SOCKETS 84 config LWIP_USE_ONLY_LWIP_SELECT [all …]
|
/hal_espressif-3.6.0/examples/ethernet/iperf/main/ |
D | Kconfig.projbuild | 3 config EXAMPLE_GPIO_RANGE_MIN 7 config EXAMPLE_GPIO_RANGE_MAX 14 config EXAMPLE_STORE_HISTORY 22 config EXAMPLE_USE_SPI_ETHERNET 32 config EXAMPLE_USE_INTERNAL_ETHERNET 39 config EXAMPLE_USE_DM9051 45 Select external SPI-Ethernet module (DM9051). 47 config EXAMPLE_USE_W5500 53 Select external SPI-Ethernet module (W5500). 55 config EXAMPLE_USE_KSZ8851SNL [all …]
|
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/ |
D | Kconfig.in | 3 config BLE_MESH_HCI_5_0 4 bool "Support sending 20ms non-connectable adv packets" 9 config BLE_MESH_USE_DUPLICATE_SCAN 30 - Internal DRAM memory only 31 - External SPIRAM memory only 32 - Either internal or external memory based on default malloc() 33 behavior in ESP-IDF 34 - Internal IRAM memory wherever applicable else internal DRAM 41 (*) In case of ESP32-S2/ESP32-S3, hardware allows encryption of external 46 config BLE_MESH_MEM_ALLOC_MODE_INTERNAL [all …]
|