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 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 >
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 >
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 >
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
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
2729The following changes are included also in the Arduino IDE 1.0.7:
2830
You can’t perform that action at this time.
0 commit comments