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 was archived by the owner on Oct 1, 2024. It is now read-only.
* 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
* fix dtr on serial open
* fix dtr on serial open
* fix linting
* pre release v0.3.4
* Add RTS signal on serial open, Add baudrates up to 2000000 (#1142)
* add buad rates up to 2M
* add rts signal on serial open and buad rate change
* add missing space in baud rate array
* Quick fix for Intellisense (#1144)
* add hardware tool path
* intellisense quick fix
* add hardware tool path
* intellisense quick fix
* fix typo
* pre release v0.3.4-rc2
* bump to v0.3.4
* Option to use arduino-cli instead of Arduino IDE (#1017)
* Hardcoded Arduino-CLI commands for build and upload
* Added menu checkbox for Arduino CLI
- Upload with programmer is still not supported
- Must be created an arduino symlink pointing to arduino-cli
* If Arduino-CLI, check for arduino-cli instead of arduino.
Not yet supported on Windows or MacOS
* Typo
* Fixed CI requests
* Fixed CI requests
* Update src/common/sys/darwin.ts
MacOS patch for arduino-cli
Co-authored-by: Marc Lage-Vianna <[email protected]>
* Update src/common/sys/win32.ts
Windows patch for arduino-cli
Co-authored-by: Marc Lage-Vianna <[email protected]>
* Trigger
* add cli option in commandPath for win32
* add cli support to board and lib managers
* rename isArduinoCli to useArduinoCli
* adds support for uploading using programmer
* simplify getProgrammer
* add CLI upload
* Update src/arduino/arduino.ts
Co-authored-by: Jason Tranchida <[email protected]>
* refactor uploadUsingProgrammer
* fix output path for CLI upload
* Update package.json
* update cli option text, thanks @maddogjt
* update tests
Co-authored-by: giuliof <[email protected]>
Co-authored-by: Marc Lage-Vianna <[email protected]>
Co-authored-by: Adi Azulay <[email protected]>
Co-authored-by: Adi Azulay <[email protected]>
Co-authored-by: Jason Tranchida <[email protected]>
* 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
* add cli suppport for programmers
* add documentation
Co-authored-by: Marc Goodner <[email protected]>
Co-authored-by: Adi Azulay <[email protected]>
Co-authored-by: Giulio <[email protected]>
Co-authored-by: giuliof <[email protected]>
Co-authored-by: Marc Lage-Vianna <[email protected]>
Co-authored-by: Adi Azulay <[email protected]>
0 commit comments