mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-22 08:22:04 +03:00
Updated bossac to 1.2 for linux and win (MacOS version must be ported as well)
This commit is contained in:
@ -46,8 +46,8 @@ public class BossaCUploader extends Uploader {
|
|||||||
commandDownloader.add("--port=" + port);
|
commandDownloader.add("--port=" + port);
|
||||||
commandDownloader.add("-e");
|
commandDownloader.add("-e");
|
||||||
commandDownloader.add("-w");
|
commandDownloader.add("-w");
|
||||||
commandDownloader.add("-s");
|
commandDownloader.add("-v");
|
||||||
commandDownloader.add("-l");
|
commandDownloader.add("-b");
|
||||||
commandDownloader.add(buildPath + File.separator + className + ".bin");
|
commandDownloader.add(buildPath + File.separator + className + ".bin");
|
||||||
|
|
||||||
return bossac(commandDownloader);
|
return bossac(commandDownloader);
|
||||||
|
@ -345,6 +345,7 @@
|
|||||||
|
|
||||||
<target name="linux64-build" depends="linux-build" description="Build linux (64-bit) version">
|
<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/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" />
|
<copy tofile="linux/work/lib/librxtxSerial.so" file="linux/dist/lib/librxtxSerial64.so" overwrite="true" />
|
||||||
</target>
|
</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.
Reference in New Issue
Block a user