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:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user