Skip to content
Snippets Groups Projects
Commit ab227a8e authored by patacongo's avatar patacongo
Browse files

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
parent 6ac240a7
No related branches found
No related tags found
No related merge requests found
File moved
File moved
File moved
File moved
File moved
...@@ -253,7 +253,7 @@ arch/sh - SuperH and related Hitachi/Renesas microcontrollers ...@@ -253,7 +253,7 @@ arch/sh - SuperH and related Hitachi/Renesas microcontrollers
arch/sh/include/shs and arch/sh/src/sh1 arch/sh/include/shs and arch/sh/src/sh1
Support for the SH-1 processor. 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. 8051 Microcontroller. This port is not quite ready for prime time.
arch/z16 - ZiLOG 16-bit processors arch/z16 - ZiLOG 16-bit processors
......
############################################################################ ############################################################################
# configs/pjrc-8051/defconfig # configs/pjrc-8051/defconfig
# #
# Copyright (C) 2007-2010 Gregory Nutt. All rights reserved. # Copyright (C) 2007-2011 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <spudmonkey@racsa.co.cr> # Author: Gregory Nutt <spudmonkey@racsa.co.cr>
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
# CONFIG_ARCH_BOARD_name - for use in C code # CONFIG_ARCH_BOARD_name - for use in C code
# CONFIG_ENDIAN_BIG - define if big endian (default is little endian) # CONFIG_ENDIAN_BIG - define if big endian (default is little endian)
# #
CONFIG_ARCH=pjrc-8051 CONFIG_ARCH=8051
CONFIG_ARCH_8051=n CONFIG_ARCH_8051=n
CONFIG_ARCH_8052=y CONFIG_ARCH_8052=y
CONFIG_ARCH_BOARD=pjrc-8051 CONFIG_ARCH_BOARD=pjrc-8051
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment