summaryrefslogtreecommitdiff
path: root/nuttx/configs/lm3s6965-ek
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-05 15:37:07 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-05 15:37:07 -0600
commit24a92b4f1dfb8c0f3fd978c2a952f1eff61919e2 (patch)
tree285738522a1730b93f0dbfc075efd9fd43efd663 /nuttx/configs/lm3s6965-ek
parent87aa7c4d0d509510c8d451fc51cbf613c2b5218d (diff)
downloadnuttx-24a92b4f1dfb8c0f3fd978c2a952f1eff61919e2.tar.gz
nuttx-24a92b4f1dfb8c0f3fd978c2a952f1eff61919e2.tar.bz2
nuttx-24a92b4f1dfb8c0f3fd978c2a952f1eff61919e2.zip
Use common naming for all buildroot toolchains
Diffstat (limited to 'nuttx/configs/lm3s6965-ek')
-rw-r--r--nuttx/configs/lm3s6965-ek/README.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/nuttx/configs/lm3s6965-ek/README.txt b/nuttx/configs/lm3s6965-ek/README.txt
index 9b0413aec..11ffbc8c3 100644
--- a/nuttx/configs/lm3s6965-ek/README.txt
+++ b/nuttx/configs/lm3s6965-ek/README.txt
@@ -206,12 +206,12 @@ GNU Toolchain Options
the CodeSourcery or devkitARM, you simply need to add one of the following
configuration options to your .config (or defconfig) file:
- CONFIG_LM_CODESOURCERYW=y : CodeSourcery under Windows
- CONFIG_LM_CODESOURCERYL=y : CodeSourcery under Linux
- CONFIG_LM_DEVKITARM=y : devkitARM under Windows
- CONFIG_LM_BUILDROOT=y : NuttX buildroot under Linux or Cygwin (default)
+ CONFIG_ARMV7M_TOOLCHAIN_CODESOURCERYW=y : CodeSourcery under Windows
+ CONFIG_ARMV7M_TOOLCHAIN_CODESOURCERYL=y : CodeSourcery under Linux
+ CONFIG_ARMV7M_TOOLCHAIN_DEVKITARM=y : devkitARM under Windows
+ CONFIG_ARMV7M_TOOLCHAIN_BUILDROOT=y : NuttX buildroot under Linux or Cygwin (default)
- If you are not using CONFIG_LM_BUILDROOT, then you may also have to modify
+ If you are not using CONFIG_ARMV7M_TOOLCHAIN_BUILDROOT, then you may also have to modify
the PATH in the setenv.h file if your make cannot find the tools.
NOTE: the CodeSourcery (for Windows) and devkitARM are Windows native toolchains.