Skip to content

Commit 7b45b18

Browse files
committed
Merge branch 'ide-1.5.x-libastyle-2.05' of github.com:ffissore/Arduino into ide-1.5.x
2 parents c0bc2d2 + 0aa800b commit 7b45b18

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

build/build.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@
267267
</delete>
268268

269269
<antcall target="unzip">
270-
<param name="archive_file" value="./libastylej-2.04.zip" />
271-
<param name="archive_url" value="http://downloads.arduino.cc/libastylej-2.04.zip" />
270+
<param name="archive_file" value="./libastylej-2.05.zip" />
271+
<param name="archive_url" value="http://downloads.arduino.cc/libastylej-2.05.zip" />
272272
<param name="final_folder" value="${staging_folder}/libastylej" />
273273
<param name="dest_folder" value="${staging_folder}" />
274274
</antcall>
@@ -486,8 +486,8 @@
486486
<chmod perm="755" file="linux/work/arduino" />
487487

488488
<antcall target="unzip">
489-
<param name="archive_file" value="./libastylej-2.04.zip" />
490-
<param name="archive_url" value="http://downloads.arduino.cc/libastylej-2.04.zip" />
489+
<param name="archive_file" value="./libastylej-2.05.zip" />
490+
<param name="archive_url" value="http://downloads.arduino.cc/libastylej-2.05.zip" />
491491
<param name="final_folder" value="${staging_folder}/libastylej" />
492492
<param name="dest_folder" value="${staging_folder}" />
493493
</antcall>
@@ -715,8 +715,8 @@
715715
</antcall>
716716

717717
<antcall target="unzip">
718-
<param name="archive_file" value="./libastylej-2.04.zip" />
719-
<param name="archive_url" value="http://downloads.arduino.cc/libastylej-2.04.zip" />
718+
<param name="archive_file" value="./libastylej-2.05.zip" />
719+
<param name="archive_url" value="http://downloads.arduino.cc/libastylej-2.05.zip" />
720720
<param name="final_folder" value="${staging_folder}/libastylej" />
721721
<param name="dest_folder" value="${staging_folder}" />
722722
</antcall>

build/libastylej-2.04.zip.sha

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/libastylej-2.05.zip.sha

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2cd093d3da2b0204a666d90440f513b717c9f80c

build/shared/revisions.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ ARDUINO 1.6.0rc1
1515
* Improved avrdude verbose upload (Matthijs Kooijman)
1616
* (Mac OSX) Add Exported UTI for ino files, allows quick look to view the
1717
content of the file and external editors to syntax highlight as C++ (Matt Lloyd)
18+
* Updated libastyle to 2.05
1819

1920
[core]
2021
* sam: added -MMD flag to let gcc produce dependency files (full rebuild on Arduino Due is now triggered only if needed)
@@ -23,6 +24,7 @@ ARDUINO 1.6.0rc1
2324
* LiquidCrystal: added setRowOffsets function to support different LCD hardware configurations (Mark Sproul)
2425
* LiquidCrystal: various improvements and optimizations (Matthijs Kooijman)
2526
* Fixed PROGMEM error in Robot_Control/examples/explore/R06_Wheel_Calibration
27+
* SD: Fixed SPI transaction mismatch (Paul Stoffregen)
2628

2729
The following changes are included also in the Arduino IDE 1.0.7:
2830

0 commit comments

Comments
 (0)