mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Added new boards to "atmelavr" platform: Arduino NG, Arduino BT, Arduino Esplora, Arduino Ethernet, Arduino Robot Control, Arduino Robot Motor and Arduino Yun
This commit is contained in:
@ -6,6 +6,9 @@ Release History
|
|||||||
|
|
||||||
* Added support for *ARM*-based credit-card computers: `Raspberry Pi <http://www.raspberrypi.org>`_,
|
* Added support for *ARM*-based credit-card computers: `Raspberry Pi <http://www.raspberrypi.org>`_,
|
||||||
`BeagleBoard <http://beagleboard.org>`_ and `CubieBoard <http://cubieboard.org>`_
|
`BeagleBoard <http://beagleboard.org>`_ and `CubieBoard <http://cubieboard.org>`_
|
||||||
|
* Added new boards to `atmelavr <http://docs.platformio.org/en/latest/platforms/atmelavr.html#boards>`_
|
||||||
|
platform: *Arduino NG, Arduino BT, Arduino Esplora, Arduino Ethernet,
|
||||||
|
Arduino Robot Control, Arduino Robot Motor and Arduino Yun*
|
||||||
* Refactored *Library Dependency Finder* (issues
|
* Refactored *Library Dependency Finder* (issues
|
||||||
`#48 <https://github.com/ivankravets/platformio/issues/48>`_,
|
`#48 <https://github.com/ivankravets/platformio/issues/48>`_,
|
||||||
`#50 <https://github.com/ivankravets/platformio/issues/50>`_,
|
`#50 <https://github.com/ivankravets/platformio/issues/50>`_,
|
||||||
|
@ -75,6 +75,34 @@ Arduino
|
|||||||
- Frequency ``board_f_cpu``
|
- Frequency ``board_f_cpu``
|
||||||
- Flash
|
- Flash
|
||||||
- RAM
|
- RAM
|
||||||
|
* - ``atmegangatmega168``
|
||||||
|
- `Arduino NG or older (ATmega168)
|
||||||
|
<http://arduino.cc/en/main/boards>`_
|
||||||
|
- ATmega168 ``atmega168``
|
||||||
|
- 16 MHz ``16000000L``
|
||||||
|
- 16 Kb
|
||||||
|
- 1 Kb
|
||||||
|
* - ``atmegangatmega8``
|
||||||
|
- `Arduino Arduino NG or older (ATmega8)
|
||||||
|
<http://arduino.cc/en/main/boards>`_
|
||||||
|
- ATmega8 ``atmega8``
|
||||||
|
- 16 MHz ``16000000L``
|
||||||
|
- 8 Kb
|
||||||
|
- 1 Kb
|
||||||
|
* - ``btatmega168``
|
||||||
|
- `Arduino BT (ATmega168)
|
||||||
|
<http://arduino.cc/en/main/boards>`_
|
||||||
|
- ATmega168 ``atmega168``
|
||||||
|
- 16 MHz ``16000000L``
|
||||||
|
- 16 Kb
|
||||||
|
- 1 Kb
|
||||||
|
* - ``btatmega328``
|
||||||
|
- `Arduino BT (ATmega328)
|
||||||
|
<http://arduino.cc/en/main/boards>`_
|
||||||
|
- ATmega328 ``atmega328``
|
||||||
|
- 16 MHz ``16000000L``
|
||||||
|
- 32 Kb
|
||||||
|
- 2 Kb
|
||||||
* - ``diecimilaatmega168``
|
* - ``diecimilaatmega168``
|
||||||
- `Arduino Diecimila or Duemilanove (ATmega168)
|
- `Arduino Diecimila or Duemilanove (ATmega168)
|
||||||
<http://arduino.cc/en/Main/ArduinoBoardDiecimila>`_
|
<http://arduino.cc/en/Main/ArduinoBoardDiecimila>`_
|
||||||
@ -89,6 +117,19 @@ Arduino
|
|||||||
- 16 MHz ``16000000L``
|
- 16 MHz ``16000000L``
|
||||||
- 32 Kb
|
- 32 Kb
|
||||||
- 2 Kb
|
- 2 Kb
|
||||||
|
* - ``esplora``
|
||||||
|
- `Arduino Esplora <http://arduino.cc/en/Main/ArduinoBoardEsplora>`_
|
||||||
|
- ATmega32u4 ``atmega32u4``
|
||||||
|
- 16 MHz ``16000000L``
|
||||||
|
- 32 Kb
|
||||||
|
- 2.5 Kb
|
||||||
|
* - ``ethernet``
|
||||||
|
- `Arduino Ethernet
|
||||||
|
<http://arduino.cc/en/Main/ArduinoBoardEthernet>`_
|
||||||
|
- ATmega328P ``atmega328p``
|
||||||
|
- 16 MHz ``16000000L``
|
||||||
|
- 32 Kb
|
||||||
|
- 2 Kb
|
||||||
* - ``fio``
|
* - ``fio``
|
||||||
- `Arduino Fio
|
- `Arduino Fio
|
||||||
<http://arduino.cc/en/Main/ArduinoBoardFio>`_
|
<http://arduino.cc/en/Main/ArduinoBoardFio>`_
|
||||||
@ -123,6 +164,13 @@ Arduino
|
|||||||
- 8 MHz ``8000000L``
|
- 8 MHz ``8000000L``
|
||||||
- 32 Kb
|
- 32 Kb
|
||||||
- 2 Kb
|
- 2 Kb
|
||||||
|
* - ``megaADK``
|
||||||
|
- `Arduino Mega ADK
|
||||||
|
<http://arduino.cc/en/Main/ArduinoBoardMegaADK>`_
|
||||||
|
- ATmega2560 ``atmega2560``
|
||||||
|
- 16 MHz ``16000000L``
|
||||||
|
- 256 Kb
|
||||||
|
- 8 Kb
|
||||||
* - ``megaatmega1280``
|
* - ``megaatmega1280``
|
||||||
- `Arduino Mega (ATmega1280)
|
- `Arduino Mega (ATmega1280)
|
||||||
<http://arduino.cc/en/Main/arduinoBoardMega>`_
|
<http://arduino.cc/en/Main/arduinoBoardMega>`_
|
||||||
@ -137,13 +185,6 @@ Arduino
|
|||||||
- 16 MHz ``16000000L``
|
- 16 MHz ``16000000L``
|
||||||
- 256 Kb
|
- 256 Kb
|
||||||
- 8 Kb
|
- 8 Kb
|
||||||
* - ``megaADK``
|
|
||||||
- `Arduino Mega ADK
|
|
||||||
<http://arduino.cc/en/Main/ArduinoBoardMegaADK>`_
|
|
||||||
- ATmega2560 ``atmega2560``
|
|
||||||
- 16 MHz ``16000000L``
|
|
||||||
- 256 Kb
|
|
||||||
- 8 Kb
|
|
||||||
* - ``micro``
|
* - ``micro``
|
||||||
- `Arduino Micro
|
- `Arduino Micro
|
||||||
<http://arduino.cc/en/Main/ArduinoBoardMicro>`_
|
<http://arduino.cc/en/Main/ArduinoBoardMicro>`_
|
||||||
@ -207,6 +248,20 @@ Arduino
|
|||||||
- 16 MHz ``16000000L``
|
- 16 MHz ``16000000L``
|
||||||
- 32 Kb
|
- 32 Kb
|
||||||
- 2 Kb
|
- 2 Kb
|
||||||
|
* - ``robotControl``
|
||||||
|
- `Arduino Robot Control
|
||||||
|
<http://arduino.cc/en/Main/Robot>`_
|
||||||
|
- ATmega32u4 ``atmega32u4``
|
||||||
|
- 16 MHz ``16000000L``
|
||||||
|
- 32 Kb
|
||||||
|
- 2.5 Kb
|
||||||
|
* - ``robotMotor``
|
||||||
|
- `Arduino Robot Motor
|
||||||
|
<http://arduino.cc/en/Main/Robot>`_
|
||||||
|
- ATmega32u4 ``atmega32u4``
|
||||||
|
- 16 MHz ``16000000L``
|
||||||
|
- 32 Kb
|
||||||
|
- 2.5 Kb
|
||||||
* - ``uno``
|
* - ``uno``
|
||||||
- `Arduino Uno
|
- `Arduino Uno
|
||||||
<http://arduino.cc/en/Main/ArduinoBoardUno>`_
|
<http://arduino.cc/en/Main/ArduinoBoardUno>`_
|
||||||
@ -214,6 +269,13 @@ Arduino
|
|||||||
- 16 MHz ``16000000L``
|
- 16 MHz ``16000000L``
|
||||||
- 32 Kb
|
- 32 Kb
|
||||||
- 2 Kb
|
- 2 Kb
|
||||||
|
* - ``yun``
|
||||||
|
- `Arduino Yun
|
||||||
|
<http://arduino.cc/en/Main/ArduinoBoardYun>`_
|
||||||
|
- ATmega32u4 ``atmega32u4``
|
||||||
|
- 16 MHz ``16000000L``
|
||||||
|
- 32 Kb
|
||||||
|
- 2.5 Kb
|
||||||
|
|
||||||
More detailed information you can find here
|
More detailed information you can find here
|
||||||
`Arduino boards <http://arduino.cc/en/Main/Products>`_.
|
`Arduino boards <http://arduino.cc/en/Main/Products>`_.
|
||||||
|
@ -537,4 +537,4 @@
|
|||||||
"wait_for_upload_port": true
|
"wait_for_upload_port": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user