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
Identified why the project was not building on Windows (reported bug
platformio/platformio-core#652 to the platformio team) and added a very
simple workaround.
Project now builds properly on Windows, in the command line and in Atom.
By default we will not upload.
* develop:
Version bump to 2.9.2 (issues #641, #645, #648, #652, #664, #665, #666, #671, #674)
Fix issue with ARM mbed framework when abstract class breaks compile for LPC1768 // Resolve#666
Fix issue with ARM mbed framework and multiple definition errors on FRDM-KL46Z board // Resolve#641
List embedded boards in docs
Fix multiple definition in mbed framework when using abstract class // Issue #641, #666
Add "stlink" as the default uploader for STM32 Discovery boards // Resolve#665
Implement grep serial ports for Windows
Remove unused imports
Minor improvements
Fix PyLint's "misplaced-comparison-constant"
Use $PROGNAME instead static name when looking for the firmware
Update title of the article
Add new articles
Link Community Forums FAQ with Docs FAQ
Grep for "/dev/cu.*" on OS X
Skip grep search for serial ports on Windows machines
Improve firmware uploading to Arduino Leonardo based boards
Add MinGW to the PATH
# Conflicts:
# docs/index.rst
# docs/platforms/creating_board.rst
# docs/projectconf.rst
# docs/userguide/platforms/cmd_install.rst
# platformio/__init__.py
# platformio/builder/scripts/atmelavr.py
# platformio/builder/scripts/atmelsam.py
# platformio/builder/scripts/frameworks/mbed.py
Configuration
Operating system: Windows 10
PlatformIO Version (
platformio --version
): 2.9.1Description of problem
Using
src_filter
with only one item in the list of argument causes a fatal build error on Windows.Steps to Reproduce
folder1
with one simplemain.cpp
in itplatformio.ini
file and addsrc_filter = +<folder1/>
Actual Results
With
-v
the results are slightly different:Expected Results
Project should build without error on Windows, as it does on Travis.
If problems with PlatformIO Build System:
See also full project here: https://github.com/sarfata/platformio-bug-srcfilter
The content of
platformio.ini
:Source file to reproduce issue:
Additional info
The text was updated successfully, but these errors were encountered: