You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to include ALL(+<*>) source files, then exclude "some/hal"(-<some/hal>) folder, then include specific "some/hal/platform"(+<some/hal/platform>) folder.
Implement new option to build environment in platformio.ini named
src_filter
. This filter will consist of these templates:+<PATH>
include template-<PATH>
exclude templatePath MAST BE related from src_dir. All filters will be applied in theirs order.
GLOB patterns are allowed.
By default,
src_filter
is predefined to+<*> -<.git/> -<svn/> -<examples/>
Documentation
http://docs.platformio.org/en/latest/projectconf.html#src-filter
Example
Need to include ALL(
+<*>
) source files, then exclude "some/hal"(-<some/hal>
) folder, then include specific "some/hal/platform"(+<some/hal/platform>
) folder.CC: @smartanthill , @nobugs-hare, @valeros
The text was updated successfully, but these errors were encountered: