Rename arch/arm/src/tmc570/chip to arch/arm/src/tmc570/hardware.

This commit is contained in:
Gregory Nutt 2019-05-24 14:53:32 -06:00
parent 7156012a94
commit 9ad4dbcc95
27 changed files with 100 additions and 100 deletions

View File

@ -43,7 +43,7 @@
#include <nuttx/config.h>
#include <arch/tms570/chip.h>
#include "chip/tms570_memorymap.h"
#include "hardware/tms570_memorymap.h"
/************************************************************************************
* Pre-processor Definitions

View File

@ -1,5 +1,5 @@
/****************************************************************************************************
* arch/arm/src/tms570/chip/tms570_esm.h
* arch/arm/src/tms570/hardware/tms570_esm.h
* Error Signalling Module Error Definitions
*
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
@ -39,15 +39,15 @@
*
****************************************************************************************************/
#ifndef __ARCH_ARM_SRC_TMS570_CHIP_TMS570_ESM_H
#define __ARCH_ARM_SRC_TMS570_CHIP_TMS570_ESM_H
#ifndef __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570_ESM_H
#define __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570_ESM_H
/****************************************************************************************************
* Included Files
****************************************************************************************************/
#include <nuttx/config.h>
#include "chip/tms570_memorymap.h"
#include "hardware/tms570_memorymap.h"
/****************************************************************************************************
* Pre-processor Definitions
@ -208,4 +208,4 @@
#define ESM_ILCR4_CHAN(n) (1 << (n)) /* Bit n: Maps channel n low level interrupt */
#endif /* __ARCH_ARM_SRC_TMS570_CHIP_TMS570_ESM_H */
#endif /* __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570_ESM_H */

View File

@ -1,5 +1,5 @@
/****************************************************************************************************
* arch/arm/src/tms570/chip/tms570_flash.h
* arch/arm/src/tms570/hardware/tms570_flash.h
* FLASH Module Controller Register Definitions
*
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
@ -39,15 +39,15 @@
*
****************************************************************************************************/
#ifndef __ARCH_ARM_SRC_TMS570_CHIP_TMS570_FLASH_H
#define __ARCH_ARM_SRC_TMS570_CHIP_TMS570_FLASH_H
#ifndef __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570_FLASH_H
#define __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570_FLASH_H
/****************************************************************************************************
* Included Files
****************************************************************************************************/
#include <nuttx/config.h>
#include "chip/tms570_memorymap.h"
#include "hardware/tms570_memorymap.h"
/****************************************************************************************************
* Pre-processor Definitions
@ -268,4 +268,4 @@
/* Flash Bank Configuration Register */
#define FLASH_FCFGBANK_
#endif /* __ARCH_ARM_SRC_TMS570_CHIP_TMS570_FLASH_H */
#endif /* __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570_FLASH_H */

View File

@ -1,5 +1,5 @@
/****************************************************************************************************
* arch/arm/src/tms570/chip/tms570_gio.h
* arch/arm/src/tms570/hardware/tms570_gio.h
* Secondary System Control Register Definitions
*
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
@ -39,15 +39,15 @@
*
****************************************************************************************************/
#ifndef __ARCH_ARM_SRC_TMS570_CHIP_TMS570_GIO_H
#define __ARCH_ARM_SRC_TMS570_CHIP_TMS570_GIO_H
#ifndef __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570_GIO_H
#define __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570_GIO_H
/****************************************************************************************************
* Included Files
****************************************************************************************************/
#include <nuttx/config.h>
#include "chip/tms570_memorymap.h"
#include "hardware/tms570_memorymap.h"
/****************************************************************************************************
* Pre-processor Definitions
@ -442,4 +442,4 @@
#define GIO_PIN(n) (1 << (n)) /* Bit n: Corresponds to pin n */
#endif /* __ARCH_ARM_SRC_TMS570_CHIP_TMS570_GIO_H */
#endif /* __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570_GIO_H */

View File

@ -1,5 +1,5 @@
/****************************************************************************************************
* arch/arm/src/tms570/chip/tms570_iomm.h
* arch/arm/src/tms570/hardware/tms570_iomm.h
* I/O Muliplexing and Control Module (IOMM) Definitions
*
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
@ -39,15 +39,15 @@
*
****************************************************************************************************/
#ifndef __ARCH_ARM_SRC_TMS570_CHIP_TMS570_IOMM_H
#define __ARCH_ARM_SRC_TMS570_CHIP_TMS570_IOMM_H
#ifndef __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570_IOMM_H
#define __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570_IOMM_H
/****************************************************************************************************
* Included Files
****************************************************************************************************/
#include <nuttx/config.h>
#include "chip/tms570_memorymap.h"
#include "hardware/tms570_memorymap.h"
/****************************************************************************************************
* Pre-processor Definitions
@ -188,4 +188,4 @@
#define IOMM_PINMMR_PINMASK(n) (0xff << IOMM_PINMMR_PINSHIFT(n))
# define IOMM_PINMMR_PINVALUE(n,v) ((uint32_t)(v) << IOMM_PINMMR_PINSHIFT(n))
#endif /* __ARCH_ARM_SRC_TMS570_CHIP_TMS570_IOMM_H */
#endif /* __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570_IOMM_H */

View File

@ -1,5 +1,5 @@
/****************************************************************************************************
* arch/arm/src/tms570/chip/tms570_memorymap.h
* arch/arm/src/tms570/hardware/tms570_memorymap.h
*
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@ -33,8 +33,8 @@
*
****************************************************************************************************/
#ifndef __ARCH_ARM_SRC_TMS570_CHIP_TMS570_MEMORYMAP_H
#define __ARCH_ARM_SRC_TMS570_CHIP_TMS570_MEMORYMAP_H
#ifndef __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570_MEMORYMAP_H
#define __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570_MEMORYMAP_H
/****************************************************************************************************
* Included Files
@ -45,9 +45,9 @@
#if defined(CONFIG_ARCH_CHIP_TMS570LS0232PZ)
# error No memory map for the TMS570LS0232PZ
#elif defined(CONFIG_ARCH_CHIP_TMS570LS0332PZ)
# include "chip/tms570ls04x03x_memorymap.h"
# include "hardware/tms570ls04x03x_memorymap.h"
#elif defined(CONFIG_ARCH_CHIP_TMS570LS0432PZ)
# include "chip/tms570ls04x03x_memorymap.h"
# include "hardware/tms570ls04x03x_memorymap.h"
#elif defined(CONFIG_ARCH_CHIP_TMS570LS0714PZ)
# error No memory map for the TMS570LS0714PZ
#elif defined(CONFIG_ARCH_CHIP_TMS570LS0714PGE)
@ -57,9 +57,9 @@
#elif defined(CONFIG_ARCH_CHIP_TMS570LS1227ZWT)
# error No memory map for the TMS570LS1227ZWT
#elif defined(CONFIG_ARCH_CHIP_TMS570LS3137ZWT)
# include "chip/tms570ls31xx_memorymap.h"
# include "hardware/tms570ls31xx_memorymap.h"
#else
# error "Unrecognized Hercules chip"
#endif
#endif /* __ARCH_ARM_SRC_TMS570_CHIP_TMS570_MEMORYMAP_H */
#endif /* __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570_MEMORYMAP_H */

View File

@ -1,5 +1,5 @@
/****************************************************************************************************
* arch/arm/src/tms570/chip/tms570_pbist.h
* arch/arm/src/tms570/hardware/tms570_pbist.h
* Secondary System Control Register Definitions
*
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
@ -39,15 +39,15 @@
*
****************************************************************************************************/
#ifndef __ARCH_ARM_SRC_TMS570_CHIP_TMS570_PBIST_H
#define __ARCH_ARM_SRC_TMS570_CHIP_TMS570_PBIST_H
#ifndef __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570_PBIST_H
#define __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570_PBIST_H
/****************************************************************************************************
* Included Files
****************************************************************************************************/
#include <nuttx/config.h>
#include "chip/tms570_memorymap.h"
#include "hardware/tms570_memorymap.h"
/****************************************************************************************************
* Pre-processor Definitions
@ -245,4 +245,4 @@
/* RAM Info Mask Upper Register */
#endif /* __ARCH_ARM_SRC_TMS570_CHIP_TMS570_PBIST_H */
#endif /* __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570_PBIST_H */

View File

@ -1,5 +1,5 @@
/****************************************************************************************************
* arch/arm/src/tms570/chip/tms570_pcr.h
* arch/arm/src/tms570/hardware/tms570_pcr.h
* Peripheral Control Register (PCR) Definitions
*
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
@ -39,15 +39,15 @@
*
****************************************************************************************************/
#ifndef __ARCH_ARM_SRC_TMS570_CHIP_TMS570_PCR_H
#define __ARCH_ARM_SRC_TMS570_CHIP_TMS570_PCR_H
#ifndef __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570_PCR_H
#define __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570_PCR_H
/****************************************************************************************************
* Included Files
****************************************************************************************************/
#include <nuttx/config.h>
#include "chip/tms570_memorymap.h"
#include "hardware/tms570_memorymap.h"
/****************************************************************************************************
* Pre-processor Definitions
@ -393,4 +393,4 @@
# define PCR_PSPWERDWN3_PS31_Q4 (8 << PCR_PSPWERDWN3_PS31_SHIFT)
# define PCR_PSPWERDWN3_PS31_QALL (15 << PCR_PSPWERDWN3_PS31_SHIFT)
#endif /* __ARCH_ARM_SRC_TMS570_CHIP_TMS570_PCR_H */
#endif /* __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570_PCR_H */

View File

@ -1,5 +1,5 @@
/****************************************************************************************************
* arch/arm/src/tms570/chip/tms570_pinmux.h
* arch/arm/src/tms570/hardware/tms570_pinmux.h
*
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@ -33,8 +33,8 @@
*
****************************************************************************************************/
#ifndef __ARCH_ARM_SRC_TMS570_CHIP_TMS570_PINMUX_H
#define __ARCH_ARM_SRC_TMS570_CHIP_TMS570_PINMUX_H
#ifndef __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570_PINMUX_H
#define __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570_PINMUX_H
/****************************************************************************************************
* Included Files
@ -45,9 +45,9 @@
#if defined(CONFIG_ARCH_CHIP_TMS570LS0232PZ)
# error No pin multiplexing for the TMS570LS0232PZ
#elif defined(CONFIG_ARCH_CHIP_TMS570LS0332PZ)
# include "chip/tms570ls04x03x_pinmux.h"
# include "hardware/tms570ls04x03x_pinmux.h"
#elif defined(CONFIG_ARCH_CHIP_TMS570LS0432PZ)
# include "chip/tms570ls04x03x_pinmux.h"
# include "hardware/tms570ls04x03x_pinmux.h"
#elif defined(CONFIG_ARCH_CHIP_TMS570LS0714PZ)
# error No pin multiplexing for the TMS570LS0714PZ
#elif defined(CONFIG_ARCH_CHIP_TMS570LS0714PGE)
@ -57,7 +57,7 @@
#elif defined(CONFIG_ARCH_CHIP_TMS570LS1227ZWT)
# error No pin multiplexing for the TMS570LS1227ZWT
#elif defined(CONFIG_ARCH_CHIP_TMS570LS3137ZWT)
# include "chip/tms570ls04x03x_pinmux.h"
# include "hardware/tms570ls04x03x_pinmux.h"
#else
# error "Unrecognized Hercules chip"
#endif
@ -75,4 +75,4 @@ struct tms570_pinmux_s
uint8_t value; /* The new value for the pin field in the PINMMR register */
};
#endif /* __ARCH_ARM_SRC_TMS570_CHIP_TMS570_PINMUX_H */
#endif /* __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570_PINMUX_H */

