Update history

This commit is contained in:
Ivan Kravets
2017-02-21 11:54:04 +02:00
parent 2467d5a5d0
commit bcb265b42d

View File

@ -44,10 +44,12 @@ PlatformIO 3.0
* Development platform `Atmel AVR <https://github.com/platformio/platform-atmelavr>`__
+ Added support for EnviroDIY Mayfly board
+ Added support for EnviroDIY Mayfly, The Things Uno, SparkFun Qduino Mini,
SparkFun ATmega128RFA1 Dev Board, SparkFun Serial 7-Segment Display boards
+ Set fuse bits with new target named ``fuses``
(`issue #865 <https://github.com/platformio/platformio-core/issues/865>`_)
+ Updated Arduino Core to 1.6.17
+ Fixed ISO C99 warning for EnviroDIY Mayfly board
* Development platform `Atmel SAM <https://github.com/platformio/platform-atmelsam>`__