summaryrefslogtreecommitdiff
path: root/nuttx/README.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-28 10:39:57 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-28 10:39:57 -0600
commite0a060e1824ca6648f5eaa32dee13ef263dfad1a (patch)
treecbe13702d81553e8e98d474e287aed9d93904a2b /nuttx/README.txt
parentc6a882d02da450736f0c15153cae4f788981821d (diff)
downloadnuttx-e0a060e1824ca6648f5eaa32dee13ef263dfad1a.tar.gz
nuttx-e0a060e1824ca6648f5eaa32dee13ef263dfad1a.tar.bz2
nuttx-e0a060e1824ca6648f5eaa32dee13ef263dfad1a.zip
EFM32: Fix GPIO configuration logic; Add missing board initializatin logic; Fix LED naming
Diffstat (limited to 'nuttx/README.txt')
-rw-r--r--nuttx/README.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/nuttx/README.txt b/nuttx/README.txt
index 61c05d48f..a15c01985 100644
--- a/nuttx/README.txt
+++ b/nuttx/README.txt
@@ -143,20 +143,20 @@ Installation Directories with Spaces in the Path
Downloading from Repositories
-----------------------------
-Cloning the Repository
+ Cloning the Repository
- The current NuttX du jour is available in from a GIT repository. Cloning
- instructions are available here:
+ The current NuttX du jour is available in from a GIT repository. Cloning
+ instructions are available here:
- https://sourceforge.net/p/nuttx/git
+ https://sourceforge.net/p/nuttx/git
-Cloning NuttX Inside Cygwin
+ Cloning NuttX Inside Cygwin
- If you are cloning the NuttX repository, it is recommended to avoid
- automatic end of lines conversions by git. These conversions may break
- some scripts like configure.sh. Before cloning, do the following:
+ If you are cloning the NuttX repository, it is recommended to avoid
+ automatic end of lines conversions by git. These conversions may break
+ some scripts like configure.sh. Before cloning, do the following:
- git config --global core.autocrlf false
+ git config --global core.autocrlf false
Notes about Header Files
------------------------