summaryrefslogtreecommitdiff
path: root/nuttx/configs/freedom-kl25z/README.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-04 16:40:57 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-04 16:40:57 -0600
commit63490f1443d979623b3cf06232e34413506dfc94 (patch)
treee775292e32386b76c45fcbff96aabcbcde2372a5 /nuttx/configs/freedom-kl25z/README.txt
parent695bf13d6074c4d3770422889751e9f663c43dce (diff)
downloadpx4-nuttx-63490f1443d979623b3cf06232e34413506dfc94.tar.gz
px4-nuttx-63490f1443d979623b3cf06232e34413506dfc94.tar.bz2
px4-nuttx-63490f1443d979623b3cf06232e34413506dfc94.zip
Some restructing of the CC3000 build
Diffstat (limited to 'nuttx/configs/freedom-kl25z/README.txt')
-rw-r--r--nuttx/configs/freedom-kl25z/README.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/nuttx/configs/freedom-kl25z/README.txt b/nuttx/configs/freedom-kl25z/README.txt
index ca71f59f3..c57f1a2ca 100644
--- a/nuttx/configs/freedom-kl25z/README.txt
+++ b/nuttx/configs/freedom-kl25z/README.txt
@@ -409,3 +409,28 @@ Where <subdir> is one of the following:
There is probably enough free memroy to support 3 or 4 application
threads in addition to NSH.
+
+ 5. This configurations has support for NSH built-in applications. However,
+ in the default configuration no built-in applications are enabled.
+
+ 6. This configuration has been used to verify the TI CC3000 wireless
+ networking module. In order to enable this module, you would need to
+ make the following changes to the default configuration files:
+
+ System Type -> Kinetis peripheral support
+ CONFIG_KL_SPI0=y : Enable SPI
+ CONFIG_KL_SPI1=y
+
+ Drivers -> SPI
+ CONFIG_SPI=y : Enable SPI
+ CONFIG_SPI_EXCHANGE=y
+
+ Drivers -> Wireless
+ CONFIG_WIRELESS=y : Enable wireless support
+ CONFIG_WL_CC3000=y : Build the CC3000 driver
+
+ Applications -> Examples
+ CONFIG_EXAMPLES_CC3000BASIC=y : CC3000 test example
+
+ Applications -> NSH Library
+ CONFIG_NSH_ARCHINIT=y : Build in CC3000 initialization logic