bsp/tms570: Remove empty <bsp/tms570-vim.h>

Update #4982.
This commit is contained in:
Sebastian Huber
2023-12-21 15:16:47 +01:00
parent 72ec63e7d8
commit 58521f15f3
3 changed files with 1 additions and 50 deletions

View File

@@ -1,48 +0,0 @@
/**
* @file
*
* @ingroup RTEMSBSPsARMTMS570
*
* @brief Vectored Interrupt Module (VIM) header file.
*/
/*
* Copyright (c) 2014 Premysl Houdek <kom541000@gmail.com>
*
* Google Summer of Code 2014 at
* Czech Technical University in Prague
* Zikova 1903/4
* 166 36 Praha 6
* Czech Republic
*
* Based on LPC24xx and LPC1768 BSP
* by embedded brains GmbH & Co. KG and others
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.org/license/LICENSE.
*/
#ifndef LIBBSP_ARM_TMS570_VIM_H
#define LIBBSP_ARM_TMS570_VIM_H
#ifndef ASM
#include <rtems.h>
#include <stdint.h>
#include <bsp/tms570.h>
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
#endif
/** @} */
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* LIBBSP_ARM_TMS570_IRQ_H */

View File

@@ -24,7 +24,7 @@
#include <bsp.h>
#include <bsp/irq-generic.h>
#include <bsp/tms570-vim.h>
#include <bsp/tms570.h>
#include <bsp/irq.h>
#include <rtems/score/armv4.h>

View File

@@ -19,7 +19,6 @@ install:
- bsps/arm/tms570/include/bsp/tms570-pins.h
- bsps/arm/tms570/include/bsp/tms570-pom.h
- bsps/arm/tms570/include/bsp/tms570-sci-driver.h
- bsps/arm/tms570/include/bsp/tms570-vim.h
- bsps/arm/tms570/include/bsp/tms570.h
- bsps/arm/tms570/include/bsp/tms570_hwinit.h
- bsps/arm/tms570/include/bsp/tms570_selftest.h