summaryrefslogtreecommitdiff
path: root/apps/system/i2c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-06 12:21:14 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-06 12:21:14 -0600
commita834bce3649ac87c9ac969264824f47e8f6a1cb7 (patch)
treedb64940d45b618849ce07b109ce953eeeb511e66 /apps/system/i2c
parent2d9b0690685d838c7bab5354d71121e1671ec48e (diff)
downloadnuttx-a834bce3649ac87c9ac969264824f47e8f6a1cb7.tar.gz
nuttx-a834bce3649ac87c9ac969264824f47e8f6a1cb7.tar.bz2
nuttx-a834bce3649ac87c9ac969264824f47e8f6a1cb7.zip
Removed all support for the legacy configuration mechanism from the apps/ directory
Diffstat (limited to 'apps/system/i2c')
-rw-r--r--apps/system/i2c/README.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/system/i2c/README.txt b/apps/system/i2c/README.txt
index ee49e7d84..bb4abc831 100644
--- a/apps/system/i2c/README.txt
+++ b/apps/system/i2c/README.txt
@@ -351,11 +351,6 @@ The I2C tools requires the following in your NuttX configuration:
CONFIG_SYSTEM_I2C=y
- Deprecated. In the older style configuration, there would have been
- an appconfig file containing the path to the I2C tool directory like:
-
- CONFIGURE_APPS += system/i2c
-
2. Device-specific I2C support must be enabled. The I2C tool will call the
platform-specific function up_i2cinitialize() to get instances of the
I2C interface and the platform-specific function up_i2cuninitialize()