summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc1766stk/zmodem/setenv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/olimex-lpc1766stk/zmodem/setenv.sh')
-rwxr-xr-xnuttx/configs/olimex-lpc1766stk/zmodem/setenv.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/configs/olimex-lpc1766stk/zmodem/setenv.sh b/nuttx/configs/olimex-lpc1766stk/zmodem/setenv.sh
index 29238a137..29e86e49a 100755
--- a/nuttx/configs/olimex-lpc1766stk/zmodem/setenv.sh
+++ b/nuttx/configs/olimex-lpc1766stk/zmodem/setenv.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# configs/olimex-lpc1766stk/zmodem/setenv.sh
#
-# Copyright (C) 2013 Gregory Nutt. All rights reserved.
+# Copyright (C) 2013-2014 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
@@ -51,6 +51,7 @@ fi
# toolchain under windows. You will also have to edit this if you install
# the CodeSourcery toolchain in any other location
# export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ Lite/bin"
+# export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin"
# These are the Cygwin paths to the locations where I installed the Atollic
# toolchain under windows. You will also have to edit this if you install