aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/pic32-starterkit
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-06-22 21:28:15 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-06-22 21:28:15 +0000
commit22c2af3274fcc0fc4d047e1595cab488b5505961 (patch)
treeb1a163b1c5871993fabd278e72a3a8d10b63c357 /nuttx/configs/pic32-starterkit
parent268286b979cc89f4cbfe28e023a9ecab8d55bfec (diff)
downloadpx4-firmware-22c2af3274fcc0fc4d047e1595cab488b5505961.tar.gz
px4-firmware-22c2af3274fcc0fc4d047e1595cab488b5505961.tar.bz2
px4-firmware-22c2af3274fcc0fc4d047e1595cab488b5505961.zip
Add a Mirtoo NSH configuration; move all Mirtoo linker scripts to a common directory
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4865 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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
-----------------------