View File

@ -1,5 +1,5 @@
/****************************************************************************************************
* arch/arm/src/tms570/chip/tms570_rti.h
* arch/arm/src/tms570/hardware/tms570_rti.h
* Real Time Interrupt (RTI) Module Register Definitions
*
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
@ -39,15 +39,15 @@
*
****************************************************************************************************/
#ifndef __ARCH_ARM_SRC_TMS570_CHIP_TMS570_RTI_H
#define __ARCH_ARM_SRC_TMS570_CHIP_TMS570_RTI_H
#ifndef __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570_RTI_H
#define __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570_RTI_H
/****************************************************************************************************
* Included Files
****************************************************************************************************/
#include <nuttx/config.h>
#include "chip/tms570_memorymap.h"
#include "hardware/tms570_memorymap.h"
/****************************************************************************************************
* Pre-processor Definitions
@ -200,4 +200,4 @@
/* RTI Compare 3 Clear Register */
#define RTI_COMP3CLR_
#endif /* __ARCH_ARM_SRC_TMS570_CHIP_TMS570_RTI_H */
#endif /* __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570_RTI_H */

View File

@ -1,5 +1,5 @@
/****************************************************************************************************
* arch/arm/src/tms570/chip/tms570_sci.h
* arch/arm/src/tms570/hardware/tms570_sci.h
* Secondary System Control Register Definitions
*
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
@ -39,15 +39,15 @@
*
****************************************************************************************************/
#ifndef __ARCH_ARM_SRC_TMS570_CHIP_TMS570_SCI_H
#define __ARCH_ARM_SRC_TMS570_CHIP_TMS570_SCI_H
#ifndef __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570_SCI_H
#define __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570_SCI_H
/****************************************************************************************************
* Included Files
****************************************************************************************************/
#include <nuttx/config.h>
#include "chip/tms570_memorymap.h"
#include "hardware/tms570_memorymap.h"
/****************************************************************************************************
* Pre-processor Definitions
@ -362,4 +362,4 @@
/* Input/Output Error Enable Register */
#define SCI_IODFTCTRL_
#endif /* __ARCH_ARM_SRC_TMS570_CHIP_TMS570_SCI_H */
#endif /* __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570_SCI_H */

View File

@ -1,5 +1,5 @@
/****************************************************************************************************
* arch/arm/src/tms570/chip/tms570_sys.h
* arch/arm/src/tms570/hardware/tms570_sys.h
* Primary System Control Register Definitions
*
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
@ -39,15 +39,15 @@
*
****************************************************************************************************/
#ifndef __ARCH_ARM_SRC_TMS570_CHIP_TMS570_SYS_H
#define __ARCH_ARM_SRC_TMS570_CHIP_TMS570_SYS_H
#ifndef __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570_SYS_H
#define __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570_SYS_H
/****************************************************************************************************
* Included Files
****************************************************************************************************/
#include <nuttx/config.h>
#include "chip/tms570_memorymap.h"
#include "hardware/tms570_memorymap.h"
/****************************************************************************************************
* Pre-processor Definitions
@ -658,4 +658,4 @@
/* System Software Interrupt Flag Register */
#define SYS_SSIF_
#endif /* __ARCH_ARM_SRC_TMS570_CHIP_TMS570_SYS_H */
#endif /* __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570_SYS_H */

View File

@ -1,5 +1,5 @@
/****************************************************************************************************
* arch/arm/src/tms570/chip/tms570_sys2.h
* arch/arm/src/tms570/hardware/tms570_sys2.h
* Secondary System Control Register Definitions
*
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
@ -39,15 +39,15 @@
*
****************************************************************************************************/
#ifndef __ARCH_ARM_SRC_TMS570_CHIP_TMS570_SYS2_H
#define __ARCH_ARM_SRC_TMS570_CHIP_TMS570_SYS2_H
#ifndef __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570_SYS2_H
#define __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570_SYS2_H
/****************************************************************************************************
* Included Files
****************************************************************************************************/
#include <nuttx/config.h>
#include "chip/tms570_memorymap.h"
#include "hardware/tms570_memorymap.h"
/****************************************************************************************************
* Pre-processor Definitions
@ -156,4 +156,4 @@
#endif
#endif /* __ARCH_ARM_SRC_TMS570_CHIP_TMS570_SYS2_H */
#endif /* __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570_SYS2_H */

