summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-06 13:00:50 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-06 13:00:50 -0600
commit77a632298aebc2287acf233f6dd998aa8d1f4db8 (patch)
treee6a2f31bb4f24ab917272e5a2ef9853708356f14 /nuttx/configs/stm3210e-eval
parent77fb1a3d39743ca53ed17239109b8a82c293205e (diff)
downloadpx4-nuttx-77a632298aebc2287acf233f6dd998aa8d1f4db8.tar.gz
px4-nuttx-77a632298aebc2287acf233f6dd998aa8d1f4db8.tar.bz2
px4-nuttx-77a632298aebc2287acf233f6dd998aa8d1f4db8.zip
Support for the older, manual configurations has been completely removed from the NuttX build system
Diffstat (limited to 'nuttx/configs/stm3210e-eval')
-rw-r--r--nuttx/configs/stm3210e-eval/README.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/configs/stm3210e-eval/README.txt b/nuttx/configs/stm3210e-eval/README.txt
index 58b9a73cd..d638c7f89 100644
--- a/nuttx/configs/stm3210e-eval/README.txt
+++ b/nuttx/configs/stm3210e-eval/README.txt
@@ -1053,11 +1053,11 @@ Where <subdir> is one of the following:
USB serial example at apps/examples/usbterm by changing the
following:
- -CONFIGURED_APPS += examples/usbserial
- +CONFIGURED_APPS += examples/usbterm
+ -CONFIG_EXAMPLES_USBSERIAL=y
+ +CONFIG_EXAMPLES_USBSERIAL=n
- In either the original appconfig file (before configuring)
- or in the final apps/.config file (after configuring).
+ -CONFIG_EXAMPLES_USBTERM=n
+ +CONFIG_EXAMPLES_USBTERM=y
usbmsc:
-------