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
This commit is contained in:
patacongo 2011-02-25 00:00:04 +00:00
parent c00fe954ae
commit 96cdaeafd9
27 changed files with 13 additions and 13 deletions

View File

@ -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 */

View File

@ -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 */

View File

@ -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

View File

@ -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