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
{{ message }}
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
I noticed that the Hologram.io Dash board uses a custom programmer in the Arduino IDE (see screenshot). I'm not familiar with how the Arduino IDE handles this, but it seems like the additional programmers in comes with the board definition. Currently the programmers in the VSCode extension are hard coded to the default programmers in Arduino.
Is there any plan for supporting programmers from the board definition?
The text was updated successfully, but these errors were encountered:
@maxekman , I don't have enough knowledge about your custom programmer, I suggest you can git clone code of vscode-arduino and add your code to support it, we will review your pull request. maybe it is a solution.
I have done exactly that and modified the extension to automatically read programmers from the arduino platforms. I have submitted the pull request, but this is my first time contributing to an existing github project, so I hope I did the pull request process correctly.
This issue has been automatically marked as stale and closed because it has not had recent activity. Please feel free to open a new issue if you would like further discussion. Thank you for your contributions.
I noticed that the Hologram.io Dash board uses a custom programmer in the Arduino IDE (see screenshot). I'm not familiar with how the Arduino IDE handles this, but it seems like the additional programmers in comes with the board definition. Currently the programmers in the VSCode extension are hard coded to the default programmers in Arduino.
Is there any plan for supporting programmers from the board definition?
The text was updated successfully, but these errors were encountered: