We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build option rebuild project index and subsequent ones fail with this error.
Might even be expected behavior, I've had source/header files other then main.c not included in main in the source directory.
[env:genericSTM32F103C8] platform = ststm32 board = genericSTM32F103C8 framework = libopencm3 build_flags = -std=c99 -O2 -mcpu=cortex-m3
platformio init --ide clion -b genericSTM32F103C8 -O "framework = libopencm3"
pip install -U https://github.com/platformio/platformio-core/archive/develop.zip
The text was updated successfully, but these errors were encountered:
Could you reproduce this issue with the latest release?
Sorry, something went wrong.
valeros
No branches or pull requests
Build option rebuild project index and subsequent ones fail with this error.
Note
Might even be expected behavior, I've had source/header files other then main.c not included in main in the source directory.
platformio.ini
Project was initialized using:
platformio init --ide clion -b genericSTM32F103C8 -O "framework = libopencm3"
platformio was installed using:
The text was updated successfully, but these errors were encountered: