forked from platformio/platformio-core
Add support for Samsung ARTIK boards (520, 710, 1020) and ARTIK SDK // Resolve #353
This commit is contained in:
@ -22,6 +22,12 @@ PlatformIO 3.0
|
||||
+ 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)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
@ -174,6 +174,7 @@ It has support for the most popular embedded platforms:
|
||||
Frameworks:
|
||||
|
||||
* `Arduino <http://platformio.org/frameworks/arduino>`_
|
||||
* `ARTIK SDK <http://platformio.org/frameworks/artik-sdk>`_
|
||||
* `CMSIS <http://platformio.org/frameworks/cmsis>`_
|
||||
* `Energia <http://platformio.org/frameworks/energia>`_
|
||||
* `ESP-IDF <http://platformio.org/frameworks/espidf>`_
|
||||
|
2
docs
2
docs
Submodule docs updated: 343ed9c1d2...f7bf9adf3d
2
setup.py
2
setup.py
@ -69,6 +69,6 @@ setup(
|
||||
"iot", "ide", "build", "compile", "library manager",
|
||||
"embedded", "ci", "continuous integration", "arduino", "mbed",
|
||||
"esp8266", "framework", "ide", "ide integration", "library.json",
|
||||
"make", "cmake", "makefile", "mk", "pic32", "fpga"
|
||||
"make", "cmake", "makefile", "mk", "pic32", "fpga", "artik"
|
||||
]
|
||||
)
|
||||
|
Reference in New Issue
Block a user