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

Update #4982.
This commit is contained in:
Sebastian Huber
2024-01-15 10:32:41 +01:00
parent 7427caa1ae
commit 222c98903f
4 changed files with 2 additions and 49 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
#include <rtems.h>
#include <bsp.h>
#include <bsp/irq.h>
#include <bsp/tms570-rti.h>
#include <bsp/tms570.h>
#include <rtems/timecounter.h>
static struct timecounter tms570_rti_tc;
+1 -1
View File
@@ -25,7 +25,7 @@
#ifndef LIBBSP_ARM_TMS570_SYSTEM_CLOCKS_H
#define LIBBSP_ARM_TMS570_SYSTEM_CLOCKS_H
#include <bsp/tms570-rti.h>
#include <bsp/tms570.h>
#ifdef __cplusplus
extern "C" {
-46
View File
@@ -1,46 +0,0 @@
/**
* @file
*
* @ingroup RTEMSBSPsARMTMS570
*
* @brief Real Time Interrupt module (RTI) 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_RTI_H
#define LIBBSP_ARM_TMS570_RTI_H
#ifndef ASM
#include <stdint.h>
#include <bsp/tms570.h>
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
/** @} */
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* ASM */
#endif /* LIBBSP_ARM_TMS570_IRQ_H */
-1
View File
@@ -18,7 +18,6 @@ install:
- bsps/arm/tms570/include/bsp/tms570-pinmux.h
- bsps/arm/tms570/include/bsp/tms570-pins.h
- bsps/arm/tms570/include/bsp/tms570-pom.h
- bsps/arm/tms570/include/bsp/tms570-rti.h
- bsps/arm/tms570/include/bsp/tms570-sci-driver.h
- bsps/arm/tms570/include/bsp/tms570-sci.h
- bsps/arm/tms570/include/bsp/tms570-vim.h