1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-18 07:52:14 +01:00
This commit is contained in:
Martino Facchin 2015-03-24 14:56:39 +01:00
commit 948bf209fa

View File

@ -5,6 +5,7 @@ ARDUINO 1.6.2
* In platform.txt, pre and post build hooks can now be specified. Example: recipe.hooks.prebuild.0.pattern=echo "Hello {build.source.path}". Thanks @Wackerbarth
* Windows and MacOSX JVM Xmx halved to 512M
* Introduced starting splashscreen with progress status: will be used for notifying user of long running startup tasks
* Available ports list is now generated in background: hence "tools" menu is much faster
[libraries]
* EEPROM: Replaced existing library with more complete implementation @Chris--A