You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2020/01/23 02:25:47 UTC

[incubator-nuttx] 03/06: Change boards/renesas/m32262f8 to boards/hc/m16c

This is an automated email from the ASF dual-hosted git repository.

gnutt pushed a commit to branch pr149
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 30219705bf38f8359fa3c4f7ecc7960711d3f04c
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Thu Jan 23 04:34:28 2020 +0800

    Change boards/renesas/m32262f8 to boards/hc/m16c
    
    to fix the follow error:
    Refresh skp16c26/ostest
    LN: include/arch/board to /workspace/mirtos/nuttx/boards/renesas/m32262f8/skp16c26/include
    LN: include/arch/chip to arch/renesas/include/m32262f8
    
    Change-Id: Ib0d39ed36e9d20495024e949393be6c7fe749963
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
---
 Documentation/NuttX.html                                            | 2 +-
 Documentation/README.html                                           | 4 ++--
 README.txt                                                          | 2 +-
 boards/Kconfig                                                      | 2 +-
 boards/README.txt                                                   | 2 +-
 boards/renesas/{m32262f8 => m16c}/drivers/Kconfig                   | 0
 boards/renesas/{m32262f8 => m16c}/skp16c26/Kconfig                  | 0
 boards/renesas/{m32262f8 => m16c}/skp16c26/README.txt               | 2 +-
 boards/renesas/{m32262f8 => m16c}/skp16c26/configs/ostest/defconfig | 2 +-
 boards/renesas/{m32262f8 => m16c}/skp16c26/include/board.h          | 3 +--
 boards/renesas/{m32262f8 => m16c}/skp16c26/scripts/Make.defs        | 2 +-
 boards/renesas/{m32262f8 => m16c}/skp16c26/scripts/skp16c26.ld      | 2 +-
 boards/renesas/{m32262f8 => m16c}/skp16c26/src/.gitignore           | 0
 boards/renesas/{m32262f8 => m16c}/skp16c26/src/Makefile             | 2 +-
 boards/renesas/{m32262f8 => m16c}/skp16c26/src/m16c_buttons.c       | 2 +-
 boards/renesas/{m32262f8 => m16c}/skp16c26/src/m16c_lcd.c           | 2 +-
 boards/renesas/{m32262f8 => m16c}/skp16c26/src/m16c_lcdconsole.c    | 2 +-
 boards/renesas/{m32262f8 => m16c}/skp16c26/src/m16c_leds.c          | 2 +-
 boards/renesas/{m32262f8 => m16c}/skp16c26/src/skp16c26.h           | 2 +-
 drivers/lcd/README.txt                                              | 2 +-
 20 files changed, 18 insertions(+), 19 deletions(-)

diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index ed0cc9a..357074f 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -6746,7 +6746,7 @@ BFD_ASSERT (*plt_offset != (bfd_vma) -1);
 </pre></ul>
       <p>
         No workaround is known at this time.  This is a show stopper for M16C.
-        Refer to the NuttX board <a href="https://bitbucket.org/nuttx/nuttx/src/master/boards/renesas/m32262f8/skp16c26/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/m16c/skp16c26/README.txt" target="_blank">README</a> file for further information.
       </p>
     </ul>
   </td>
diff --git a/Documentation/README.html b/Documentation/README.html
index de2da97..a77f68f 100644
--- a/Documentation/README.html
+++ b/Documentation/README.html
@@ -440,9 +440,9 @@ nuttx/
  |   |       `- or1k/
  |   |           `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/boards/or1k/mor1kx/or1k/README.txt" target="_blank"><b><i>README.txt</i></b></a>
  |   |- renesas/
- |   |   |- m32262f8/
+ |   |   |- m16c/
  |   |   |   `- skp16c26/
- |   |   |       `- <a href="https://bitbucket.org/nuttx/nuttx/src/master/boards/renesas/m32262f8/skp16c26/README.txt" target="_blank"><b><i>README.txt</i></b></a>
+ |   |   |       `- <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/
  |   |       `- 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>
diff --git a/README.txt b/README.txt
index 6793583..6f4e559 100644
--- a/README.txt
+++ b/README.txt
@@ -2152,7 +2152,7 @@ nuttx/
  |   |       `- or1k/
  |   |           `- README.txt
  |   |- renesas/
