Arduino IDE Board Updates (#142)

* Fix macOS serial upload

* Add verification switch to serial upload scripts

* Fix do_version.bat

Allow parentheses and other special characters in the sketch path

* Fix AVR board linker flags

* Switch to new STM32 dual bootloader

Single bootloader for flash via USB and from TX

* Increment board versions

* Add new board archive files and add new versions to JSON file
This commit is contained in:
Ben Lye
2018-01-24 08:07:22 +00:00
committed by pascallanger
parent 4facdf0932
commit 301c8da9eb
15 changed files with 63 additions and 21 deletions

View File

@@ -1,2 +1,6 @@
#!/bin/bash
$(dirname $0)/stm32flash/stm32flash -g 0x8000000 -b 115200 -w "$4" /dev/"$1"
port=$1
addr=$2
file=$3
$(dirname $0)/stm32flash/stm32flash -v -g $addr -b 57600 -w "$file" /dev/"$port"