summaryrefslogtreecommitdiff
path: root/nuttx/configs/samv71-xult/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/samv71-xult/README.txt')
-rw-r--r--nuttx/configs/samv71-xult/README.txt11
1 files changed, 4 insertions, 7 deletions
diff --git a/nuttx/configs/samv71-xult/README.txt b/nuttx/configs/samv71-xult/README.txt
index 72c1e42ad..fc564b284 100644
--- a/nuttx/configs/samv71-xult/README.txt
+++ b/nuttx/configs/samv71-xult/README.txt
@@ -234,19 +234,16 @@ NOTES:
output on USART3 (i.e., for the Arduino serial shield).
3. All of these configurations are set up to build under Windows using the
- devkitARM toolchain (unless stated otherwise in the description of
+ CodeSourcery toolchain (unless stated otherwise in the description of
the configuration). That build selection can easily be reconfigured
using 'make menuconfig'. Here are the relevant current settings:
Build Setup:
- CONFIG_HOST_WINDOWS=y : Window environment
- CONFIG_WINDOWS_CYGWIN=y : Cywin under Windows
+ CONFIG_HOST_WINDOWS=y : Window environment
+ CONFIG_WINDOWS_CYGWIN=y : Cywin under Windows
System Type -> Toolchain:
- CONFIG_ARMV7M_TOOLCHAIN_DEVKITARM=y : devkitARM toolchain
-
- You an get the free devkitARM toolchain from http://devkitpro.org/ or
- http://sourceforge.net/projects/devkitpro/
+ CONFIG_ARMV7M_TOOLCHAIN_CODESOURCERYW=y : devkitARM toolchain
Configuration sub-directories
-----------------------------