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
Populate the list of programmers by parsing programmers.txt for each package (microsoft#1129)
* Improved handling of programmer selection
- Selected programmer is now saved to and loaded from the arduino.json file
- Arduino.json is monitored for changes, and changing file will update selected programmer & ui
- Programmer selection UI now shows both the friendly name of the programmer, as well as the arduino name
- Minor fix to deviceContexts to fire change events after all states are modified
- Layed groundwork to support querying list of programmers for the current board from arduino toolchain
* Parse the list of programmers from packages
* Tests for parsing programmers
* Show board specific list of programmers when selecting
Populate the selected programmer and it's display name using list of programmers provided by BoardManager. When selecting programmer, only present the user a list of programmers relevant to the current board.
* Initial set of tests for ProgrammerManager
* add support for cli
* fix hardcoded package name for programmers
* adds programmer.key back to support arduino IDE
* fix handeling of programmer name in ide and cli
Co-authored-by: Adi Azulay <[email protected]>
0 commit comments