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:
Xiang Xiao 2020-01-23 04:11:27 +08:00 committed by Gregory Nutt
parent 4bd4f3b424
commit 3db775f0d0
36 changed files with 32 additions and 34 deletions

View File

@ -6400,7 +6400,7 @@ Mem: 29232 5920 23312 23312
However, testing has not yet begun due to issues with BDMs, Code Warrior, and However, testing has not yet begun due to issues with BDMs, Code Warrior, and
the paging in the build process. the paging in the build process.
Progress is slow, but I hope to see a fully verified MC9S12NE64 port in the near future. 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> </p>
</ul> </ul>
</td> </td>

View File

@ -409,11 +409,11 @@ nuttx/
| | `- moteino-mega/ | | `- 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> | | `- <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/ | |- hc/
| | `- mcs92s12ne64/ | | `- m9s12/
| | |- demo9s12ne64/ | | |- 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/ | | `- 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/ | |- mips/
| | |- pic32mx/ | | |- pic32mx/
| | | |- mirtoo/ | | | |- mirtoo/

View File

@ -2121,7 +2121,7 @@ nuttx/
| | `- moteino-mega/ | | `- moteino-mega/
| | `- README.txt | | `- README.txt
| |- hc/ | |- hc/
| | `- mcs92s12ne64/ | | `- m9s12/
| | |- demo9s12ne64/ | | |- demo9s12ne64/
| | | `- README.txt | | | `- README.txt
| | `- ne64badge/ | | `- ne64badge/

View File

@ -2720,10 +2720,10 @@ if ARCH_BOARD_CUSTOM
source "boards/dummy/Kconfig" source "boards/dummy/Kconfig"
endif endif
if ARCH_BOARD_DEMOS92S12NEC64 if ARCH_BOARD_DEMOS92S12NEC64
source "boards/hc/mcs92s12ne64/demo9s12ne64/Kconfig" source "boards/hc/m9s12/demo9s12ne64/Kconfig"
endif endif
if ARCH_BOARD_NE64BADGE if ARCH_BOARD_NE64BADGE
source "boards/hc/mcs92s12ne64/ne64badge/Kconfig" source "boards/hc/m9s12/ne64badge/Kconfig"
endif endif
if ARCH_BOARD_MIRTOO if ARCH_BOARD_MIRTOO
source "boards/mips/pic32mx/mirtoo/Kconfig" source "boards/mips/pic32mx/mirtoo/Kconfig"

View File

@ -218,7 +218,7 @@ boards/arm/stm32/cloudctrl
board. Based on the Shenzhou IV development board design. It is based on board. Based on the Shenzhou IV development board design. It is based on
the STM32F107VC MCU. the STM32F107VC MCU.
boards/hc/mcs92s12ne64/demo9s12ne64 boards/hc/m9s12/demo9s12ne64
NXP/FreeScale DMO9S12NE64 board based on the MC9S12NE64 hcs12 cpu. This NXP/FreeScale DMO9S12NE64 board based on the MC9S12NE64 hcs12 cpu. This
port uses the m9s12x GCC toolchain. STATUS: (Still) under development; it port uses the m9s12x GCC toolchain. STATUS: (Still) under development; it
is code complete but has not yet been verified. is code complete but has not yet been verified.

View File

@ -10,7 +10,7 @@
CONFIG_ARCH="hc" CONFIG_ARCH="hc"
CONFIG_ARCH_BOARD="demo9s12ne64" CONFIG_ARCH_BOARD="demo9s12ne64"
CONFIG_ARCH_BOARD_DEMOS92S12NEC64=y CONFIG_ARCH_BOARD_DEMOS92S12NEC64=y
CONFIG_ARCH_CHIP="mcs92s12ne64" CONFIG_ARCH_CHIP="m9s12"
CONFIG_ARCH_CHIP_MCS92S12NEC64=y CONFIG_ARCH_CHIP_MCS92S12NEC64=y
CONFIG_ARCH_HC=y CONFIG_ARCH_HC=y
CONFIG_ARCH_STACKDUMP=y CONFIG_ARCH_STACKDUMP=y

View File

@ -1,6 +1,5 @@
/**************************************************************************** /****************************************************************************
* boards/hc/mcs92s12ne64/demo9s12ne64/include/board.h * boards/hc/m9s12/demo9s12ne64/include/board.h
* include/arch/board/board.h
* *
* Copyright (C) 2009, 2011 Gregory Nutt. All rights reserved. * Copyright (C) 2009, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -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. # Copyright (C) 2009,2017 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org> # Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -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. * Copyright (C) 2009, 2017 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -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. * Copyright (C) 2009, 2017 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
############################################################################ ############################################################################
# boards/hc/mcs92s12ne64/demo9s12ne64/src/Makefile # boards/hc/m9s12/demo9s12ne64/src/Makefile
# #
# Copyright (C) 2009 Gregory Nutt. All rights reserved. # Copyright (C) 2009 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org> # Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -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. * Copyright (C) 2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -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. * Copyright (C) 2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -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. * Copyright (C) 2009, 2011, 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -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. * Copyright (C) 2009, 2014-2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -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. * Copyright (C) 2009, 2013, 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -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. * Copyright (C) 2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -10,7 +10,7 @@
CONFIG_ARCH="hc" CONFIG_ARCH="hc"
CONFIG_ARCH_BOARD="ne64badge" CONFIG_ARCH_BOARD="ne64badge"
CONFIG_ARCH_BOARD_NE64BADGE=y CONFIG_ARCH_BOARD_NE64BADGE=y
CONFIG_ARCH_CHIP="mcs92s12ne64" CONFIG_ARCH_CHIP="m9s12"
CONFIG_ARCH_CHIP_MCS92S12NEC64=y CONFIG_ARCH_CHIP_MCS92S12NEC64=y
CONFIG_ARCH_HC=y CONFIG_ARCH_HC=y
CONFIG_ARCH_STACKDUMP=y CONFIG_ARCH_STACKDUMP=y

View File

@ -1,6 +1,5 @@
/**************************************************************************** /****************************************************************************
* boards/hc/mcs92s12ne64/ne64badge/include/board.h * boards/hc/m9s12/ne64badge/include/board.h
* include/arch/board/board.h
* *
* Copyright (C) 2011 Gregory Nutt. All rights reserved. * Copyright (C) 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -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. # Copyright (C) 2011, 2017 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org> # Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -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. * Copyright (C) 2011m, 2017 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -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. * Copyright (C) 2011, 2017 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -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. # Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org> # Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -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. * Copyright (C) 2011, 2016 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -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. * Copyright (C) 2011, 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -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. * Copyright (C) 2011, 2014-2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -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. * Copyright (C) 2011, 2013, 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -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. * Copyright (C) 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -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. * Copyright (C) 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>