Skip to content

Commit

Permalink
Merge pull request #580 from Squonk42/titles
Browse files Browse the repository at this point in the history
Explicit STM32duino.com platform origin
  • Loading branch information
rogerclarkmelbourne authored Dec 2, 2018
2 parents c705499 + 99b9aca commit 60d982f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions STM32F1/platform.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# For more info:
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification

name=STM32 Boards (STM32duino.com)
name=STM32F1 Boards (STM32duino.com)
version=0.1.2

compiler.warning_flags=-w -DDEBUG_LEVEL=DEBUG_NONE
Expand Down Expand Up @@ -174,4 +174,4 @@ tools.hid_upload.path.linux={runtime.hardware.path}/tools/linux
tools.hid_upload.path.linux64={runtime.hardware.path}/tools/linux64
tools.hid_upload.upload.params.verbose=-d
tools.hid_upload.upload.params.quiet=n
tools.hid_upload.upload.pattern="{path}/{cmd}" "{build.path}/{build.project_name}.bin" {serial.port.file}
tools.hid_upload.upload.pattern="{path}/{cmd}" "{build.path}/{build.project_name}.bin" {serial.port.file}
4 changes: 2 additions & 2 deletions STM32F4/platform.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# For more info:
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification

name=STM32F4 boards
name=STM32F4 Boards (STM32duino.com)
version=0.1.0

# compiler variables
Expand Down Expand Up @@ -136,4 +136,4 @@ tools.hid_upload.path.linux={runtime.hardware.path}/tools/linux
tools.hid_upload.path.linux64={runtime.hardware.path}/tools/linux64
tools.hid_upload.upload.params.verbose=-d
tools.hid_upload.upload.params.quiet=n
tools.hid_upload.upload.pattern="{path}/{cmd}" "{build.path}/{build.project_name}.bin" {serial.port.file}
tools.hid_upload.upload.pattern="{path}/{cmd}" "{build.path}/{build.project_name}.bin" {serial.port.file}

0 comments on commit 60d982f

Please sign in to comment.