Skip to content

Added support for processing library source files#113

Merged
maxgerhardt merged 4 commits intomaxgerhardt:developfrom
mkalkbrenner:issue-112
Mar 8, 2026
Merged

Added support for processing library source files#113
maxgerhardt merged 4 commits intomaxgerhardt:developfrom
mkalkbrenner:issue-112

Conversation

@mkalkbrenner
Copy link

closes #112

@maxgerhardt
Copy link
Owner

Technically that neglects sources in the lib/ folder of the project (only .pio/libdeps is looked at) and the global library sources.

One could iterate over the paths in env["LIBSOURCE_DIRS"] as that includes all three:

https://github.com/platformio/platformio-core/blob/4850c1069c67d7074e838238fe1b0316cc7127b1/platformio/builder/main.py#L131C5-L135

@maxgerhardt maxgerhardt merged commit 038ec19 into maxgerhardt:develop Mar 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

run pioasm for libraries

3 participants