Rename arch/arm/src/cd56xx/chip to arch/arm/src/56xx/hardware.

This commit is contained in:
Gregory Nutt 2019-05-24 15:33:08 -06:00
parent 9a19e48e38
commit 01ad31c2fa
4 changed files with 12 additions and 10 deletions

View File

@ -48,7 +48,7 @@
#define ARMV7M_PERIPHERAL_INTERRUPTS 128 #define ARMV7M_PERIPHERAL_INTERRUPTS 128
#include "chip/cxd5602_memorymap.h" #include "hardware/cxd5602_memorymap.h"
/**************************************************************************** /****************************************************************************
* Pre-processor Definitions * Pre-processor Definitions

View File

@ -44,7 +44,7 @@
#include <nuttx/config.h> #include <nuttx/config.h>
#include "chip.h" #include "chip.h"
#include "chip/cxd56_uart.h" #include "hardware/cxd56_uart.h"
/**************************************************************************** /****************************************************************************
* Pre-processor Definitions * Pre-processor Definitions

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* arch/arm/src/cxd56xx/chip/cxd5602_memorymap.h * arch/arm/src/cxd56xx/hardware/cxd5602_memorymap.h
* *
* Copyright 2018 Sony Semiconductor Solutions Corporation * Copyright 2018 Sony Semiconductor Solutions Corporation
* *
@ -33,8 +33,8 @@
* *
****************************************************************************/ ****************************************************************************/
#ifndef __ARCH_ARM_SRC_CXD56XX_CHIP_CXD5602_MEMORYMAP_H #ifndef __ARCH_ARM_SRC_CXD56XX_HARDWARE_CXD5602_MEMORYMAP_H
#define __ARCH_ARM_SRC_CXD56XX_CHIP_CXD5602_MEMORYMAP_H #define __ARCH_ARM_SRC_CXD56XX_HARDWARE_CXD5602_MEMORYMAP_H
/**************************************************************************** /****************************************************************************
* Included Files * Included Files
@ -120,4 +120,5 @@
#define CXD56_EMMC_BASE (CXD56_ADSP_BASE + 0x02201000) #define CXD56_EMMC_BASE (CXD56_ADSP_BASE + 0x02201000)
#define CXD56_SDIO_BASE (CXD56_ADSP_BASE + 0x02202000) #define CXD56_SDIO_BASE (CXD56_ADSP_BASE + 0x02202000)
#endif #endif /* __ARCH_ARM_SRC_CXD56XX_HARDWARE_CXD5602_MEMORYMAP_H */

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* arch/arm/src/cxd56xx/chip/cxd56_uart.h * arch/arm/src/cxd56xx/hardware/cxd56_uart.h
* *
* Copyright 2018 Sony Semiconductor Solutions Corporation * Copyright 2018 Sony Semiconductor Solutions Corporation
* *
@ -33,8 +33,8 @@
* *
****************************************************************************/ ****************************************************************************/
#ifndef __ARCH_ARM_SRC_CXD56XX_CHIP_CXD56_UART_H #ifndef __ARCH_ARM_SRC_CXD56XX_HARDWARE_CXD56_UART_H
#define __ARCH_ARM_SRC_CXD56XX_CHIP_CXD56_UART_H #define __ARCH_ARM_SRC_CXD56XX_HARDWARE_CXD56_UART_H
/**************************************************************************** /****************************************************************************
* Included Files * Included Files
@ -131,4 +131,5 @@
* Public Functions * Public Functions
****************************************************************************/ ****************************************************************************/
#endif /* __ARCH_ARM_SRC_CXD56XX_CHIP_CXD56_UART_H */ #endif /* __ARCH_ARM_SRC_CXD56XX_HARDWARE_CXD56_UART_H */