/hal_espressif-3.4.0/examples/ethernet/iperf/ |
D | Makefile | 8 EXTRA_COMPONENT_DIRS = $(IDF_PATH)/examples/system/console/advanced/components macro 9 EXTRA_COMPONENT_DIRS += $(IDF_PATH)/examples/wifi/iperf/components 10 EXTRA_COMPONENT_DIRS += $(IDF_PATH)/examples/common_components/iperf 11 EXTRA_COMPONENT_DIRS += $(IDF_PATH)/examples/ethernet/enc28j60/components/eth_enc28j60
|
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/aligenie_demo/ |
D | Makefile | 8 EXTRA_COMPONENT_DIRS := $(IDF_PATH)/examples/bluetooth/esp_ble_mesh/common_components/button macro 9 EXTRA_COMPONENT_DIRS += $(IDF_PATH)/examples/bluetooth/esp_ble_mesh/common_components/light_driver 10 EXTRA_COMPONENT_DIRS += $(IDF_PATH)/examples/bluetooth/esp_ble_mesh/common_components/example_init 11 EXTRA_COMPONENT_DIRS += $(IDF_PATH)/examples/bluetooth/esp_ble_mesh/common_components/example_nvs
|
/hal_espressif-3.4.0/examples/cxx/experimental/experimental_cpp_component/host_test/esp_timer/ |
D | CMakeLists.txt | 6 list(APPEND EXTRA_COMPONENT_DIRS "$ENV{IDF_PATH}/tools/mocks/esp_timer/") 7 list(APPEND EXTRA_COMPONENT_DIRS "$ENV{IDF_PATH}/tools/mocks/driver/") 8 list(APPEND EXTRA_COMPONENT_DIRS "$ENV{IDF_PATH}/tools/mocks/freertos/") 9 list(APPEND EXTRA_COMPONENT_DIRS "$ENV{IDF_PATH}/examples/cxx/experimental/experimental_cpp_compone…
|
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/ |
D | Makefile | 8 EXTRA_COMPONENT_DIRS := $(IDF_PATH)/examples/bluetooth/esp_ble_mesh/common_components/example_init macro 9 EXTRA_COMPONENT_DIRS += $(IDF_PATH)/examples/bluetooth/esp_ble_mesh/common_components/fast_provisio… 10 EXTRA_COMPONENT_DIRS += $(IDF_PATH)/examples/common_components/iperf
|
/hal_espressif-3.4.0/examples/cxx/experimental/esp_mqtt_cxx/ssl/ |
D | Makefile | 7 EXTRA_COMPONENT_DIRS := $(IDF_PATH)/examples/common_components/protocol_examples_common macro 8 EXTRA_COMPONENT_DIRS += $(IDF_PATH)/examples/cxx/experimental/esp_mqtt_cxx/components 9 EXTRA_COMPONENT_DIRS += $(IDF_PATH)/examples/cxx/experimental/experimental_cpp_component
|
/hal_espressif-3.4.0/examples/cxx/experimental/esp_mqtt_cxx/tcp/ |
D | Makefile | 7 EXTRA_COMPONENT_DIRS := $(IDF_PATH)/examples/common_components/protocol_examples_common macro 8 EXTRA_COMPONENT_DIRS += $(IDF_PATH)/examples/cxx/experimental/esp_mqtt_cxx/components 9 EXTRA_COMPONENT_DIRS += $(IDF_PATH)/examples/cxx/experimental/experimental_cpp_component
|
/hal_espressif-3.4.0/examples/cxx/experimental/experimental_cpp_component/host_test/gpio/ |
D | CMakeLists.txt | 9 list(APPEND EXTRA_COMPONENT_DIRS "$ENV{IDF_PATH}/tools/mocks/driver/") 10 list(APPEND EXTRA_COMPONENT_DIRS "$ENV{IDF_PATH}/tools/mocks/freertos/") 13 list(APPEND EXTRA_COMPONENT_DIRS "$ENV{IDF_PATH}/examples/cxx/experimental/experimental_cpp_compone…
|
/hal_espressif-3.4.0/components/nvs_flash/host_test/nvs_page_test/ |
D | CMakeLists.txt | 6 list(APPEND EXTRA_COMPONENT_DIRS "$ENV{IDF_PATH}/tools/mocks/driver/") 7 list(APPEND EXTRA_COMPONENT_DIRS "$ENV{IDF_PATH}/tools/mocks/freertos/") 8 list(APPEND EXTRA_COMPONENT_DIRS "$ENV{IDF_PATH}/tools/mocks/spi_flash/")
|
/hal_espressif-3.4.0/examples/peripherals/mcpwm/mcpwm_brushed_dc_control/ |
D | Makefile | 8 EXTRA_COMPONENT_DIRS += $(IDF_PATH)/examples/common_components 9 EXTRA_COMPONENT_DIRS += $(IDF_PATH)/examples/peripherals/pcnt/rotary_encoder/components
|
/hal_espressif-3.4.0/examples/protocols/modbus/tcp/mb_tcp_slave/ |
D | Makefile | 7 EXTRA_COMPONENT_DIRS := $(IDF_PATH)/examples/protocols/modbus/mb_example_common macro 8 EXTRA_COMPONENT_DIRS += $(IDF_PATH)/examples/common_components/protocol_examples_common
|
D | CMakeLists.txt | 6 set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/protocols/modbus/mb_example_common) variable 10 list(APPEND EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
/hal_espressif-3.4.0/examples/protocols/modbus/tcp/mb_tcp_master/ |
D | Makefile | 8 EXTRA_COMPONENT_DIRS := $(IDF_PATH)/examples/protocols/modbus/mb_example_common macro 9 EXTRA_COMPONENT_DIRS += $(IDF_PATH)/examples/common_components/protocol_examples_common
|
D | CMakeLists.txt | 5 set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/protocols/modbus/mb_example_common) variable 8 list(APPEND EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/protocol_examples_common)
|
/hal_espressif-3.4.0/examples/wifi/iperf/ |
D | Makefile | 8 EXTRA_COMPONENT_DIRS := $(IDF_PATH)/examples/system/console/advanced/components macro 9 EXTRA_COMPONENT_DIRS += $(IDF_PATH)/examples/common_components/iperf
|
/hal_espressif-3.4.0/examples/cxx/experimental/experimental_cpp_component/ |
D | README.md | 9 set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/cxx/experimental/experimental_cpp_component) 15 set(EXTRA_COMPONENT_DIRS "$ENV{IDF_PATH}/examples/cxx/experimental/experimental_cpp_component/")
|
/hal_espressif-3.4.0/make/ |
D | project.mk | 150 EXTRA_COMPONENT_DIRS ?= 151 COMPONENT_DIRS := $(PROJECT_PATH)/components $(EXTRA_COMPONENT_DIRS) $(IDF_PATH)/components $(PROJE… 159 $(warning SRCDIRS variable is deprecated. These paths can be added to EXTRA_COMPONENT_DIRS or COMPO…
|
/hal_espressif-3.4.0/examples/network/simple_sniffer/ |
D | Makefile | 8 EXTRA_COMPONENT_DIRS += $(IDF_PATH)/examples/common_components/pcap
|
/hal_espressif-3.4.0/examples/openthread/ot_br/ |
D | Makefile | 8 EXTRA_COMPONENT_DIRS = $(IDF_PATH)/examples/common_components/protocol_examples_common macro
|
/hal_espressif-3.4.0/examples/openthread/ot_cli/ |
D | Makefile | 8 EXTRA_COMPONENT_DIRS = $(IDF_PATH)/examples/common_components/iperf macro
|
/hal_espressif-3.4.0/examples/protocols/http_server/simple/ |
D | Makefile | 8 EXTRA_COMPONENT_DIRS = $(IDF_PATH)/examples/common_components/protocol_examples_common macro
|
/hal_espressif-3.4.0/examples/protocols/http_server/ws_echo_server/ |
D | Makefile | 8 EXTRA_COMPONENT_DIRS = $(IDF_PATH)/examples/common_components/protocol_examples_common macro
|
/hal_espressif-3.4.0/examples/protocols/https_request/ |
D | Makefile | 8 EXTRA_COMPONENT_DIRS = $(IDF_PATH)/examples/common_components/protocol_examples_common macro
|
/hal_espressif-3.4.0/examples/protocols/https_mbedtls/ |
D | Makefile | 8 EXTRA_COMPONENT_DIRS = $(IDF_PATH)/examples/common_components/protocol_examples_common macro
|
/hal_espressif-3.4.0/examples/protocols/https_x509_bundle/ |
D | Makefile | 8 EXTRA_COMPONENT_DIRS = $(IDF_PATH)/examples/common_components/protocol_examples_common macro
|
/hal_espressif-3.4.0/examples/protocols/asio/udp_echo_server/ |
D | Makefile | 7 EXTRA_COMPONENT_DIRS = $(IDF_PATH)/examples/common_components/protocol_examples_common macro
|