Skip to content

Commit 6acc11d

Browse files
committed
Updated to atmel-3.5.3 bundle
1 parent fd33048 commit 6acc11d

5 files changed

+6
-6
lines changed

avr-libc.build.bash

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export PATH="$TOOLS_BIN_PATH:$PATH"
2929

3030
if [[ ! -f avr-libc.tar.bz2 ]] ;
3131
then
32-
wget http://distribute.atmel.no/tools/opensource/Atmel-AVR-GNU-Toolchain/3.5.2/avr-libc.tar.bz2
32+
wget http://distribute.atmel.no/tools/opensource/Atmel-AVR-GNU-Toolchain/3.5.3/avr-libc.tar.bz2
3333
fi
3434

3535
if [[ $OS == "Msys" || $OS == "Cygwin" ]] ; then
@@ -53,7 +53,7 @@ cd -
5353

5454
if [[ ! -f avr8-headers.zip ]] ;
5555
then
56-
wget http://distribute.atmel.no/tools/opensource/Atmel-AVR-GNU-Toolchain/3.5.2/avr8-headers.zip
56+
wget http://distribute.atmel.no/tools/opensource/Atmel-AVR-GNU-Toolchain/3.5.3/avr8-headers.zip
5757
fi
5858

5959
unzip avr8-headers.zip -d avr8-headers

binutils.build.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export PATH="$TOOLS_BIN_PATH:$PATH"
2929

3030
if [[ ! -f avr-binutils.tar.bz2 ]] ;
3131
then
32-
wget http://distribute.atmel.no/tools/opensource/Atmel-AVR-GNU-Toolchain/3.5.2/avr-binutils.tar.bz2
32+
wget http://distribute.atmel.no/tools/opensource/Atmel-AVR-GNU-Toolchain/3.5.3/avr-binutils.tar.bz2
3333
fi
3434
tar xfv avr-binutils.tar.bz2
3535

gcc.build.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ tar xfv mpc-0.9.tar.gz
5050

5151
if [[ ! -f avr-gcc.tar.bz2 ]] ;
5252
then
53-
wget http://distribute.atmel.no/tools/opensource/Atmel-AVR-GNU-Toolchain/3.5.2/avr-gcc.tar.bz2
53+
wget http://distribute.atmel.no/tools/opensource/Atmel-AVR-GNU-Toolchain/3.5.3/avr-gcc.tar.bz2
5454
fi
5555

5656
tar xfv avr-gcc.tar.bz2

gdb.build.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export PATH="$TOOLS_BIN_PATH:$PATH"
2929

3030
if [[ ! -f avr-gdb.tar.bz2 ]] ;
3131
then
32-
wget http://distribute.atmel.no/tools/opensource/Atmel-AVR-GNU-Toolchain/3.5.2/avr-gdb.tar.bz2
32+
wget http://distribute.atmel.no/tools/opensource/Atmel-AVR-GNU-Toolchain/3.5.3/avr-gdb.tar.bz2
3333
fi
3434

3535
tar xfv avr-gdb.tar.bz2

package-avr-gcc.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# along with this program; if not, write to the Free Software
1616
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1717

18-
OUTPUT_VERSION=4.9.2-arduino4
18+
OUTPUT_VERSION=4.9.2-atmel3.5.3-arduino
1919

2020
export OS=`uname -o || uname`
2121
export TARGET_OS=$OS

0 commit comments

Comments
 (0)