Add support for Samsung ARTIK boards (520, 710, 1020) and ARTIK SDK // Resolve #353

This commit is contained in:
Ivan Kravets
2016-12-16 21:33:17 +02:00
parent 539ad4b5ee
commit 8c47814d8d
4 changed files with 9 additions and 2 deletions

View File

@ -22,6 +22,12 @@ PlatformIO 3.0
+ Updated ESP32 Core for Arduino + Updated ESP32 Core for Arduino
* Development platform `Linux ARM <https://github.com/platformio/platform-linux_arm>`__
+ Added support for Samsung ARTIK boards (520, 710, 1020) and ARTIK SDK
(`issue #353 <https://github.com/platformio/platformio-core/issues/353>`_)
3.2.1 (2016-12-07) 3.2.1 (2016-12-07)
~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~

View File

@ -174,6 +174,7 @@ It has support for the most popular embedded platforms:
Frameworks: Frameworks:
* `Arduino <http://platformio.org/frameworks/arduino>`_ * `Arduino <http://platformio.org/frameworks/arduino>`_
* `ARTIK SDK <http://platformio.org/frameworks/artik-sdk>`_
* `CMSIS <http://platformio.org/frameworks/cmsis>`_ * `CMSIS <http://platformio.org/frameworks/cmsis>`_
* `Energia <http://platformio.org/frameworks/energia>`_ * `Energia <http://platformio.org/frameworks/energia>`_
* `ESP-IDF <http://platformio.org/frameworks/espidf>`_ * `ESP-IDF <http://platformio.org/frameworks/espidf>`_

2
docs

Submodule docs updated: 343ed9c1d2...f7bf9adf3d

View File

@ -69,6 +69,6 @@ setup(
"iot", "ide", "build", "compile", "library manager", "iot", "ide", "build", "compile", "library manager",
"embedded", "ci", "continuous integration", "arduino", "mbed", "embedded", "ci", "continuous integration", "arduino", "mbed",
"esp8266", "framework", "ide", "ide integration", "library.json", "esp8266", "framework", "ide", "ide integration", "library.json",
"make", "cmake", "makefile", "mk", "pic32", "fpga" "make", "cmake", "makefile", "mk", "pic32", "fpga", "artik"
] ]
) )