mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
Added version field to platform.txt
This commit is contained in:
@ -1,8 +1,16 @@
|
|||||||
|
|
||||||
|
# Arduino AVR Core and platform.
|
||||||
|
# ------------------------------
|
||||||
|
|
||||||
|
# For more info:
|
||||||
|
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
|
||||||
|
|
||||||
|
name=Arduino AVR Boards
|
||||||
|
version=1.5.3
|
||||||
|
|
||||||
# AVR compile variables
|
# AVR compile variables
|
||||||
# ---------------------
|
# ---------------------
|
||||||
|
|
||||||
name=Arduino AVR Boards
|
|
||||||
# Default "compiler.path" is correct, change only if you want to overidde the initial value
|
# Default "compiler.path" is correct, change only if you want to overidde the initial value
|
||||||
#compiler.path={ide.path}/tools/avr/bin/..
|
#compiler.path={ide.path}/tools/avr/bin/..
|
||||||
compiler.c.cmd=avr-gcc
|
compiler.c.cmd=avr-gcc
|
||||||
@ -50,7 +58,7 @@ recipe.size.regex=Total\s+([0-9]+).*
|
|||||||
|
|
||||||
|
|
||||||
# AVR Uploader/Programmers tools
|
# AVR Uploader/Programmers tools
|
||||||
# -------------------
|
# ------------------------------
|
||||||
|
|
||||||
tools.avrdude.cmd.path={runtime.ide.path}/hardware/tools/avr/bin/avrdude
|
tools.avrdude.cmd.path={runtime.ide.path}/hardware/tools/avr/bin/avrdude
|
||||||
tools.avrdude.config.path={runtime.ide.path}/hardware/tools/avr/etc/avrdude.conf
|
tools.avrdude.config.path={runtime.ide.path}/hardware/tools/avr/etc/avrdude.conf
|
||||||
|
@ -1,8 +1,15 @@
|
|||||||
|
|
||||||
# SAM3 compile variables
|
# Arduino SAM Core and platform.
|
||||||
# ---------------------
|
#
|
||||||
|
# For more info:
|
||||||
|
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
|
||||||
|
|
||||||
name=Arduino ARM (32-bits) Boards
|
name=Arduino ARM (32-bits) Boards
|
||||||
|
version=1.5.3
|
||||||
|
|
||||||
|
# SAM3 compile variables
|
||||||
|
# ----------------------
|
||||||
|
|
||||||
compiler.path={runtime.ide.path}/hardware/tools/g++_arm_none_eabi/bin/
|
compiler.path={runtime.ide.path}/hardware/tools/g++_arm_none_eabi/bin/
|
||||||
compiler.c.cmd=arm-none-eabi-gcc
|
compiler.c.cmd=arm-none-eabi-gcc
|
||||||
compiler.c.flags=-c -g -Os -w -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -Dprintf=iprintf
|
compiler.c.flags=-c -g -Os -w -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -Dprintf=iprintf
|
||||||
|
Reference in New Issue
Block a user