platformio/platformio-core

`lib_extra_dirs` depreciated but replacement `lib_deps` only allows packages

Offen

#5.074 geöffnet am 27.01.2025

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Python (791 Forks)batch import
LDFhelp wanted

Repository-Metriken

Stars
 (7.329 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 109T 16h) (5 gemergte PRs in 30 T)

Beschreibung

Depreciated according to: https://docs.platformio.org/en/latest/projectconf/sections/env/options/library/lib_extra_dirs.html

As per this there is no way to keep adding a directory of cpp for example.

The specific application for ourselves is adding nested test files in the test directory to the build path so that we get code insights in Clion.

Contributor Guide