mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-19 13:54:23 +01:00
Updated bossac to 1.2 for linux and win (MacOS version must be ported as well)
This commit is contained in:
parent
645ab6f9a3
commit
821481fcd7
@ -46,8 +46,8 @@ public class BossaCUploader extends Uploader {
|
||||
commandDownloader.add("--port=" + port);
|
||||
commandDownloader.add("-e");
|
||||
commandDownloader.add("-w");
|
||||
commandDownloader.add("-s");
|
||||
commandDownloader.add("-l");
|
||||
commandDownloader.add("-v");
|
||||
commandDownloader.add("-b");
|
||||
commandDownloader.add(buildPath + File.separator + className + ".bin");
|
||||
|
||||
return bossac(commandDownloader);
|
||||
|
@ -345,6 +345,7 @@
|
||||
|
||||
<target name="linux64-build" depends="linux-build" description="Build linux (64-bit) version">
|
||||
<copy tofile="linux/work/hardware/tools/avrdude" file="linux/dist/tools/avrdude64" overwrite="true" />
|
||||
<copy tofile="linux/work/hardware/tools/bossac" file="linux/dist/tools/bossac64" overwrite="true" />
|
||||
<copy tofile="linux/work/lib/librxtxSerial.so" file="linux/dist/lib/librxtxSerial64.so" overwrite="true" />
|
||||
</target>
|
||||
|
||||
|
BIN
build/linux/dist/tools/bossac
vendored
BIN
build/linux/dist/tools/bossac
vendored
Binary file not shown.
BIN
build/linux/dist/tools/bossac64
vendored
Executable file
BIN
build/linux/dist/tools/bossac64
vendored
Executable file
Binary file not shown.
BIN
build/windows/bossac.exe
Executable file → Normal file
BIN
build/windows/bossac.exe
Executable file → Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user