mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-29 18:52:13 +01:00
Updating arduino-builder to 1.0.0-beta4
This commit is contained in:
parent
1942394842
commit
de8390f6db
@ -1 +0,0 @@
|
||||
4b72651bf25dc056c430c9160e7c6a4aa9909214
|
1
build/arduino-builder-linux32-1.0.0-beta4.tar.bz2.sha
Normal file
1
build/arduino-builder-linux32-1.0.0-beta4.tar.bz2.sha
Normal file
@ -0,0 +1 @@
|
||||
b752f86ebc28853e7fc720b6581f5bf1fec0feff
|
@ -1 +0,0 @@
|
||||
68d07baf4cb12f270ca1fe6c669018695614a304
|
1
build/arduino-builder-linux64-1.0.0-beta4.tar.bz2.sha
Normal file
1
build/arduino-builder-linux64-1.0.0-beta4.tar.bz2.sha
Normal file
@ -0,0 +1 @@
|
||||
bdeeff079763cfdc23578198f370aac78dddc5de
|
@ -1 +0,0 @@
|
||||
15c8230a431669e629e9cbb635df6d90731cf144
|
1
build/arduino-builder-macosx-1.0.0-beta4.tar.bz2.sha
Normal file
1
build/arduino-builder-macosx-1.0.0-beta4.tar.bz2.sha
Normal file
@ -0,0 +1 @@
|
||||
2c3eb08a6761fc1ecd0c56d0f082e54b2992773b
|
@ -1 +0,0 @@
|
||||
5979a9ea20c7b982433a1119875aa6518b859bb6
|
1
build/arduino-builder-windows-1.0.0-beta4.zip.sha
Normal file
1
build/arduino-builder-windows-1.0.0-beta4.zip.sha
Normal file
@ -0,0 +1 @@
|
||||
8f379c1a226e251b066561a4750b4b2ac5f75ef0
|
@ -71,7 +71,7 @@
|
||||
</or>
|
||||
</condition>
|
||||
|
||||
<property name="ARDUINO-BUILDER-VERSION" value="1.0.0-beta3" />
|
||||
<property name="ARDUINO-BUILDER-VERSION" value="1.0.0-beta4" />
|
||||
|
||||
<!-- Libraries required for running arduino -->
|
||||
<fileset dir=".." id="runtime.jars">
|
||||
@ -142,8 +142,6 @@
|
||||
|
||||
<antcall target="assemble-hardware" />
|
||||
|
||||
<copy file="../hardware/platform.keys.rewrite.txt" todir="${staging_folder}/work/${staging_hardware_folder}"/>
|
||||
|
||||
<!-- copy shared examples folder -->
|
||||
<copy todir="${target.path}/examples">
|
||||
<fileset dir="shared/examples" />
|
||||
|
@ -1,20 +0,0 @@
|
||||
old.0.compiler.path={runtime.ide.path}/hardware/tools/avr/bin/
|
||||
new.0.compiler.path={runtime.tools.avr-gcc.path}/bin/
|
||||
|
||||
added.tools.avrdude.path={runtime.tools.avrdude.path}
|
||||
|
||||
old.1.tools.avrdude.cmd.path={runtime.ide.path}/hardware/tools/avr/bin/avrdude
|
||||
new.1.tools.avrdude.cmd.path={path}/bin/avrdude
|
||||
|
||||
old.2.tools.avrdude.config.path={runtime.ide.path}/hardware/tools/avr/etc/avrdude.conf
|
||||
new.2.tools.avrdude.config.path={path}/etc/avrdude.conf
|
||||
|
||||
old.3.compiler.path={runtime.ide.path}/hardware/tools/gcc-arm-none-eabi-4.8.3-2014q1/bin/
|
||||
new.3.compiler.path={runtime.tools.arm-none-eabi-gcc.path}/bin/
|
||||
|
||||
old.4.tools.bossac.path={runtime.ide.path}/hardware/tools
|
||||
new.4.tools.bossac.path={runtime.tools.bossac.path}
|
||||
|
||||
old.5.recipe.c.combine.pattern="{compiler.path}{compiler.c.elf.cmd}" {compiler.c.elf.flags} -mcpu={build.mcu} "-T{build.variant.path}/{build.ldscript}" "-Wl,-Map,{build.path}/{build.project_name}.map" {compiler.c.elf.extra_flags} -o "{build.path}/{build.project_name}.elf" "-L{build.path}" -mthumb -Wl,--cref -Wl,--check-sections -Wl,--gc-sections -Wl,--entry=Reset_Handler -Wl,--unresolved-symbols=report-all -Wl,--warn-common -Wl,--warn-section-align -Wl,--warn-unresolved-symbols -Wl,--start-group "{build.path}/syscalls_sam3.c.o" {object_files} "{build.variant.path}/{build.variant_system_lib}" "{build.path}/{archive_file}" -Wl,--end-group -lm -gcc
|
||||
new.5.recipe.c.combine.pattern="{compiler.path}{compiler.c.elf.cmd}" {compiler.c.elf.flags} -mcpu={build.mcu} "-T{build.variant.path}/{build.ldscript}" "-Wl,-Map,{build.path}/{build.project_name}.map" {compiler.c.elf.extra_flags} -o "{build.path}/{build.project_name}.elf" "-L{build.path}" -mthumb -Wl,--cref -Wl,--check-sections -Wl,--gc-sections -Wl,--entry=Reset_Handler -Wl,--unresolved-symbols=report-all -Wl,--warn-common -Wl,--warn-section-align -Wl,--warn-unresolved-symbols -Wl,--start-group "{build.path}/core/syscalls_sam3.c.o" {object_files} "{build.variant.path}/{build.variant_system_lib}" "{build.path}/{archive_file}" -Wl,--end-group -lm -gcc
|
||||
|
Loading…
x
Reference in New Issue
Block a user