summaryrefslogtreecommitdiff
path: root/nuttx/arch/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-09 00:02:24 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-09 00:02:24 +0000
commit209ab89e4e8f77ebc00f54d1d7d4a32de874b455 (patch)
tree91b1f48ae7d3dc2f0aa2d83f8ae5120b7d9bad77 /nuttx/arch/README.txt
parent19b8bf8f79b7f678e2d2c473bf07ecb1add9fb42 (diff)
downloadpx4-nuttx-209ab89e4e8f77ebc00f54d1d7d4a32de874b455.tar.gz
px4-nuttx-209ab89e4e8f77ebc00f54d1d7d4a32de874b455.tar.bz2
px4-nuttx-209ab89e4e8f77ebc00f54d1d7d4a32de874b455.zip
Documentatin update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3686 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/README.txt')
-rw-r--r--nuttx/arch/README.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/nuttx/arch/README.txt b/nuttx/arch/README.txt
index 13e5bd7c5..8aa5f2d90 100644
--- a/nuttx/arch/README.txt
+++ b/nuttx/arch/README.txt
@@ -226,6 +226,16 @@ arch/avr
This directory is dedicated to ports to the Atmel AVR (8-bit) and AVR32 (32-bit)
MCU families. STATUS: Under development.
+ arch/avr/include/avr and arch/avr/src/avr
+ Common support for all 8-bit VR MCUs
+
+ arch/avr/include/atmega and arch/avr/src/atmega
+ Support specifically for the AVR ATMega family (specifically only for
+ the ATMega128 at the moment).
+
+ arch/avr/include/at90usb and arch/avr/src/at90usb
+ Support specifically for the AVR AT90USB646, 647, 1286, and 1287 family.
+
arch/avr/include/avr32 and arch/avr/src/avr32
Common support for all AVR32 MCUs
@@ -246,6 +256,15 @@ arch/m68322
A work in progress.
STATUS: Stalled for the time being.
+arch/mips
+ This directory is dedicated to ports to the MIPS family.
+
+ arch/mips/include/mips32 and arch/mips/src/mips32
+ Common support for all MIPS32 architectures
+
+ arch/mips/include/pic32mx and arch/mips/src/pic32mx
+ Support for all MicroChip PIC32MX architectures
+
arch/rgmp
RGMP stands for RTOS and GPOS on Multi-Processor. RGMP is a project