1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-17 22:23:10 +03:00

Reordered boards menu

This commit is contained in:
Cristian Maglie
2012-10-09 21:40:11 +02:00
parent b2f1bce2ac
commit 2f8e766588
4 changed files with 50 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# AVR compile variables
# ---------------------
name=Arduino
name=Arduino AVR Boards
# Default "compiler.path" is correct, change only if you want to overidde the initial value
#compiler.path={ide.path}/tools/avr/bin/..
compiler.c.cmd=avr-gcc

View File

@ -2,7 +2,7 @@
# SAM3 compile variables
# ---------------------
name=Atmel SAM3
name=Arduino ARM (32-bits) Boards
compiler.path={runtime.ide.path}/hardware/tools/g++_arm_none_eabi/bin/
#compiler.path=C:/arm-none-eabi-gcc-4_6/bin/
compiler.c.cmd=arm-none-eabi-gcc