Merge branch 'refactor/components_linux_compatible' into 'master'

Exclude all currently incompatible components from Linux build

Closes IDF-8318 and IDF-5996

See merge request espressif/esp-idf!25598
This commit is contained in:
Zim Kalinowski
2023-10-18 20:17:49 +08:00
51 changed files with 295 additions and 14 deletions

View File

@@ -3,5 +3,5 @@
cmake_minimum_required(VERSION 3.16)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
set(COMPONENTS main)
project(hello_world)