View File

@ -1,5 +1,5 @@
/****************************************************************************************************
* arch/arm/src/tms570/chip/tms570_vim.h
* arch/arm/src/tms570/hardware/tms570_vim.h
* Vector Intererrupt Manager (VIM) Register Definitions
*
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
@ -39,15 +39,15 @@
*
****************************************************************************************************/
#ifndef __ARCH_ARM_SRC_TMS570_CHIP_TMS570_VIM_H
#define __ARCH_ARM_SRC_TMS570_CHIP_TMS570_VIM_H
#ifndef __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570_VIM_H
#define __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570_VIM_H
/****************************************************************************************************
* Included Files
****************************************************************************************************/
#include <nuttx/config.h>
#include "chip/tms570_memorymap.h"
#include "hardware/tms570_memorymap.h"
/****************************************************************************************************
* Pre-processor Definitions
@ -215,4 +215,4 @@
#define VIM_CHANCTRL_MASK(n) (0xff << VIM_CHANCTRL_SHIFT(n))
# define VIM_CHANCTRL(n,v) ((uint32_t)(v) << VIM_CHANCTRL_SHIFT(n))
#endif /* __ARCH_ARM_SRC_TMS570_CHIP_TMS570_VIM_H */
#endif /* __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570_VIM_H */

View File

@ -1,5 +1,5 @@
/****************************************************************************************************
* arch/arm/src/tms570/chip/tms570ls04x03x_memorymap.h
* arch/arm/src/tms570/hardware/tms570ls04x03x_memorymap.h
*
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@ -33,8 +33,8 @@
*
****************************************************************************************************/
#ifndef __ARCH_ARM_SRC_TMS570_CHIP_TMS570LS04X03X_MEMORYMAP_H
#define __ARCH_ARM_SRC_TMS570_CHIP_TMS570LS04X03X_MEMORYMAP_H
#ifndef __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570LS04X03X_MEMORYMAP_H
#define __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570LS04X03X_MEMORYMAP_H
/****************************************************************************************************
* Included Files
@ -128,4 +128,4 @@
#define TMS570_VIM_BASE 0xfffffe00 /* 0xfffffe00-0xfffffeff: VIM */
#define TMS570_SYS_BASE 0xffffff00 /* 0xffffff00-0xffffffff: System Module - Frame 1 */
#endif /* __ARCH_ARM_SRC_TMS570_CHIP_TMS570LS04X03X_MEMORYMAP_H */
#endif /* __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570LS04X03X_MEMORYMAP_H */

View File

@ -1,5 +1,5 @@
/****************************************************************************************************
* arch/arm/src/tms570/chip/tms570ls04x03x_pinmux.h
* arch/arm/src/tms570/hardware/tms570ls04x03x_pinmux.h
* Secondary System Control Register Definitions
*
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
@ -39,15 +39,15 @@
*
****************************************************************************************************/
#ifndef __ARCH_ARM_SRC_TMS570_CHIP_TMS570LS04X03X_PINMUX_H
#define __ARCH_ARM_SRC_TMS570_CHIP_TMS570LS04X03X_PINMUX_H
#ifndef __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570LS04X03X_PINMUX_H
#define __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570LS04X03X_PINMUX_H
/****************************************************************************************************
* Included Files
****************************************************************************************************/
#include <nuttx/config.h>
#include "chip/tms570_memorymap.h"
#include "hardware/tms570_memorymap.h"
/****************************************************************************************************
* Pre-processor Definitions
@ -254,4 +254,4 @@
#define PINMUX_N2HET17_VALUE 4
#define PINMUX_N2HET17_PIN {PINMUX_N2HET17_PINMMR, PINMUX_N2HET17_SHIFT, PINMUX_N2HET17_VALUE}
#endif /* __ARCH_ARM_SRC_TMS570_CHIP_TMS570LS04X03X_PINMUX_H */
#endif /* __ARCH_ARM_SRC_TMS570_HARDWARE_TMS570LS04X03X_PINMUX_H */