- |   |   |- m32262f8/
+ |   |   |- m16c/
  |   |   |   `- skp16c26/
  |   |   |       `- README.txt
  |   |   `-sh7032/
diff --git a/boards/Kconfig b/boards/Kconfig
index ab29ab2..43064b7 100644
--- a/boards/Kconfig
+++ b/boards/Kconfig
@@ -2753,7 +2753,7 @@ if ARCH_BOARD_OR1K
 source "boards/or1k/mor1kx/or1k/Kconfig"
 endif
 if ARCH_BOARD_SKP16C26
-source "boards/renesas/m32262f8/skp16c26/Kconfig"
+source "boards/renesas/m16c/skp16c26/Kconfig"
 endif
 if ARCH_BOARD_US7032EVB1
 source "boards/renesas/sh7032/us7032evb1/Kconfig"
diff --git a/boards/README.txt b/boards/README.txt
index c36b053..644d682 100644
--- a/boards/README.txt
+++ b/boards/README.txt
@@ -717,7 +717,7 @@ boards/arm/stm32/shenzhou
   This is the port of NuttX to the Shenzhou development board from
   www.armjishu.com. This board features the STMicro STM32F107VCT MCU.
 
-boards/renesas/m32262f8/skp16c26
+boards/renesas/m16c/skp16c26
   Renesas M16C processor on the Renesas SKP16C26 StarterKit.  This port
   uses the GNU m32c toolchain.  STATUS:  The port is complete but untested
   due to issues with compiler internal errors.
diff --git a/boards/renesas/m32262f8/drivers/Kconfig b/boards/renesas/m16c/drivers/Kconfig
similarity index 100%
rename from boards/renesas/m32262f8/drivers/Kconfig
rename to boards/renesas/m16c/drivers/Kconfig
diff --git a/boards/renesas/m32262f8/skp16c26/Kconfig b/boards/renesas/m16c/skp16c26/Kconfig
similarity index 100%
rename from boards/renesas/m32262f8/skp16c26/Kconfig
rename to boards/renesas/m16c/skp16c26/Kconfig
diff --git a/boards/renesas/m32262f8/skp16c26/README.txt b/boards/renesas/m16c/skp16c26/README.txt
similarity index 98%
rename from boards/renesas/m32262f8/skp16c26/README.txt
rename to boards/renesas/m16c/skp16c26/README.txt
index f0fa841..56934c5 100644
--- a/boards/renesas/m32262f8/skp16c26/README.txt
+++ b/boards/renesas/m16c/skp16c26/README.txt
@@ -1,4 +1,4 @@
-boards/renesas/m32262f8/skp16c26/README.txt
+boards/renesas/m16c/skp16c26/README.txt
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 1. The buildroot package can be used to build an M16C toolchain.  The toolchain
diff --git a/boards/renesas/m32262f8/skp16c26/configs/ostest/defconfig b/boards/renesas/m16c/skp16c26/configs/ostest/defconfig
similarity index 97%
rename from boards/renesas/m32262f8/skp16c26/configs/ostest/defconfig
rename to boards/renesas/m16c/skp16c26/configs/ostest/defconfig
index 8b812bb..2465ac9 100644
--- a/boards/renesas/m32262f8/skp16c26/configs/ostest/defconfig
+++ b/boards/renesas/m16c/skp16c26/configs/ostest/defconfig
@@ -9,7 +9,7 @@
 CONFIG_ARCH="renesas"
 CONFIG_ARCH_BOARD="skp16c26"
 CONFIG_ARCH_BOARD_SKP16C26=y
-CONFIG_ARCH_CHIP="m32262f8"
+CONFIG_ARCH_CHIP="m16c"
 CONFIG_ARCH_CHIP_M30262F8=y
 CONFIG_ARCH_INTERRUPTSTACK=128
 CONFIG_ARCH_RENESAS=y
diff --git a/boards/renesas/m32262f8/skp16c26/include/board.h b/boards/renesas/m16c/skp16c26/include/board.h
similarity index 98%
rename from boards/renesas/m32262f8/skp16c26/include/board.h
rename to boards/renesas/m16c/skp16c26/include/board.h
index 4defdfe..8f27f92 100644
--- a/boards/renesas/m32262f8/skp16c26/include/board.h
+++ b/boards/renesas/m16c/skp16c26/include/board.h
@@ -1,6 +1,5 @@
 /****************************************************************************
- * boards/renesas/m32262f8/skp16c26/include/board.h
- * arch/board/board.h
+ * boards/renesas/m16c/skp16c26/include/board.h
  *
  *   Copyright (C) 2009 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gn...@nuttx.org>
diff --git a/boards/renesas/m32262f8/skp16c26/scripts/Make.defs b/boards/renesas/m16c/skp16c26/scripts/Make.defs
similarity index 98%
rename from boards/renesas/m32262f8/skp16c26/scripts/Make.defs
rename to boards/renesas/m16c/skp16c26/scripts/Make.defs
index f6961de..de8e7d7 100644
--- a/boards/renesas/m32262f8/skp16c26/scripts/Make.defs
+++ b/boards/renesas/m16c/skp16c26/scripts/Make.defs
@@ -1,5 +1,5 @@
 ############################################################################
-# boards/renesas/m32262f8/skp16c26/scripts/Make.defs
+# boards/renesas/m16c/skp16c26/scripts/Make.defs
 #
 #   Copyright (C) 2009, 2017 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gn...@nuttx.org>
diff --git a/boards/renesas/m32262f8/skp16c26/scripts/skp16c26.ld b/boards/renesas/m16c/skp16c26/scripts/skp16c26.ld
similarity index 98%
rename from boards/renesas/m32262f8/skp16c26/scripts/skp16c26.ld
rename to boards/renesas/m16c/skp16c26/scripts/skp16c26.ld
index 38618d9..52c4e6b 100644
--- a/boards/renesas/m32262f8/skp16c26/scripts/skp16c26.ld
+++ b/boards/renesas/m16c/skp16c26/scripts/skp16c26.ld
@@ -1,5 +1,5 @@
 /****************************************************************************
- * boards/renesas/m32262f8/skp16c26/scripts/skp16c26.ld
+ * boards/renesas/m16c/skp16c26/scripts/skp16c26.ld
  *
  *   Copyright (C) 2009, 2017 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gn...@nuttx.org>
diff --git a/boards/renesas/m32262f8/skp16c26/src/.gitignore b/boards/renesas/m16c/skp16c26/src/.gitignore
similarity index 100%
rename from boards/renesas/m32262f8/skp16c26/src/.gitignore
rename to boards/renesas/m16c/skp16c26/src/.gitignore
diff --git a/boards/renesas/m32262f8/skp16c26/src/Makefile b/boards/renesas/m16c/skp16c26/src/Makefile
similarity index 98%
rename from boards/renesas/m32262f8/skp16c26/src/Makefile
rename to boards/renesas/m16c/skp16c26/src/Makefile
index 2633572..e448c7f 100644
--- a/boards/renesas/m32262f8/skp16c26/src/Makefile
+++ b/boards/renesas/m16c/skp16c26/src/Makefile
@@ -1,5 +1,5 @@
 ############################################################################
-# boards/renesas/m32262f8/skp16c26/src/Makefile
+# boards/renesas/m16c/skp16c26/src/Makefile
 #
 #   Copyright (C) 2009, 2012 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gn...@nuttx.org>
diff --git a/boards/renesas/m32262f8/skp16c26/src/m16c_buttons.c b/boards/renesas/m16c/skp16c26/src/m16c_buttons.c
similarity index 98%
rename from boards/renesas/m32262f8/skp16c26/src/m16c_buttons.c
rename to boards/renesas/m16c/skp16c26/src/m16c_buttons.c
index 4647dec..871bd06 100644
--- a/boards/renesas/m32262f8/skp16c26/src/m16c_buttons.c
+++ b/boards/renesas/m16c/skp16c26/src/m16c_buttons.c
@@ -1,5 +1,5 @@
 /****************************************************************************
- * boards/renesas/m32262f8/skp16c26/src/m16c_buttons.c
+ * boards/renesas/m16c/skp16c26/src/m16c_buttons.c
  *
  *   Copyright (C) 2009, 2015 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gn...@nuttx.org>
diff --git a/boards/renesas/m32262f8/skp16c26/src/m16c_lcd.c b/boards/renesas/m16c/skp16c26/src/m16c_lcd.c
similarity index 99%
rename from boards/renesas/m32262f8/skp16c26/src/m16c_lcd.c
rename to boards/renesas/m16c/skp16c26/src/m16c_lcd.c
index 31def78..cbe839a 100644
--- a/boards/renesas/m32262f8/skp16c26/src/m16c_lcd.c
+++ b/boards/renesas/m16c/skp16c26/src/m16c_lcd.c
@@ -1,5 +1,5 @@
 /****************************************************************************
- * boards/renesas/m32262f8/scp16c26/src/m16c_lcd.c
+ * boards/renesas/m16c/scp16c26/src/m16c_lcd.c
  *
  *   Copyright (C) 2009 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gn...@nuttx.org>
diff --git a/boards/renesas/m32262f8/skp16c26/src/m16c_lcdconsole.c b/boards/renesas/m16c/skp16c26/src/m16c_lcdconsole.c
similarity index 98%
rename from boards/renesas/m32262f8/skp16c26/src/m16c_lcdconsole.c
rename to boards/renesas/m16c/skp16c26/src/m16c_lcdconsole.c
index 380b848..d5fe115 100644
--- a/boards/renesas/m32262f8/skp16c26/src/m16c_lcdconsole.c
+++ b/boards/renesas/m16c/skp16c26/src/m16c_lcdconsole.c
@@ -1,5 +1,5 @@
 /****************************************************************************
- * boards/renesas/m32262f8/scp16c26/src/m16c_lcdconsole.c
+ * boards/renesas/m16c/scp16c26/src/m16c_lcdconsole.c
  *
  *   Copyright (C) 2009, 2012 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gn...@nuttx.org>
diff --git a/boards/renesas/m32262f8/skp16c26/src/m16c_leds.c b/boards/renesas/m16c/skp16c26/src/m16c_leds.c
similarity index 99%
rename from boards/renesas/m32262f8/skp16c26/src/m16c_leds.c
rename to boards/renesas/m16c/skp16c26/src/m16c_leds.c
index 068c0b9..26624d9 100644
--- a/boards/renesas/m32262f8/skp16c26/src/m16c_leds.c
+++ b/boards/renesas/m16c/skp16c26/src/m16c_leds.c
@@ -1,5 +1,5 @@
 /****************************************************************************
- * boards/renesas/m32262f8/scp16c26/src/m16c_leds.c
+ * boards/renesas/m16c/scp16c26/src/m16c_leds.c
  *
  *   Copyright (C) 2009, 2015 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gn...@nuttx.org>
diff --git a/boards/renesas/m32262f8/skp16c26/src/skp16c26.h b/boards/renesas/m16c/skp16c26/src/skp16c26.h
similarity index 98%
rename from boards/renesas/m32262f8/skp16c26/src/skp16c26.h
rename to boards/renesas/m16c/skp16c26/src/skp16c26.h
index 7410ec0..f30c20c 100644
--- a/boards/renesas/m32262f8/skp16c26/src/skp16c26.h
+++ b/boards/renesas/m16c/skp16c26/src/skp16c26.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- * boards/renesas/m32262f8/skp16c26/src/scp16c26.h
+ * boards/renesas/m16c/skp16c26/src/scp16c26.h
  *
  *   Copyright (C) 2009 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gn...@nuttx.org>
diff --git a/drivers/lcd/README.txt b/drivers/lcd/README.txt
index 28f8658..021904c 100644
--- a/drivers/lcd/README.txt
+++ b/drivers/lcd/README.txt
@@ -233,7 +233,7 @@ interface) that makes then less re-usable:
 
   Alphnumeric/segment LCD Displays:
 
-    boards/renesas/m32262f8/skp16c26/src/m16c_lcd.c.  Untested alphanumeric
+    boards/renesas/m16c/skp16c26/src/m16c_lcd.c.  Untested alphanumeric
       LCD driver.
     boards/mips/pic32mx/sure-pic32mx/src/pic32_lcd1602.c. An LCD1602 segment
       LCD.  This is a bit-bang version of the driver and appears to