mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-05 20:35:08 +02:00
2571e66a29
Each COMPONENT_DIRS directory can now either be a component directory, or a parent directory containing component subdirectories. When searching for components, skip any directory which doesn't have component.mk, Kconfig.projbuild, or Makefile.projbuild in it. This helps with debugging, list-components output, etc.