View File

@ -61,9 +61,9 @@
#include <nuttx/init.h>
#include "chip/tms570_sys.h"
#include "chip/tms570_esm.h"
#include "chip/tms570_pbist.h"
#include "hardware/tms570_sys.h"
#include "hardware/tms570_esm.h"
#include "hardware/tms570_pbist.h"
#include "tms570_clockconfig.h"
#include "tms570_selftest.h"
#include "tms570_gio.h"

View File

@ -50,13 +50,13 @@
#include "up_arch.h"
#include "chip/tms570_esm.h"
#include "chip/tms570_sys.h"
#include "chip/tms570_sys2.h"
#include "chip/tms570_pcr.h"
#include "chip/tms570_flash.h"
#include "chip/tms570_iomm.h"
#include "chip/tms570_pinmux.h"
#include "hardware/tms570_esm.h"
#include "hardware/tms570_sys.h"
#include "hardware/tms570_sys2.h"
#include "hardware/tms570_pcr.h"
#include "hardware/tms570_flash.h"
#include "hardware/tms570_iomm.h"
#include "hardware/tms570_pinmux.h"
#include "tms570_selftest.h"
#include "tms570_clockconfig.h"

View File

@ -55,7 +55,7 @@
#include "up_internal.h"
#include "up_arch.h"
#include "chip/tms570_esm.h"
#include "hardware/tms570_esm.h"
#include "tms570_esm.h"
/****************************************************************************

View File

@ -51,7 +51,7 @@
#include "up_internal.h"
#include "up_arch.h"
#include "chip/tms570_gio.h"
#include "hardware/tms570_gio.h"
#include "tms570_gio.h"
/****************************************************************************

View File

@ -46,7 +46,7 @@
#include <stdbool.h>
#include <assert.h>
#include "chip/tms570_gio.h"
#include "hardware/tms570_gio.h"
/************************************************************************************
* Pre-processor Definitions

View File

@ -54,7 +54,7 @@
#include "up_internal.h"
#include "tms570_gio.h"
#include "chip/tms570_gio.h"
#include "hardware/tms570_gio.h"
#ifdef CONFIG_TMS570_GIO_IRQ

View File

@ -51,7 +51,7 @@
#include "up_arch.h"
#include "up_internal.h"
#include "chip/tms570_vim.h"
#include "hardware/tms570_vim.h"
#include "tms570_gio.h"
#include "tms570_esm.h"
#include "tms570_irq.h"

View File

@ -54,8 +54,8 @@
#include "up_internal.h"
#include "up_arch.h"
#include "chip/tms570_sci.h"
#include "chip/tms570_iomm.h"
#include "hardware/tms570_sci.h"
#include "hardware/tms570_iomm.h"
#include "tms570_lowputc.h"
/****************************************************************************

View File

@ -52,8 +52,8 @@
#include "up_arch.h"
#include "chip/tms570_sys.h"
#include "chip/tms570_pbist.h"
#include "hardware/tms570_sys.h"
#include "hardware/tms570_pbist.h"
#include "tms570_selftest.h"
#ifdef CONFIG_TMS570_SELFTEST

View File

@ -62,7 +62,7 @@
#include "up_arch.h"
#include "up_internal.h"
#include "chip/tms570_sci.h"
#include "hardware/tms570_sci.h"
#include "tms570_lowputc.h"
/****************************************************************************

View File

@ -46,7 +46,7 @@
#include "up_internal.h"
#include "up_arch.h"
#include "chip/tms570_rti.h"
#include "hardware/tms570_rti.h"
#include <arch/board/board.h>