platform-ststm32 icon indicating copy to clipboard operation
platform-ststm32 copied to clipboard

Add a board level config `upload.gpiostring`

Open Miceuz opened this issue 1 year ago • 0 comments

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.

Miceuz avatar Dec 15 '22 12:12 Miceuz