summaryrefslogtreecommitdiff
path: root/nuttx/configs/ubw32/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-23 16:41:32 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-23 16:41:32 +0000
commitc6c6b1ec49d53c1bbaca39028ff0dec3cae8be91 (patch)
tree76e23f8a031b027662454bf1bc980891d9bf5cfe /nuttx/configs/ubw32/README.txt
parent6b683ebb8b07e50dcb1ae2b5fb08a89c59341041 (diff)
downloadnuttx-c6c6b1ec49d53c1bbaca39028ff0dec3cae8be91.tar.gz
nuttx-c6c6b1ec49d53c1bbaca39028ff0dec3cae8be91.tar.bz2
nuttx-c6c6b1ec49d53c1bbaca39028ff0dec3cae8be91.zip
Add support for the Penguino mips-elf toolchain for PIC32
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4866 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/ubw32/README.txt')
-rw-r--r--nuttx/configs/ubw32/README.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/nuttx/configs/ubw32/README.txt b/nuttx/configs/ubw32/README.txt
index cdd3cd385..257dbffff 100644
--- a/nuttx/configs/ubw32/README.txt
+++ b/nuttx/configs/ubw32/README.txt
@@ -221,6 +221,19 @@ Toolchains
Note that the tools will have the prefix, mypic32- so, for example, the
compiler will be called mypic32-gcc.
+ Penguino mips-elf Toolchain
+ ---------------------------
+
+ Another option is the mips-elf toolchain used with the Penguino project. This
+ is a relatively current mips-elf GCC and should provide free C++ support as
+ well. This toolchain can be downloded from the Penguino website:
+ http://wiki.pinguino.cc/index.php/Main_Page#Download . There is some general
+ information about using the Penguino mips-elf toolchain in this thread:
+ http://tech.groups.yahoo.com/group/nuttx/message/1821
+
+ See also configs/mirtoo/README.txt. There is an experimental (untested)
+ configuration for the Mirtoo platform in that directory.
+
MPLAB/C32 vs MPLABX/X32
-----------------------