summaryrefslogtreecommitdiff
path: root/nuttx/configs/twr-k60n512/ostest
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-25 17:33:41 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-25 17:33:41 +0000
commit27c3eb5b66089e278ebace37fe2392a190f8edde (patch)
tree0b7f8e8de7f36736f82b89b3b40f92bdaa7ed547 /nuttx/configs/twr-k60n512/ostest
parent0f0ce3d8b2dfd3d7a8642c203f249dcd38738592 (diff)
downloadpx4-nuttx-27c3eb5b66089e278ebace37fe2392a190f8edde.tar.gz
px4-nuttx-27c3eb5b66089e278ebace37fe2392a190f8edde.tar.bz2
px4-nuttx-27c3eb5b66089e278ebace37fe2392a190f8edde.zip
convert Kwikstik K40 configurations to use kconfig-frontends tools
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5784 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/twr-k60n512/ostest')
-rw-r--r--nuttx/configs/twr-k60n512/ostest/defconfig2
-rw-r--r--nuttx/configs/twr-k60n512/ostest/setenv.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/twr-k60n512/ostest/defconfig b/nuttx/configs/twr-k60n512/ostest/defconfig
index fecbfd029..ce99f3fa6 100644
--- a/nuttx/configs/twr-k60n512/ostest/defconfig
+++ b/nuttx/configs/twr-k60n512/ostest/defconfig
@@ -53,6 +53,7 @@ CONFIG_ARCH_LEDS=y
CONFIG_ARCH_BUTTONS=n
CONFIG_ARCH_CALIBRATION=n
CONFIG_ARCH_DMA=n
+CONFIG_ARCH_FPU=n
#
# Identify toolchain and linker options
@@ -61,7 +62,6 @@ CONFIG_KINETIS_CODESOURCERYW=n
CONFIG_KINETIS_CODESOURCERYL=n
CONFIG_KINETIS_DEVKITARM=n
CONFIG_KINETIS_BUILDROOT=y
-CONFIG_KINETIS_DFU=y
#
# Individual subsystems can be enabled:
diff --git a/nuttx/configs/twr-k60n512/ostest/setenv.sh b/nuttx/configs/twr-k60n512/ostest/setenv.sh
index c3cc691ed..8daf1ce39 100644
--- a/nuttx/configs/twr-k60n512/ostest/setenv.sh
+++ b/nuttx/configs/twr-k60n512/ostest/setenv.sh
@@ -57,5 +57,5 @@ fi
export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
-export PATH="${BUILDROOT_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
+export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"
echo "PATH : ${PATH}"