summaryrefslogtreecommitdiff
path: root/nuttx/configs/spark/README.txt
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/spark/README.txt
parent87aa7c4d0d509510c8d451fc51cbf613c2b5218d (diff)
downloadpx4-nuttx-24a92b4f1dfb8c0f3fd978c2a952f1eff61919e2.tar.gz
px4-nuttx-24a92b4f1dfb8c0f3fd978c2a952f1eff61919e2.tar.bz2
px4-nuttx-24a92b4f1dfb8c0f3fd978c2a952f1eff61919e2.zip
Use common naming for all buildroot toolchains
Diffstat (limited to 'nuttx/configs/spark/README.txt')
-rw-r--r--nuttx/configs/spark/README.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/nuttx/configs/spark/README.txt b/nuttx/configs/spark/README.txt
index 141f1ea0e..1937333eb 100644
--- a/nuttx/configs/spark/README.txt
+++ b/nuttx/configs/spark/README.txt
@@ -66,13 +66,13 @@ GNU Toolchain Options
you simply need to add one of the following configuration options to your
.config (or defconfig) file:
- CONFIG_STM32_CODESOURCERYW=n : CodeSourcery under Windows
- CONFIG_STM32_CODESOURCERYL=y : CodeSourcery under Linux
- CONFIG_STM32_ATOLLIC_LITE=n : The free, "Lite" version of Atollic toolchain under Windows
- CONFIG_STM32_ATOLLIC_PRO=n : The paid, "Pro" version of Atollic toolchain under Windows
- CONFIG_STM32_DEVKITARM=n : devkitARM under Windows
- CONFIG_STM32_RAISONANCEny : Raisonance RIDE7 under Windows
- CONFIG_STM32_BUILDROOT=n : NuttX buildroot under Linux or Cygwin (default)
+ CONFIG_ARMV7M_TOOLCHAIN_CODESOURCERYW=n : CodeSourcery under Windows
+ CONFIG_ARMV7M_TOOLCHAIN_CODESOURCERYL=y : CodeSourcery under Linux
+ CONFIG_ARMV7M_TOOLCHAIN_ATOLLIC_LITE=n : The free, "Lite" version of Atollic toolchain under Windows
+ CONFIG_ARMV7M_TOOLCHAIN_ATOLLIC_PRO=n : The paid, "Pro" version of Atollic toolchain under Windows
+ CONFIG_ARMV7M_TOOLCHAIN_DEVKITARM=n : devkitARM under Windows
+ CONFIG_ARMV7M_TOOLCHAIN_RAISONANCEny : Raisonance RIDE7 under Windows
+ CONFIG_ARMV7M_TOOLCHAIN_BUILDROOT=n : NuttX buildroot under Linux or Cygwin (default)
If you change the default toolchain, then you may also have to modify the PATH in
the setenv.h file if your make cannot find the tools.