Merge branch 'feature/remove_extra_components' into 'master'

examples: Use components from idf-extra-components repository

See merge request espressif/esp-idf!17992
This commit is contained in:
Tomas Rezucha
2022-05-16 19:56:11 +08:00
22 changed files with 9 additions and 2211 deletions
@@ -2,7 +2,5 @@
# in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.5)
set(EXTRA_COMPONENT_DIRS "$ENV{IDF_PATH}/examples/common_components/pcap")
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(simple_sniffer)
@@ -0,0 +1,2 @@
dependencies:
pcap: "^1.0.0"