mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 08:38:38 +08:00
Change boards/hc/mcs92s12ne64 to boards/hc/m9s12
fix the follow error: Refresh demo9s12ne64/ostest LN: include/arch/board to /workspace/mirtos/nuttx/boards/hc/mcs92s12ne64/demo9s12ne64/include LN: include/arch/chip to arch/hc/include/mcs92s12ne64 No directory at /workspace/mirtos/nuttx/arch/hc/include/mcs92s12ne64
This commit is contained in:
parent
4bd4f3b424
commit
3db775f0d0
36 changed files with 32 additions and 34 deletions
|
@ -6400,7 +6400,7 @@ Mem: 29232 5920 23312 23312
|
|||
However, testing has not yet begun due to issues with BDMs, Code Warrior, and
|
||||
the paging in the build process.
|
||||
Progress is slow, but I hope to see a fully verified MC9S12NE64 port in the near future.
|
||||
Refer to the NuttX board README files for <a href="https://bitbucket.org/nuttx/nuttx/src/master/boards/hc/mcs92s12ne64/demo9s12ne64/README.txt" target="_blank">DEMO9S12NE64</a> and for the <a href="https://bitbucket.org/nuttx/nuttx/src/master/boards/hc/mcs92s12ne64/ne64badge/README.txt" target="_blank">NE64 /PoE Badge</a> for further information.
|
||||
Refer to the NuttX board README files for <a href="https://bitbucket.org/nuttx/nuttx/src/master/boards/hc/m9s12/demo9s12ne64/README.txt" target="_blank">DEMO9S12NE64</a> and for the <a href="https://bitbucket.org/nuttx/nuttx/src/master/boards/hc/m9s12/ne64badge/README.txt" target="_blank">NE64 /PoE Badge</a> for further information.
|
||||
</p>
|
||||
</ul>
|
||||
</td>
|
||||
|
|
|
@ -409,11 +409,11 @@ nuttx/
|
|||
| | `- moteino-mega/
|
||||
| | `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/boards/avr/atmega/moteino-mega/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
| |- hc/
|
||||
| | `- mcs92s12ne64/
|
||||
| | `- m9s12/
|
||||
| | |- demo9s12ne64/
|
||||
| | |` `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/boards/hc/mcs92s12ne64/demo9s12ne64/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
| | |` `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/boards/hc/m9s12/demo9s12ne64/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
| | `- ne64badge/
|
||||
| | `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/boards/hc/mcs92s12ne64/ne64badge/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
| | `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/boards/hc/m9s12/ne64badge/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
| |- mips/
|
||||
| | |- pic32mx/
|
||||
| | | |- mirtoo/
|
||||
|
|
|
@ -2121,7 +2121,7 @@ nuttx/
|
|||
| | `- moteino-mega/
|
||||
| | `- README.txt
|
||||
| |- hc/
|
||||
| | `- mcs92s12ne64/
|
||||
| | `- m9s12/
|
||||
| | |- demo9s12ne64/
|
||||
| | | `- README.txt
|
||||
| | `- ne64badge/
|
||||
|
|
|
@ -2720,10 +2720,10 @@ if ARCH_BOARD_CUSTOM
|
|||
source "boards/dummy/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_DEMOS92S12NEC64
|
||||
source "boards/hc/mcs92s12ne64/demo9s12ne64/Kconfig"
|
||||
source "boards/hc/m9s12/demo9s12ne64/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_NE64BADGE
|
||||
source "boards/hc/mcs92s12ne64/ne64badge/Kconfig"
|
||||
source "boards/hc/m9s12/ne64badge/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_MIRTOO
|
||||
source "boards/mips/pic32mx/mirtoo/Kconfig"
|
||||
|
|
|
@ -218,7 +218,7 @@ boards/arm/stm32/cloudctrl
|
|||
board. Based on the Shenzhou IV development board design. It is based on
|
||||
the STM32F107VC MCU.
|
||||
|
||||
boards/hc/mcs92s12ne64/demo9s12ne64
|
||||
boards/hc/m9s12/demo9s12ne64
|
||||
NXP/FreeScale DMO9S12NE64 board based on the MC9S12NE64 hcs12 cpu. This
|
||||
port uses the m9s12x GCC toolchain. STATUS: (Still) under development; it
|
||||
is code complete but has not yet been verified.
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
CONFIG_ARCH="hc"
|
||||
CONFIG_ARCH_BOARD="demo9s12ne64"
|
||||
CONFIG_ARCH_BOARD_DEMOS92S12NEC64=y
|
||||
CONFIG_ARCH_CHIP="mcs92s12ne64"
|
||||
CONFIG_ARCH_CHIP="m9s12"
|
||||
CONFIG_ARCH_CHIP_MCS92S12NEC64=y
|
||||
CONFIG_ARCH_HC=y
|
||||
CONFIG_ARCH_STACKDUMP=y
|
|
@ -1,6 +1,5 @@
|
|||
/****************************************************************************
|
||||
* boards/hc/mcs92s12ne64/demo9s12ne64/include/board.h
|
||||
* include/arch/board/board.h
|
||||
* boards/hc/m9s12/demo9s12ne64/include/board.h
|
||||
*
|
||||
* Copyright (C) 2009, 2011 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
|
@ -1,5 +1,5 @@
|
|||
############################################################################
|
||||
# boards/hc/mcs92s12ne64/demo9s12ne64/scripts/Make.defs
|
||||
# boards/hc/m9s12/demo9s12ne64/scripts/Make.defs
|
||||
#
|
||||
# Copyright (C) 2009,2017 Gregory Nutt. All rights reserved.
|
||||
# Author: Gregory Nutt <gnutt@nuttx.org>
|
|
@ -1,5 +1,5 @@
|
|||
/****************************************************************************
|
||||
* boards/hc/mcs92s12ne64/demo9s12ne64/ostest/demo9s12ne64-banked.ld
|
||||
* boards/hc/m9s12/demo9s12ne64/ostest/demo9s12ne64-banked.ld
|
||||
*
|
||||
* Copyright (C) 2009, 2017 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
|
@ -1,5 +1,5 @@
|
|||
/****************************************************************************
|
||||
* boards/hc/mcs92s12ne64/demo9s12ne64/ostest/demo9s12ne64-banked.ld
|
||||
* boards/hc/m9s12/demo9s12ne64/ostest/demo9s12ne64-banked.ld
|
||||
*
|
||||
* Copyright (C) 2009, 2017 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
|
@ -1,5 +1,5 @@
|
|||
############################################################################
|
||||
# boards/hc/mcs92s12ne64/demo9s12ne64/src/Makefile
|
||||
# boards/hc/m9s12/demo9s12ne64/src/Makefile
|
||||
#
|
||||
# Copyright (C) 2009 Gregory Nutt. All rights reserved.
|
||||
# Author: Gregory Nutt <gnutt@nuttx.org>
|
|
@ -1,5 +1,5 @@
|
|||
/****************************************************************************
|
||||
* boards/hc/mcs92s12ne64/demo9s12ne64/src/demo9s12ne64.h
|
||||
* boards/hc/m9s12/demo9s12ne64/src/demo9s12ne64.h
|
||||
*
|
||||
* Copyright (C) 2009 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
|
@ -1,5 +1,5 @@
|
|||
/****************************************************************************
|
||||
* boards/hc/mcs92s12ne64/demo9s12ne64/src/m9s12_appinit.c
|
||||
* boards/hc/m9s12/demo9s12ne64/src/m9s12_appinit.c
|
||||
*
|
||||
* Copyright (C) 2009 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
|
@ -1,5 +1,5 @@
|
|||
/****************************************************************************
|
||||
* boards/hc/mcs92s12ne64/demo9s12ne64/src/m9s12_boot.c
|
||||
* boards/hc/m9s12/demo9s12ne64/src/m9s12_boot.c
|
||||
*
|
||||
* Copyright (C) 2009, 2011, 2015 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
|
@ -1,5 +1,5 @@
|
|||
/****************************************************************************
|
||||
* boards/hc/mcs92s12ne64/demo9s12ne64/src/m9s12_buttons.c
|
||||
* boards/hc/m9s12/demo9s12ne64/src/m9s12_buttons.c
|
||||
*
|
||||
* Copyright (C) 2009, 2014-2015 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
|
@ -1,5 +1,5 @@
|
|||
/****************************************************************************
|
||||
* boards/hc/mcs92s12ne64/demo9s12ne64/src/m9s12_leds.c
|
||||
* boards/hc/m9s12/demo9s12ne64/src/m9s12_leds.c
|
||||
*
|
||||
* Copyright (C) 2009, 2013, 2015 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
|
@ -1,5 +1,5 @@
|
|||
/****************************************************************************
|
||||
* boards/hc/mcs92s12ne64demo9s12ne64/src/m9s12_spi.c
|
||||
* boards/hc/m9s12/demo9s12ne64/src/m9s12_spi.c
|
||||
*
|
||||
* Copyright (C) 2009 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
|
@ -10,7 +10,7 @@
|
|||
CONFIG_ARCH="hc"
|
||||
CONFIG_ARCH_BOARD="ne64badge"
|
||||
CONFIG_ARCH_BOARD_NE64BADGE=y
|
||||
CONFIG_ARCH_CHIP="mcs92s12ne64"
|
||||
CONFIG_ARCH_CHIP="m9s12"
|
||||
CONFIG_ARCH_CHIP_MCS92S12NEC64=y
|
||||
CONFIG_ARCH_HC=y
|
||||
CONFIG_ARCH_STACKDUMP=y
|
|
@ -1,6 +1,5 @@
|
|||
/****************************************************************************
|
||||
* boards/hc/mcs92s12ne64/ne64badge/include/board.h
|
||||
* include/arch/board/board.h
|
||||
* boards/hc/m9s12/ne64badge/include/board.h
|
||||
*
|
||||
* Copyright (C) 2011 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
|
@ -1,5 +1,5 @@
|
|||
############################################################################
|
||||
# boards/hc/mcs92s12ne64/ne64badge/scripts/Make.defs
|
||||
# boards/hc/m9s12/ne64badge/scripts/Make.defs
|
||||
#
|
||||
# Copyright (C) 2011, 2017 Gregory Nutt. All rights reserved.
|
||||
# Author: Gregory Nutt <gnutt@nuttx.org>
|
|
@ -1,5 +1,5 @@
|
|||
/****************************************************************************
|
||||
* boards/hc/mcs92s12ne64/ne64badge/ostest/ne64badge-banked.ld
|
||||
* boards/hc/m9s12/ne64badge/ostest/ne64badge-banked.ld
|
||||
*
|
||||
* Copyright (C) 2011m, 2017 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
|
@ -1,5 +1,5 @@
|
|||
/****************************************************************************
|
||||
* boards/hc/mcs92s12ne64/ne64badge/ostest/ne64badge-nonbanked.ld
|
||||
* boards/hc/m9s12/ne64badge/ostest/ne64badge-nonbanked.ld
|
||||
*
|
||||
* Copyright (C) 2011, 2017 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
|
@ -1,5 +1,5 @@
|
|||
############################################################################
|
||||
# boards/hc/mcs92s12ne64/ne64badge/src/Makefile
|
||||
# boards/hc/m9s12/ne64badge/src/Makefile
|
||||
#
|
||||
# Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
|
||||
# Author: Gregory Nutt <gnutt@nuttx.org>
|
|
@ -1,5 +1,5 @@
|
|||
/****************************************************************************
|
||||
* config/mcs92s12ne64/ne64badge/src/m9s12_appinit.c
|
||||
* config/m9s12/ne64badge/src/m9s12_appinit.c
|
||||
*
|
||||
* Copyright (C) 2011, 2016 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
|
@ -1,5 +1,5 @@
|
|||
/****************************************************************************
|
||||
* boards/hc/mcs92s12ne64/ne64badge/src/m9s12_boot.c
|
||||
* boards/hc/m9s12/ne64badge/src/m9s12_boot.c
|
||||
*
|
||||
* Copyright (C) 2011, 2015 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
|
@ -1,5 +1,5 @@
|
|||
/****************************************************************************
|
||||
* boards/hc/mcs92s12ne64/ne64badge/src/m9s12_buttons.c
|
||||
* boards/hc/m9s12/ne64badge/src/m9s12_buttons.c
|
||||
*
|
||||
* Copyright (C) 2011, 2014-2015 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
|
@ -1,5 +1,5 @@
|
|||
/****************************************************************************
|
||||
* boards/hc/mcs92s12ne64/ne64badge/src/m9s12_leds.c
|
||||
* boards/hc/m9s12/ne64badge/src/m9s12_leds.c
|
||||
*
|
||||
* Copyright (C) 2011, 2013, 2015 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
|
@ -1,5 +1,5 @@
|
|||
/****************************************************************************
|
||||
* boards/hc/mcs92s12ne64/ne64badge/src/m9s12_spi.c
|
||||
* boards/hc/m9s12/ne64badge/src/m9s12_spi.c
|
||||
*
|
||||
* Copyright (C) 2011 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
|
@ -1,5 +1,5 @@
|
|||
/****************************************************************************
|
||||
* boards/hc/mcs92s12ne64/ne64badge/src/ne64badge.h
|
||||
* boards/hc/m9s12/ne64badge/src/ne64badge.h
|
||||
*
|
||||
* Copyright (C) 2011 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
Loading…
Reference in a new issue