platform-espressif32 icon indicating copy to clipboard operation
platform-espressif32 copied to clipboard

[suggestion] ESP-IDF component as Platformio library

Open Erol444 opened this issue 4 years ago • 1 comments

As esp-idf compontents docs describe it, platformio scans components folder for any valid component. My suggestion is to extend the platformio scanning to all the libraries of the project if there are any valid ESP-IDF components in there. That way, developers could share ESP-IDF components via the platformio library functionality.

Currently, a manual process of adding the component path of each component(library) to the EXTRA_COMPONENT_DIRS is needed.

Erol444 avatar Jan 29 '21 21:01 Erol444

Overlaps https://github.com/platformio/platform-espressif32/issues/453

maxgerhardt avatar Feb 04 '21 20:02 maxgerhardt