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
This config can be used to specify a custom reset method during serial upload.
Example:
```
"upload": {
"maximum_ram_size": 65536,
"maximum_size": 262144,
"protocol": "serial",
"protocols": [
"dfu",
"serial",
"jlink",
"stlink",
"blackmagic"
],
"gpiostring": "-dtr,-rts,"
```
Fix#257
Also fix a small bug where 'False' would be inserted in case when
tool-stm32duino package is not available.
--amend
0 commit comments