File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 267
267
</delete >
268
268
269
269
<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" />
272
272
<param name =" final_folder" value =" ${ staging_folder } /libastylej" />
273
273
<param name =" dest_folder" value =" ${ staging_folder } " />
274
274
</antcall >
486
486
<chmod perm =" 755" file =" linux/work/arduino" />
487
487
488
488
<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" />
491
491
<param name =" final_folder" value =" ${ staging_folder } /libastylej" />
492
492
<param name =" dest_folder" value =" ${ staging_folder } " />
493
493
</antcall >
715
715
</antcall >
716
716
717
717
<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" />
720
720
<param name =" final_folder" value =" ${ staging_folder } /libastylej" />
721
721
<param name =" dest_folder" value =" ${ staging_folder } " />
722
722
</antcall >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ 2cd093d3da2b0204a666d90440f513b717c9f80c
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ ARDUINO 1.6.0rc1
15
15
* Improved avrdude verbose upload (Matthijs Kooijman)
16
16
* (Mac OSX) Add Exported UTI for ino files, allows quick look to view the
17
17
content of the file and external editors to syntax highlight as C++ (Matt Lloyd)
18
+ * Updated libastyle to 2.05
18
19
19
20
[core]
20
21
* 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
23
24
* LiquidCrystal: added setRowOffsets function to support different LCD hardware configurations (Mark Sproul)
24
25
* LiquidCrystal: various improvements and optimizations (Matthijs Kooijman)
25
26
* Fixed PROGMEM error in Robot_Control/examples/explore/R06_Wheel_Calibration
27
+ * SD: Fixed SPI transaction mismatch (Paul Stoffregen)
26
28
27
29
The following changes are included also in the Arduino IDE 1.0.7:
28
30
You can’t perform that action at this time.
0 commit comments