From cd71aaa14bd18ee203c79ccdf1cb536ecb60c48c Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 6 Jan 2016 10:33:13 -0600 Subject: [PATCH] Arduino-mega2560: Update hello configuration files --- configs/arduino-mega2560/hello/Make.defs | 4 ++-- configs/arduino-mega2560/hello/setenv.sh | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/configs/arduino-mega2560/hello/Make.defs b/configs/arduino-mega2560/hello/Make.defs index 9b507da7cc1..c4d8371fc83 100644 --- a/configs/arduino-mega2560/hello/Make.defs +++ b/configs/arduino-mega2560/hello/Make.defs @@ -1,7 +1,7 @@ ############################################################################ -# configs/amber/hello/Make.defs +# configs/arduion-mega2560/hello/Make.defs # -# Copyright (C) 2011-2012 Gregory Nutt. All rights reserved. +# Copyright (C) 2015 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without diff --git a/configs/arduino-mega2560/hello/setenv.sh b/configs/arduino-mega2560/hello/setenv.sh index c91f183e6ac..3f4dd93a5a6 100644 --- a/configs/arduino-mega2560/hello/setenv.sh +++ b/configs/arduino-mega2560/hello/setenv.sh @@ -1,7 +1,7 @@ #!/bin/bash -# configs/amber/hello/setenv.sh +# configs/arduino-mega2560/hello/setenv.sh # -# Copyright (C) 2011 Gregory Nutt. All rights reserved. +# Copyright (C) 2015 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without @@ -51,6 +51,7 @@ fi # toolchain under windows. This is *not* the default install # location so you will probably have to edit this. You will also have # to edit this if you install the Linux AVR toolchain as well +# export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/Atmel/Studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin" export TOOLCHAIN_BIN="/cygdrive/c/as-7/7.0/toolchain/avr8/avr8-gnu-toolchain/bin" # This is the Cygwin path to the location where I build the buildroot