summaryrefslogtreecommitdiff
path: root/nuttx/configs/pic32-starterkit
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-22 21:28:15 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-22 21:28:15 +0000
commit6b683ebb8b07e50dcb1ae2b5fb08a89c59341041 (patch)
treeb1a163b1c5871993fabd278e72a3a8d10b63c357 /nuttx/configs/pic32-starterkit
parenta164b44b1ed5d4182a3cd3fcc3d0fae69c6e8874 (diff)
downloadpx4-nuttx-6b683ebb8b07e50dcb1ae2b5fb08a89c59341041.tar.gz
px4-nuttx-6b683ebb8b07e50dcb1ae2b5fb08a89c59341041.tar.bz2
px4-nuttx-6b683ebb8b07e50dcb1ae2b5fb08a89c59341041.zip
Add a Mirtoo NSH configuration; move all Mirtoo linker scripts to a common directory
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4865 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/pic32-starterkit')
-rw-r--r--nuttx/configs/pic32-starterkit/README.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/nuttx/configs/pic32-starterkit/README.txt b/nuttx/configs/pic32-starterkit/README.txt
index 0ebb95d18..b123cfa48 100644
--- a/nuttx/configs/pic32-starterkit/README.txt
+++ b/nuttx/configs/pic32-starterkit/README.txt
@@ -406,8 +406,8 @@ Toolchains
An alternative, build-it-yourself toolchain is available here:
http://sourceforge.net/projects/microchipopen/ . These tools were
- last updated circa 2010. However, this is the only way that I know of
- to get free C++ support.
+ last updated circa 2010. NOTE: C++ support still not available
+ in this toolchain.
Building MicrochipOpen (on Linux)
@@ -428,8 +428,6 @@ Toolchains
Note that the tools will have the prefix, mypic32- so, for example, the
compiler will be called mypic32-gcc.
- This will check out the selected branch and build the tools.
-
MPLAB/C32 vs MPLABX/X32
-----------------------