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
Symptom:
After a successful project build, modify the platformio.ini file slightly (please see the example steps below) and rebuild the project, the building will fail.
Steps to reproduce:
Use the PlatformIO Home page to create a new project, with the following settings:
Board: NXP i.MX RT1060 Evaluation Kit
Framework: Zephyr
Once created, do NOT modify anything in the project, and build the project. The build will succeed.
Then modify the platformio.ini file of the project, by appending a line to the end of the file:
debug_tool = jlink
And save the file. Please be aware that this line does not actually change anything because JLink is the default debug tool for this board.
Build the project again, the build would fail with an error like this:
Env:
Symptom:
After a successful project build, modify the platformio.ini file slightly (please see the example steps below) and rebuild the project, the building will fail.
Steps to reproduce:
Use the PlatformIO Home page to create a new project, with the following settings:
Once created, do NOT modify anything in the project, and build the project. The build will succeed.
Then modify the platformio.ini file of the project, by appending a line to the end of the file:
debug_tool = jlink
And save the file. Please be aware that this line does not actually change anything because JLink is the default debug tool for this board.
Build the project again, the build would fail with an error like this:
The text was updated successfully, but these errors were encountered: