platformio/platformio-core

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

Open

#5,074 opened on 2025年1月27日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)Python (791 forks)batch import
LDFhelp wanted

Repository metrics

Stars
 (7,329 stars)
PR merge metrics
 (平均マージ 109d 16h) (30d で 5 merged PRs)

説明

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.

コントリビューターガイド