Arduino cheat sheet: Difference between revisions

Line 67: Line 67:
===AVR toolchain 配置===
===AVR toolchain 配置===
  [https://github.com/arduino/toolchain-avr  The AVR toolchain used by the Arduino IDE]
  [https://github.com/arduino/toolchain-avr  The AVR toolchain used by the Arduino IDE]
:arduino IDE 1.6.1 の場合は release 3.4.5 である。tag を指定して git clone する。
:arduino IDE 1.6.1 の場合は AVR toolchain release 3.4.5 である。tag を指定して git clone する。
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
git clone --depth=1 --branch 3.4.5 --single-branch https://github.com/arduino/toolchain-avr.git
git clone --depth=1 --branch 3.4.5 --single-branch https://github.com/arduino/toolchain-avr.git