2017-02-09 13:22:28 +01:00
|
|
|
/*
|
|
|
|
* Copyright 2016, Imagination Technologies Limited and/or its
|
|
|
|
* affiliated group companies.
|
|
|
|
*
|
|
|
|
* This file is subject to the terms and conditions of the GNU Lesser
|
|
|
|
* General Public License v2.1. See the file LICENSE in the top level
|
|
|
|
* directory for more details.
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @defgroup boards_mips-malta MIPS MALTA
|
|
|
|
* @ingroup boards
|
|
|
|
* @brief peripheral configuration for the MIPS Malta FPGA system
|
|
|
|
* @{
|
|
|
|
*
|
|
|
|
* @file
|
|
|
|
* @brief peripheral configuration for the MIPS Malta FPGA system
|
|
|
|
*
|
|
|
|
* @author Neil Jones <neil.jones@imgtec.com>
|
|
|
|
*/
|
|
|
|
|
2017-05-23 18:19:52 +02:00
|
|
|
#ifndef PERIPH_CONF_H
|
|
|
|
#define PERIPH_CONF_H
|
2017-02-09 13:22:28 +01:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
|
|
|
/**
|
2017-04-10 19:04:32 +02:00
|
|
|
* @name Timer definitions
|
2017-02-09 13:22:28 +01:00
|
|
|
* @{
|
|
|
|
*/
|
|
|
|
#define TIMER_NUMOF (1)
|
|
|
|
#define TIMER_0_CHANNELS (3)
|
|
|
|
/** @} */
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
2017-05-23 18:19:52 +02:00
|
|
|
#endif /* PERIPH_CONF_H */
|
2017-02-09 13:22:28 +01:00
|
|
|
/** @} */
|