summaryrefslogtreecommitdiff
path: root/nuttx/arch
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-02-25 00:00:04 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-02-25 00:00:04 +0000
commitd7ddd75cbe92d10263edaf505f8569834bf35c6a (patch)
tree5f1bac04b8133a21c03def9848976a706eb790b3 /nuttx/arch
parent44187dc0498e6733e17c0851a02593079b62e561 (diff)
downloadpx4-nuttx-d7ddd75cbe92d10263edaf505f8569834bf35c6a.tar.gz
px4-nuttx-d7ddd75cbe92d10263edaf505f8569834bf35c6a.tar.bz2
px4-nuttx-d7ddd75cbe92d10263edaf505f8569834bf35c6a.zip
Rename arch/pjrc-8051 to arch/8051
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3315 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch')
-rw-r--r--nuttx/arch/8051/include/arch.h (renamed from nuttx/arch/pjrc-8051/include/arch.h)0
-rw-r--r--nuttx/arch/8051/include/irq.h (renamed from nuttx/arch/pjrc-8051/include/irq.h)0
-rw-r--r--nuttx/arch/8051/include/limits.h (renamed from nuttx/arch/pjrc-8051/include/limits.h)10
-rw-r--r--nuttx/arch/8051/include/types.h (renamed from nuttx/arch/pjrc-8051/include/types.h)10
-rw-r--r--nuttx/arch/8051/src/Makefile (renamed from nuttx/arch/pjrc-8051/src/Makefile)4
-rw-r--r--nuttx/arch/8051/src/up_allocateheap.c (renamed from nuttx/arch/pjrc-8051/src/up_allocateheap.c)0
-rw-r--r--nuttx/arch/8051/src/up_assert.c (renamed from nuttx/arch/pjrc-8051/src/up_assert.c)0
-rw-r--r--nuttx/arch/8051/src/up_blocktask.c (renamed from nuttx/arch/pjrc-8051/src/up_blocktask.c)0
-rw-r--r--nuttx/arch/8051/src/up_debug.c (renamed from nuttx/arch/pjrc-8051/src/up_debug.c)0
-rw-r--r--nuttx/arch/8051/src/up_delay.c (renamed from nuttx/arch/pjrc-8051/src/up_delay.c)0
-rw-r--r--nuttx/arch/8051/src/up_exit.c (renamed from nuttx/arch/pjrc-8051/src/up_exit.c)0
-rw-r--r--nuttx/arch/8051/src/up_head.S (renamed from nuttx/arch/pjrc-8051/src/up_head.S)0
-rw-r--r--nuttx/arch/8051/src/up_idle.c (renamed from nuttx/arch/pjrc-8051/src/up_idle.c)0
-rw-r--r--nuttx/arch/8051/src/up_initialize.c (renamed from nuttx/arch/pjrc-8051/src/up_initialize.c)0
-rw-r--r--nuttx/arch/8051/src/up_initialstate.c (renamed from nuttx/arch/pjrc-8051/src/up_initialstate.c)0
-rw-r--r--nuttx/arch/8051/src/up_internal.h (renamed from nuttx/arch/pjrc-8051/src/up_internal.h)0
-rw-r--r--nuttx/arch/8051/src/up_interruptcontext.c (renamed from nuttx/arch/pjrc-8051/src/up_interruptcontext.c)0
-rw-r--r--nuttx/arch/8051/src/up_irq.c (renamed from nuttx/arch/pjrc-8051/src/up_irq.c)0
-rw-r--r--nuttx/arch/8051/src/up_irqtest.c (renamed from nuttx/arch/pjrc-8051/src/up_irqtest.c)0
-rw-r--r--nuttx/arch/8051/src/up_putc.c (renamed from nuttx/arch/pjrc-8051/src/up_putc.c)0
-rw-r--r--nuttx/arch/8051/src/up_releasepending.c (renamed from nuttx/arch/pjrc-8051/src/up_releasepending.c)0
-rw-r--r--nuttx/arch/8051/src/up_reprioritizertr.c (renamed from nuttx/arch/pjrc-8051/src/up_reprioritizertr.c)0
-rw-r--r--nuttx/arch/8051/src/up_restorecontext.c (renamed from nuttx/arch/pjrc-8051/src/up_restorecontext.c)0
-rw-r--r--nuttx/arch/8051/src/up_savecontext.c (renamed from nuttx/arch/pjrc-8051/src/up_savecontext.c)0
-rw-r--r--nuttx/arch/8051/src/up_timerisr.c (renamed from nuttx/arch/pjrc-8051/src/up_timerisr.c)0
-rw-r--r--nuttx/arch/8051/src/up_unblocktask.c (renamed from nuttx/arch/pjrc-8051/src/up_unblocktask.c)0
-rw-r--r--nuttx/arch/README.txt2
27 files changed, 13 insertions, 13 deletions
diff --git a/nuttx/arch/pjrc-8051/include/arch.h b/nuttx/arch/8051/include/arch.h
index 1ca504fb8..1ca504fb8 100644
--- a/nuttx/arch/pjrc-8051/include/arch.h
+++ b/nuttx/arch/8051/include/arch.h
diff --git a/nuttx/arch/pjrc-8051/include/irq.h b/nuttx/arch/8051/include/irq.h
index 29b19d280..29b19d280 100644
--- a/nuttx/arch/pjrc-8051/include/irq.h
+++ b/nuttx/arch/8051/include/irq.h
diff --git a/nuttx/arch/pjrc-8051/include/limits.h b/nuttx/arch/8051/include/limits.h
index fa93f188c..3344a8d2d 100644
--- a/nuttx/arch/pjrc-8051/include/limits.h
+++ b/nuttx/arch/8051/include/limits.h
@@ -1,7 +1,7 @@
/************************************************************
- * arch/pjrc-8051/include/limits.h
+ * arch/8051/include/limits.h
*
- * Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007, 2009, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -33,8 +33,8 @@
*
************************************************************/
-#ifndef __ARCH_PJRC8051_INCLUDE_LIMITS_H
-#define __ARCH_PJRC8051_INCLUDE_LIMITS_H
+#ifndef __ARCH_8051_INCLUDE_LIMITS_H
+#define __ARCH_8051_INCLUDE_LIMITS_H
/************************************************************
* Included Files
@@ -76,4 +76,4 @@
#define PTR_MAX 0x7fffff
#define UPTR_MAX 0xffffff
-#endif /* __ARCH_PJRC8051_INCLUDE_LIMITS_H */
+#endif /* __ARCH_8051_INCLUDE_LIMITS_H */
diff --git a/nuttx/arch/pjrc-8051/include/types.h b/nuttx/arch/8051/include/types.h
index 45141634c..7495513b2 100644
--- a/nuttx/arch/pjrc-8051/include/types.h
+++ b/nuttx/arch/8051/include/types.h
@@ -1,7 +1,7 @@
/************************************************************************
- * arch/pjrc-8051/include/types.h
+ * arch/8051/include/types.h
*
- * Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007, 2009, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -37,8 +37,8 @@
* only indirectly through sys/types.h
*/
-#ifndef __ARCH_PJRC8051_INCLUDE_TYPES_H
-#define __ARCH_PJRC8051_INCLUDE_TYPES_H
+#ifndef __ARCH_8051_INCLUDE_TYPES_H
+#define __ARCH_8051_INCLUDE_TYPES_H
/************************************************************************
* Included Files
@@ -95,4 +95,4 @@ typedef unsigned char irqstate_t;
* Global Function Prototypes
************************************************************************/
-#endif /* __ARCH_PJRC8051_INCLUDE_TYPES_H */
+#endif /* __ARCH_8051_INCLUDE_TYPES_H */
diff --git a/nuttx/arch/pjrc-8051/src/Makefile b/nuttx/arch/8051/src/Makefile
index d77bf546d..9152bfa36 100644
--- a/nuttx/arch/pjrc-8051/src/Makefile
+++ b/nuttx/arch/8051/src/Makefile
@@ -1,7 +1,7 @@
############################################################################
-# arch/pjrc-8051/src/Makefile
+# arch/8051/src/Makefile
#
-# Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
+# Copyright (C) 2007, 2008, 2011 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
#
# Redistribution and use in source and binary forms, with or without
diff --git a/nuttx/arch/pjrc-8051/src/up_allocateheap.c b/nuttx/arch/8051/src/up_allocateheap.c
index 6ef1a77da..6ef1a77da 100644
--- a/nuttx/arch/pjrc-8051/src/up_allocateheap.c
+++ b/nuttx/arch/8051/src/up_allocateheap.c
diff --git a/nuttx/arch/pjrc-8051/src/up_assert.c b/nuttx/arch/8051/src/up_assert.c
index 157b18ae5..157b18ae5 100644
--- a/nuttx/arch/pjrc-8051/src/up_assert.c
+++ b/nuttx/arch/8051/src/up_assert.c
diff --git a/nuttx/arch/pjrc-8051/src/up_blocktask.c b/nuttx/arch/8051/src/up_blocktask.c
index 811955efa..811955efa 100644
--- a/nuttx/arch/pjrc-8051/src/up_blocktask.c
+++ b/nuttx/arch/8051/src/up_blocktask.c
diff --git a/nuttx/arch/pjrc-8051/src/up_debug.c b/nuttx/arch/8051/src/up_debug.c
index 9d9bce2a0..9d9bce2a0 100644
--- a/nuttx/arch/pjrc-8051/src/up_debug.c
+++ b/nuttx/arch/8051/src/up_debug.c
diff --git a/nuttx/arch/pjrc-8051/src/up_delay.c b/nuttx/arch/8051/src/up_delay.c
index 3403c69cc..3403c69cc 100644
--- a/nuttx/arch/pjrc-8051/src/up_delay.c
+++ b/nuttx/arch/8051/src/up_delay.c
diff --git a/nuttx/arch/pjrc-8051/src/up_exit.c b/nuttx/arch/8051/src/up_exit.c
index 736fc71d5..736fc71d5 100644
--- a/nuttx/arch/pjrc-8051/src/up_exit.c
+++ b/nuttx/arch/8051/src/up_exit.c
diff --git a/nuttx/arch/pjrc-8051/src/up_head.S b/nuttx/arch/8051/src/up_head.S
index 44f8038c9..44f8038c9 100644
--- a/nuttx/arch/pjrc-8051/src/up_head.S
+++ b/nuttx/arch/8051/src/up_head.S
diff --git a/nuttx/arch/pjrc-8051/src/up_idle.c b/nuttx/arch/8051/src/up_idle.c
index 802e684be..802e684be 100644
--- a/nuttx/arch/pjrc-8051/src/up_idle.c
+++ b/nuttx/arch/8051/src/up_idle.c
diff --git a/nuttx/arch/pjrc-8051/src/up_initialize.c b/nuttx/arch/8051/src/up_initialize.c
index 3f0bc4027..3f0bc4027 100644
--- a/nuttx/arch/pjrc-8051/src/up_initialize.c
+++ b/nuttx/arch/8051/src/up_initialize.c
diff --git a/nuttx/arch/pjrc-8051/src/up_initialstate.c b/nuttx/arch/8051/src/up_initialstate.c
index 5289d867c..5289d867c 100644
--- a/nuttx/arch/pjrc-8051/src/up_initialstate.c
+++ b/nuttx/arch/8051/src/up_initialstate.c
diff --git a/nuttx/arch/pjrc-8051/src/up_internal.h b/nuttx/arch/8051/src/up_internal.h
index d49c757a6..d49c757a6 100644
--- a/nuttx/arch/pjrc-8051/src/up_internal.h
+++ b/nuttx/arch/8051/src/up_internal.h
diff --git a/nuttx/arch/pjrc-8051/src/up_interruptcontext.c b/nuttx/arch/8051/src/up_interruptcontext.c
index 81426a94e..81426a94e 100644
--- a/nuttx/arch/pjrc-8051/src/up_interruptcontext.c
+++ b/nuttx/arch/8051/src/up_interruptcontext.c
diff --git a/nuttx/arch/pjrc-8051/src/up_irq.c b/nuttx/arch/8051/src/up_irq.c
index f40bdbf31..f40bdbf31 100644
--- a/nuttx/arch/pjrc-8051/src/up_irq.c
+++ b/nuttx/arch/8051/src/up_irq.c
diff --git a/nuttx/arch/pjrc-8051/src/up_irqtest.c b/nuttx/arch/8051/src/up_irqtest.c
index b0bdc8464..b0bdc8464 100644
--- a/nuttx/arch/pjrc-8051/src/up_irqtest.c
+++ b/nuttx/arch/8051/src/up_irqtest.c
diff --git a/nuttx/arch/pjrc-8051/src/up_putc.c b/nuttx/arch/8051/src/up_putc.c
index a4b96e23f..a4b96e23f 100644
--- a/nuttx/arch/pjrc-8051/src/up_putc.c
+++ b/nuttx/arch/8051/src/up_putc.c
diff --git a/nuttx/arch/pjrc-8051/src/up_releasepending.c b/nuttx/arch/8051/src/up_releasepending.c
index c35199bd5..c35199bd5 100644
--- a/nuttx/arch/pjrc-8051/src/up_releasepending.c
+++ b/nuttx/arch/8051/src/up_releasepending.c
diff --git a/nuttx/arch/pjrc-8051/src/up_reprioritizertr.c b/nuttx/arch/8051/src/up_reprioritizertr.c
index 8810a8fe1..8810a8fe1 100644
--- a/nuttx/arch/pjrc-8051/src/up_reprioritizertr.c
+++ b/nuttx/arch/8051/src/up_reprioritizertr.c
diff --git a/nuttx/arch/pjrc-8051/src/up_restorecontext.c b/nuttx/arch/8051/src/up_restorecontext.c
index cf7fc1039..cf7fc1039 100644
--- a/nuttx/arch/pjrc-8051/src/up_restorecontext.c
+++ b/nuttx/arch/8051/src/up_restorecontext.c
diff --git a/nuttx/arch/pjrc-8051/src/up_savecontext.c b/nuttx/arch/8051/src/up_savecontext.c
index 9a86faa94..9a86faa94 100644
--- a/nuttx/arch/pjrc-8051/src/up_savecontext.c
+++ b/nuttx/arch/8051/src/up_savecontext.c
diff --git a/nuttx/arch/pjrc-8051/src/up_timerisr.c b/nuttx/arch/8051/src/up_timerisr.c
index 3ca2faad6..3ca2faad6 100644
--- a/nuttx/arch/pjrc-8051/src/up_timerisr.c
+++ b/nuttx/arch/8051/src/up_timerisr.c
diff --git a/nuttx/arch/pjrc-8051/src/up_unblocktask.c b/nuttx/arch/8051/src/up_unblocktask.c
index 9152eae0a..9152eae0a 100644
--- a/nuttx/arch/pjrc-8051/src/up_unblocktask.c
+++ b/nuttx/arch/8051/src/up_unblocktask.c
diff --git a/nuttx/arch/README.txt b/nuttx/arch/README.txt
index 21296e994..7ef23b3d3 100644
--- a/nuttx/arch/README.txt
+++ b/nuttx/arch/README.txt
@@ -253,7 +253,7 @@ arch/sh - SuperH and related Hitachi/Renesas microcontrollers
arch/sh/include/shs and arch/sh/src/sh1
Support for the SH-1 processor.
-arch/pjrc-8051 - 8051/52 microcontrollers
+arch/8051 - 8051/52 microcontrollers
8051 Microcontroller. This port is not quite ready for prime time.
arch/z16 - ZiLOG 16-bit processors