Change boards/renesas/sh7032 to boards/renesas/sh1
to fix the follow error: Refresh us7032evb1:nsh LN: include/arch to arch/renesas/include LN: include/arch/board to /workspace/mirtos/nuttx/boards/renesas//us7032evb1/include No directory at /workspace/mirtos/nuttx/boards/renesas//us7032evb1/include
This commit is contained in:
parent
9a8ff07716
commit
12cc24abb2
|
@ -6709,7 +6709,7 @@ Mem: 29232 5920 23312 23312
|
|||
(which has very limit SH-1 support to begin with), or perhaps with the CMON debugger.
|
||||
At any rate, I have exhausted all of the energy that I am willing to put into this cool
|
||||
old processor for the time being.
|
||||
Refer to the NuttX board <a href="https://bitbucket.org/nuttx/nuttx/src/master/boards/renesas/sh7032/us7032evb1/README.txt" target="_blank">README</a> file for further information.
|
||||
Refer to the NuttX board <a href="https://bitbucket.org/nuttx/nuttx/src/master/boards/renesas/sh1/us7032evb1/README.txt" target="_blank">README</a> file for further information.
|
||||
</p>
|
||||
</ul>
|
||||
</td>
|
||||
|
|
|
@ -443,9 +443,9 @@ nuttx/
|
|||
| | |- m16c/
|
||||
| | | `- skp16c26/
|
||||
| | | `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/boards/renesas/m16c/skp16c26/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
| | `-sh7032/
|
||||
| | `-sh1/
|
||||
| | `- us7032evb1/
|
||||
| | `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/boards/renesas/sh7032/us7032evb1/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
| | `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/boards/renesas/sh1/us7032evb1/README.txt" target="_blank"><b><i>README.txt</i></b></a>
|
||||
| |- risc-v/
|
||||
| | |- gap8/
|
||||
| | | `- gapuino/
|
||||
|
|
|
@ -2155,7 +2155,7 @@ nuttx/
|
|||
| | |- m16c/
|
||||
| | | `- skp16c26/
|
||||
| | | `- README.txt
|
||||
| | `-sh7032/
|
||||
| | `-sh1/
|
||||
| | `- us7032evb1/
|
||||
| | `- README.txt
|
||||
| |- risc-v/
|
||||
|
|
|
@ -2756,7 +2756,7 @@ if ARCH_BOARD_SKP16C26
|
|||
source "boards/renesas/m16c/skp16c26/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_US7032EVB1
|
||||
source "boards/renesas/sh7032/us7032evb1/Kconfig"
|
||||
source "boards/renesas/sh1/us7032evb1/Kconfig"
|
||||
endif
|
||||
if ARCH_BOARD_GAPUINO
|
||||
source "boards/risc-v/gap8/gapuino/Kconfig"
|
||||
|
|
|
@ -853,7 +853,7 @@ boards/mips/pic32mx/ubw32
|
|||
with this board http://www.sparkfun.com/products/9713. See also
|
||||
http://www.schmalzhaus.com/UBW32/.
|
||||
|
||||
boards/renesas/sh7032/us7032evb1
|
||||
boards/renesas/sh1/us7032evb1
|
||||
This is a port of the Hitachi SH-1 on the Hitachi SH-1/US7032EVB1 board.
|
||||
STATUS: Work has just began on this port.
|
||||
|
||||
|
|
|
@ -114,7 +114,7 @@ Architecture selection
|
|||
implemented in.
|
||||
CONFIG_ARCH_BOARD - identifies the boards/ subdirectory and, hence,
|
||||
the board that supports the particular chip or SoC. This
|
||||
should be us7032evb1 for (boards/renesas/sh7032/us7032evb1).
|
||||
should be us7032evb1 for (boards/renesas/sh1/us7032evb1).
|
||||
CONFIG_ARCH_BOARD_US7032EVB1 - for use in C code
|
||||
CONFIG_ENDIAN_BIG - the SH-1 usually runs big-endian
|
||||
CONFIG_ARCH_NOINTC - define if the architecture does not
|
|
@ -7,21 +7,20 @@
|
|||
#
|
||||
# CONFIG_NSH_DISABLE_IFCONFIG is not set
|
||||
# CONFIG_NSH_DISABLE_PS is not set
|
||||
CONFIG_ARCH_BOARD_US7032EVB1=y
|
||||
CONFIG_ARCH="renesas"
|
||||
CONFIG_ARCH_BOARD="us7032evb1"
|
||||
CONFIG_ARCH_BOARD_US7032EVB1=y
|
||||
CONFIG_ARCH_BUTTONS=y
|
||||
iCONFIG_ARCH_CHIP="sh7032"
|
||||
CONFIG_ARCH_CHIP="sh1"
|
||||
CONFIG_ARCH_CHIP_SH7032=y
|
||||
CONFIG_ARCH_RENESAS=y
|
||||
CONFIG_ARCH_STACKDUMP=y
|
||||
CONFIG_ARCH="renesas"
|
||||
CONFIG_BOARD_LOOPSPERMSEC=572
|
||||
CONFIG_DISABLE_MOUNTPOINT=y
|
||||
CONFIG_DISABLE_MQUEUE=y
|
||||
CONFIG_DISABLE_POSIX_TIMERS=y
|
||||
CONFIG_DISABLE_PTHREAD=y
|
||||
CONFIG_ENDIAN_BIG=y
|
||||
CONFIG_SYSTEM_NSH=y
|
||||
CONFIG_MAX_TASKS=8
|
||||
CONFIG_MAX_WDOGPARMS=2
|
||||
CONFIG_MOTOROLA_SREC=y
|
||||
|
@ -45,7 +44,8 @@ CONFIG_START_DAY=10
|
|||
CONFIG_START_MONTH=11
|
||||
CONFIG_START_YEAR=2008
|
||||
CONFIG_STDIO_DISABLE_BUFFERING=y
|
||||
CONFIG_SYSTEM_NSH=y
|
||||
CONFIG_TASK_NAME_SIZE=0
|
||||
CONFIG_USER_ENTRYPOINT="nsh_main"
|
||||
CONFIG_USERMAIN_STACKSIZE=1024
|
||||
CONFIG_USER_ENTRYPOINT="nsh_main"
|
||||
CONFIG_WDOG_INTRESERVE=0
|
|
@ -9,7 +9,7 @@ CONFIG_ARCH="renesas"
|
|||
CONFIG_ARCH_BOARD="us7032evb1"
|
||||
CONFIG_ARCH_BOARD_US7032EVB1=y
|
||||
CONFIG_ARCH_BUTTONS=y
|
||||
CONFIG_ARCH_CHIP="sh7032"
|
||||
CONFIG_ARCH_CHIP="sh1"
|
||||
CONFIG_ARCH_CHIP_SH7032=y
|
||||
CONFIG_ARCH_RENESAS=y
|
||||
CONFIG_ARCH_STACKDUMP=y
|
|
@ -1,5 +1,5 @@
|
|||
/****************************************************************************
|
||||
* boards/renesas/sh7032/us7032evb1/include/board.h
|
||||
* boards/renesas/sh1/us7032evb1/include/board.h
|
||||
*
|
||||
* Copyright (C) 2008-2009 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
|
@ -1,5 +1,5 @@
|
|||
##############################################################################
|
||||
# boards/renesas/sh7032/us7032evb1/scripts/Make.defs
|
||||
# boards/renesas/sh1/us7032evb1/scripts/Make.defs
|
||||
#
|
||||
# Copyright (C) 2008, 2017 Gregory Nutt. All rights reserved.
|
||||
# Author: Gregory Nutt <gnutt@nuttx.org>
|
|
@ -1,5 +1,5 @@
|
|||
/****************************************************************************
|
||||
* boards/renesas/sh7032/us7032evb1/nsh/ld.script
|
||||
* boards/renesas/sh1/us7032evb1/nsh/ld.script
|
||||
*
|
||||
* Copyright (C) 2008 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
|
@ -1,5 +1,5 @@
|
|||
############################################################################
|
||||
# boards/renesas/sh7032/us7032evb1/shterm/Makefile
|
||||
# boards/renesas/sh1/us7032evb1/shterm/Makefile
|
||||
#
|
||||
# Copyright (C) 2008 Gregory Nutt. All rights reserved.
|
||||
# Author: Gregory Nutt <gnutt@nuttx.org>
|
|
@ -1,5 +1,5 @@
|
|||
/****************************************************************************
|
||||
* boards/renesas/sh7032/us7032evb1/shterm/shterm.c
|
||||
* boards/renesas/sh1/us7032evb1/shterm/shterm.c
|
||||
*
|
||||
* Copyright(C) 2008-2009 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
|
@ -1,5 +1,5 @@
|
|||
############################################################################
|
||||
# boards/renesas/sh7032/us7032evb1/src/Makefile
|
||||
# boards/renesas/sh1/us7032evb1/src/Makefile
|
||||
#
|
||||
# Copyright (C) 2008, 2012 Gregory Nutt. All rights reserved.
|
||||
# Author: Gregory Nutt <gnutt@nuttx.org>
|
|
@ -1,5 +1,5 @@
|
|||
/****************************************************************************
|
||||
* boards/renesas/sh7032/us7032evb1/src/sh1_leds.c
|
||||
* boards/renesas/sh1/us7032evb1/src/sh1_leds.c
|
||||
*
|
||||
* Copyright (C) 2008-2009, 2015 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
Loading…
Reference in New Issue