mirror of
https://github.com/platformio/platformio-core.git
synced 2025-08-01 19:04:29 +02:00
Update Arduino core for Espressif platform to 2.0.0 // Resolve #345
This commit is contained in:
@@ -4,12 +4,14 @@ Release History
|
|||||||
PlatformIO 2.0
|
PlatformIO 2.0
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
2.3.6 (2015-??-??)
|
2.4.0 (2015-??-??)
|
||||||
~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
* Added support for the new boards: Atmel ATSAMR21-XPRO, Atmel SAML21-XPRO-B,
|
* Added support for the new boards: Atmel ATSAMR21-XPRO, Atmel SAML21-XPRO-B,
|
||||||
Atmel SAMD21-XPRO, ST 32F469IDISCOVERY, ST 32L476GDISCOVERY, ST Nucleo F031K6,
|
Atmel SAMD21-XPRO, ST 32F469IDISCOVERY, ST 32L476GDISCOVERY, ST Nucleo F031K6,
|
||||||
ST Nucleo F042K6, ST Nucleo F303K8 and ST Nucleo L476RG
|
ST Nucleo F042K6, ST Nucleo F303K8 and ST Nucleo L476RG
|
||||||
|
* Updated Arduino core for Espressif platform to 2.0.0
|
||||||
|
(`issue #345 <https://github.com/platformio/platformio/issues/345>`_)
|
||||||
* Added to FAQ explanation of `Can not compile a library that compiles without issue
|
* Added to FAQ explanation of `Can not compile a library that compiles without issue
|
||||||
with Arduino IDE <http://docs.platformio.org/en/latest/faq.html#building>`_
|
with Arduino IDE <http://docs.platformio.org/en/latest/faq.html#building>`_
|
||||||
(`issue #331 <https://github.com/platformio/platformio/issues/331>`_)
|
(`issue #331 <https://github.com/platformio/platformio/issues/331>`_)
|
||||||
|
@@ -12,7 +12,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
VERSION = (2, 3, "6.dev3")
|
VERSION = (2, 4, "b1")
|
||||||
__version__ = ".".join([str(s) for s in VERSION])
|
__version__ = ".".join([str(s) for s in VERSION])
|
||||||
|
|
||||||
__title__ = "platformio"
|
__title__ = "platformio"
|
||||||
|
Reference in New Issue
Block a user