mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
Update the support for Sanguino Boards
This commit is contained in:
@ -12,8 +12,12 @@ PlatformIO 2.0
|
|||||||
* Added support for ARM mbed-enabled board Seed Arch Max (STM32F407VET6)
|
* Added support for ARM mbed-enabled board Seed Arch Max (STM32F407VET6)
|
||||||
(`issue #572 <https://github.com/platformio/platformio/issues/572>`_)
|
(`issue #572 <https://github.com/platformio/platformio/issues/572>`_)
|
||||||
* Improved DNS lookup for PlatformIO API
|
* Improved DNS lookup for PlatformIO API
|
||||||
|
* Updated Arduino Wiring-based framework to the latest version for
|
||||||
|
Atmel AVR/SAM development platforms
|
||||||
* Updated "Teensy Loader CLI" and fixed uploading of large .hex files
|
* Updated "Teensy Loader CLI" and fixed uploading of large .hex files
|
||||||
(`issue #568 <https://github.com/platformio/platformio/issues/568>`_)
|
(`issue #568 <https://github.com/platformio/platformio/issues/568>`_)
|
||||||
|
* Updated the support for Sanguino Boards
|
||||||
|
(`issue #586 <https://github.com/platformio/platformio/issues/586>`_)
|
||||||
* Better handling of used boards when re-initialize/update project
|
* Better handling of used boards when re-initialize/update project
|
||||||
* Improved support for non-Unicode user profiles for Windows OS
|
* Improved support for non-Unicode user profiles for Windows OS
|
||||||
* Disabled progress bar for download operations when prompts are disabled
|
* Disabled progress bar for download operations when prompts are disabled
|
||||||
|
@ -502,6 +502,33 @@ Doit
|
|||||||
- 4096 Kb
|
- 4096 Kb
|
||||||
- 80 Kb
|
- 80 Kb
|
||||||
|
|
||||||
|
ESPert
|
||||||
|
~~~~~~
|
||||||
|
|
||||||
|
.. list-table::
|
||||||
|
:header-rows: 1
|
||||||
|
|
||||||
|
* - Type ``board``
|
||||||
|
- Name
|
||||||
|
- Microcontroller
|
||||||
|
- Frequency
|
||||||
|
- Flash
|
||||||
|
- RAM
|
||||||
|
|
||||||
|
* - ``espresso_lite_v1``
|
||||||
|
- `ESPresso Lite 1.0 <http://www.espert.co>`_
|
||||||
|
- ESP8266
|
||||||
|
- 80 MHz
|
||||||
|
- 4096 Kb
|
||||||
|
- 80 Kb
|
||||||
|
|
||||||
|
* - ``espresso_lite_v2``
|
||||||
|
- `ESPresso Lite 2.0 <http://www.espert.co>`_
|
||||||
|
- ESP8266
|
||||||
|
- 80 MHz
|
||||||
|
- 4096 Kb
|
||||||
|
- 80 Kb
|
||||||
|
|
||||||
ESPino
|
ESPino
|
||||||
~~~~~~
|
~~~~~~
|
||||||
|
|
||||||
@ -604,20 +631,6 @@ Espressif
|
|||||||
- 4096 Kb
|
- 4096 Kb
|
||||||
- 50 Kb
|
- 50 Kb
|
||||||
|
|
||||||
* - ``espresso_lite_v1``
|
|
||||||
- `ESPresso Lite 1.0 <http://www.esp8266.com/wiki/doku.php?id=esp8266-module-family>`_
|
|
||||||
- ESP8266
|
|
||||||
- 80 MHz
|
|
||||||
- 4096 Kb
|
|
||||||
- 80 Kb
|
|
||||||
|
|
||||||
* - ``espresso_lite_v2``
|
|
||||||
- `ESPresso Lite 2.0 <http://www.esp8266.com/wiki/doku.php?id=esp8266-module-family>`_
|
|
||||||
- ESP8266
|
|
||||||
- 80 MHz
|
|
||||||
- 4096 Kb
|
|
||||||
- 80 Kb
|
|
||||||
|
|
||||||
LightUp
|
LightUp
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
|
||||||
@ -969,20 +982,13 @@ Sanguino
|
|||||||
- Flash
|
- Flash
|
||||||
- RAM
|
- RAM
|
||||||
|
|
||||||
* - ``sanguino_atmega12848m``
|
* - ``sanguino_atmega1284_8m``
|
||||||
- `Sanguino ATmega1284p (8MHz) <https://code.google.com/p/sanguino/>`_
|
- `Sanguino ATmega1284p (8MHz) <https://code.google.com/p/sanguino/>`_
|
||||||
- ATMEGA1284P
|
- ATMEGA1284P
|
||||||
- 8 MHz
|
- 8 MHz
|
||||||
- 128 Kb
|
- 128 Kb
|
||||||
- 16 Kb
|
- 16 Kb
|
||||||
|
|
||||||
* - ``sanguino_atmega1284m``
|
|
||||||
- `Sanguino ATmega1284p (20MHz) <https://code.google.com/p/sanguino/>`_
|
|
||||||
- ATMEGA1284P
|
|
||||||
- 20 MHz
|
|
||||||
- 128 Kb
|
|
||||||
- 16 Kb
|
|
||||||
|
|
||||||
* - ``sanguino_atmega1284p``
|
* - ``sanguino_atmega1284p``
|
||||||
- `Sanguino ATmega1284p (16MHz) <https://code.google.com/p/sanguino/>`_
|
- `Sanguino ATmega1284p (16MHz) <https://code.google.com/p/sanguino/>`_
|
||||||
- ATMEGA1284P
|
- ATMEGA1284P
|
||||||
@ -990,13 +996,34 @@ Sanguino
|
|||||||
- 128 Kb
|
- 128 Kb
|
||||||
- 16 Kb
|
- 16 Kb
|
||||||
|
|
||||||
|
* - ``sanguino_atmega644``
|
||||||
|
- `Sanguino ATmega644 or ATmega644A (16 MHz) <https://code.google.com/p/sanguino/>`_
|
||||||
|
- ATMEGA644
|
||||||
|
- 16 MHz
|
||||||
|
- 64 Kb
|
||||||
|
- 4 Kb
|
||||||
|
|
||||||
|
* - ``sanguino_atmega644_8m``
|
||||||
|
- `Sanguino ATmega644 or ATmega644A (8 MHz) <https://code.google.com/p/sanguino/>`_
|
||||||
|
- ATMEGA644
|
||||||
|
- 8 MHz
|
||||||
|
- 64 Kb
|
||||||
|
- 4 Kb
|
||||||
|
|
||||||
* - ``sanguino_atmega644p``
|
* - ``sanguino_atmega644p``
|
||||||
- `Sanguino ATmega644P <https://code.google.com/p/sanguino/>`_
|
- `Sanguino ATmega644P or ATmega644PA (16 MHz) <https://code.google.com/p/sanguino/>`_
|
||||||
- ATMEGA644P
|
- ATMEGA644P
|
||||||
- 16 MHz
|
- 16 MHz
|
||||||
- 64 Kb
|
- 64 Kb
|
||||||
- 4 Kb
|
- 4 Kb
|
||||||
|
|
||||||
|
* - ``sanguino_atmega644p_8m``
|
||||||
|
- `Sanguino ATmega644P or ATmega644PA (8 MHz) <https://code.google.com/p/sanguino/>`_
|
||||||
|
- ATMEGA644P
|
||||||
|
- 8 MHz
|
||||||
|
- 64 Kb
|
||||||
|
- 4 Kb
|
||||||
|
|
||||||
SparkFun
|
SparkFun
|
||||||
~~~~~~~~
|
~~~~~~~~
|
||||||
|
|
||||||
|
@ -596,6 +596,13 @@ SeeedStudio
|
|||||||
- Flash
|
- Flash
|
||||||
- RAM
|
- RAM
|
||||||
|
|
||||||
|
* - ``seeedArchMax``
|
||||||
|
- `SeeedStudio Arch Max <https://developer.mbed.org/platforms/Seeed-Arch-Max/>`_
|
||||||
|
- STM32F407VET6
|
||||||
|
- 168 MHz
|
||||||
|
- 512 Kb
|
||||||
|
- 192 Kb
|
||||||
|
|
||||||
* - ``seeedTinyBLE``
|
* - ``seeedTinyBLE``
|
||||||
- `SeeedStudio Seeed Tiny BLE <http://developer.mbed.org/platforms/Seeed-Tiny-BLE/>`_
|
- `SeeedStudio Seeed Tiny BLE <http://developer.mbed.org/platforms/Seeed-Tiny-BLE/>`_
|
||||||
- NRF51822
|
- NRF51822
|
||||||
|
@ -98,6 +98,9 @@ Terminal and run ``clang --version``. If ``clang`` is not installed, then instal
|
|||||||
first time, or manually by running ``xcode-select --install``
|
first time, or manually by running ``xcode-select --install``
|
||||||
- **Windows**: Download the latest `Clang for Windows <http://llvm.org/releases/download.html>`_.
|
- **Windows**: Download the latest `Clang for Windows <http://llvm.org/releases/download.html>`_.
|
||||||
Please select "Add LLVM to the system PATH" option on the installation step.
|
Please select "Add LLVM to the system PATH" option on the installation step.
|
||||||
|
|
||||||
|
.. image:: ../_static/clang-installer-add-path.png
|
||||||
|
|
||||||
- **Linux**: Using package managers: ``apt-get install clang`` or ``yum install clang``.
|
- **Linux**: Using package managers: ``apt-get install clang`` or ``yum install clang``.
|
||||||
- **Other Systems**: Download the latest `Clang for the other systems <http://llvm.org/releases/download.html>`_.
|
- **Other Systems**: Download the latest `Clang for the other systems <http://llvm.org/releases/download.html>`_.
|
||||||
|
|
||||||
|
@ -741,20 +741,13 @@ Sanguino
|
|||||||
- Flash
|
- Flash
|
||||||
- RAM
|
- RAM
|
||||||
|
|
||||||
* - ``sanguino_atmega12848m``
|
* - ``sanguino_atmega1284_8m``
|
||||||
- `Sanguino ATmega1284p (8MHz) <https://code.google.com/p/sanguino/>`_
|
- `Sanguino ATmega1284p (8MHz) <https://code.google.com/p/sanguino/>`_
|
||||||
- ATMEGA1284P
|
- ATMEGA1284P
|
||||||
- 8 MHz
|
- 8 MHz
|
||||||
- 128 Kb
|
- 128 Kb
|
||||||
- 16 Kb
|
- 16 Kb
|
||||||
|
|
||||||
* - ``sanguino_atmega1284m``
|
|
||||||
- `Sanguino ATmega1284p (20MHz) <https://code.google.com/p/sanguino/>`_
|
|
||||||
- ATMEGA1284P
|
|
||||||
- 20 MHz
|
|
||||||
- 128 Kb
|
|
||||||
- 16 Kb
|
|
||||||
|
|
||||||
* - ``sanguino_atmega1284p``
|
* - ``sanguino_atmega1284p``
|
||||||
- `Sanguino ATmega1284p (16MHz) <https://code.google.com/p/sanguino/>`_
|
- `Sanguino ATmega1284p (16MHz) <https://code.google.com/p/sanguino/>`_
|
||||||
- ATMEGA1284P
|
- ATMEGA1284P
|
||||||
@ -762,13 +755,34 @@ Sanguino
|
|||||||
- 128 Kb
|
- 128 Kb
|
||||||
- 16 Kb
|
- 16 Kb
|
||||||
|
|
||||||
|
* - ``sanguino_atmega644``
|
||||||
|
- `Sanguino ATmega644 or ATmega644A (16 MHz) <https://code.google.com/p/sanguino/>`_
|
||||||
|
- ATMEGA644
|
||||||
|
- 16 MHz
|
||||||
|
- 64 Kb
|
||||||
|
- 4 Kb
|
||||||
|
|
||||||
|
* - ``sanguino_atmega644_8m``
|
||||||
|
- `Sanguino ATmega644 or ATmega644A (8 MHz) <https://code.google.com/p/sanguino/>`_
|
||||||
|
- ATMEGA644
|
||||||
|
- 8 MHz
|
||||||
|
- 64 Kb
|
||||||
|
- 4 Kb
|
||||||
|
|
||||||
* - ``sanguino_atmega644p``
|
* - ``sanguino_atmega644p``
|
||||||
- `Sanguino ATmega644P <https://code.google.com/p/sanguino/>`_
|
- `Sanguino ATmega644P or ATmega644PA (16 MHz) <https://code.google.com/p/sanguino/>`_
|
||||||
- ATMEGA644P
|
- ATMEGA644P
|
||||||
- 16 MHz
|
- 16 MHz
|
||||||
- 64 Kb
|
- 64 Kb
|
||||||
- 4 Kb
|
- 4 Kb
|
||||||
|
|
||||||
|
* - ``sanguino_atmega644p_8m``
|
||||||
|
- `Sanguino ATmega644P or ATmega644PA (8 MHz) <https://code.google.com/p/sanguino/>`_
|
||||||
|
- ATMEGA644P
|
||||||
|
- 8 MHz
|
||||||
|
- 64 Kb
|
||||||
|
- 4 Kb
|
||||||
|
|
||||||
SparkFun
|
SparkFun
|
||||||
~~~~~~~~
|
~~~~~~~~
|
||||||
|
|
||||||
|
@ -116,6 +116,33 @@ Doit
|
|||||||
- 4096 Kb
|
- 4096 Kb
|
||||||
- 80 Kb
|
- 80 Kb
|
||||||
|
|
||||||
|
ESPert
|
||||||
|
~~~~~~
|
||||||
|
|
||||||
|
.. list-table::
|
||||||
|
:header-rows: 1
|
||||||
|
|
||||||
|
* - Type ``board``
|
||||||
|
- Name
|
||||||
|
- Microcontroller
|
||||||
|
- Frequency
|
||||||
|
- Flash
|
||||||
|
- RAM
|
||||||
|
|
||||||
|
* - ``espresso_lite_v1``
|
||||||
|
- `ESPresso Lite 1.0 <http://www.espert.co>`_
|
||||||
|
- ESP8266
|
||||||
|
- 80 MHz
|
||||||
|
- 4096 Kb
|
||||||
|
- 80 Kb
|
||||||
|
|
||||||
|
* - ``espresso_lite_v2``
|
||||||
|
- `ESPresso Lite 2.0 <http://www.espert.co>`_
|
||||||
|
- ESP8266
|
||||||
|
- 80 MHz
|
||||||
|
- 4096 Kb
|
||||||
|
- 80 Kb
|
||||||
|
|
||||||
ESPino
|
ESPino
|
||||||
~~~~~~
|
~~~~~~
|
||||||
|
|
||||||
@ -184,20 +211,6 @@ Espressif
|
|||||||
- 4096 Kb
|
- 4096 Kb
|
||||||
- 50 Kb
|
- 50 Kb
|
||||||
|
|
||||||
* - ``espresso_lite_v1``
|
|
||||||
- `ESPresso Lite 1.0 <http://www.esp8266.com/wiki/doku.php?id=esp8266-module-family>`_
|
|
||||||
- ESP8266
|
|
||||||
- 80 MHz
|
|
||||||
- 4096 Kb
|
|
||||||
- 80 Kb
|
|
||||||
|
|
||||||
* - ``espresso_lite_v2``
|
|
||||||
- `ESPresso Lite 2.0 <http://www.esp8266.com/wiki/doku.php?id=esp8266-module-family>`_
|
|
||||||
- ESP8266
|
|
||||||
- 80 MHz
|
|
||||||
- 4096 Kb
|
|
||||||
- 80 Kb
|
|
||||||
|
|
||||||
NodeMCU
|
NodeMCU
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
|
||||||
|
@ -331,4 +331,24 @@ ST
|
|||||||
- 1024 Kb
|
- 1024 Kb
|
||||||
- 128 Kb
|
- 128 Kb
|
||||||
|
|
||||||
|
SeeedStudio
|
||||||
|
~~~~~~~~~~~
|
||||||
|
|
||||||
|
.. list-table::
|
||||||
|
:header-rows: 1
|
||||||
|
|
||||||
|
* - Type ``board``
|
||||||
|
- Name
|
||||||
|
- Microcontroller
|
||||||
|
- Frequency
|
||||||
|
- Flash
|
||||||
|
- RAM
|
||||||
|
|
||||||
|
* - ``seeedArchMax``
|
||||||
|
- `SeeedStudio Arch Max <https://developer.mbed.org/platforms/Seeed-Arch-Max/>`_
|
||||||
|
- STM32F407VET6
|
||||||
|
- 168 MHz
|
||||||
|
- 512 Kb
|
||||||
|
- 192 Kb
|
||||||
|
|
||||||
.. include:: ststm32_extra.rst
|
.. include:: ststm32_extra.rst
|
||||||
|
Reference in New Issue
Block a user