1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards: removed deprecated HW_TIMER defines

This commit is contained in:
Hauke Petersen 2015-09-17 11:22:03 +02:00
parent 35df5b6857
commit 18e364ae17
25 changed files with 1 additions and 126 deletions

View File

@ -32,11 +32,6 @@ extern "C" {
*/
#define F_CPU (84000000UL)
/**
* Assign the hardware timer
*/
#define HW_TIMER TIMER_0
/**
* @name Define UART device and baudrate for stdio
* @{

View File

@ -32,12 +32,6 @@ extern "C" {
*/
#define F_CPU (16000000L)
/**
* Assign the hardware timer
*/
#define HW_TIMER TIMER_0
/**
* @name Define UART device and baudrate for stdio
* @{

View File

@ -56,11 +56,6 @@ extern "C" {
#define STDIO_RX_BUFSIZE (64U)
/** @} */
/**
* @brief Deprecated HW_TIMER definition (to be removed)
*/
#define HW_TIMER TIMER_DEV(0)
/**
* @brief Initialize the board's clock system
*/

View File

@ -32,11 +32,6 @@ extern "C" {
*/
#define F_CPU XOSC32M_FREQ
/**
* Assign the hardware timer
*/
#define HW_TIMER TIMER_0
/**
* @name Define UART device and baudrate for stdio
* @{

View File

@ -38,11 +38,6 @@ extern "C" {
#define STDIO_RX_BUFSIZE (64U)
/** @} */
/**
* @name Assign the hardware timer
*/
#define HW_TIMER TIMER_0
/**
* @name Macros for controlling the on-board LEDs.
* @{

View File

@ -34,11 +34,6 @@ extern "C" {
*/
#define F_CPU CLOCK_CORECLOCK
/**
* @name Assign the hardware timer
*/
#define HW_TIMER TIMER_0
/**
* @name Define UART device and baudrate for stdio
* @{

View File

@ -47,11 +47,6 @@ extern "C" {
#define STDIO_RX_BUFSIZE (64U)
/** @} */
/**
* Assign the hardware timer
*/
#define HW_TIMER TIMER_0
/**
* @name Define the interface to the AT86RF231 radio
* @{

View File

@ -45,11 +45,6 @@ extern "C" {
#define STDIO_RX_BUFSIZE (64U)
/** @} */
/**
* @name Assign the hardware timer
*/
#define HW_TIMER TIMER_0
/**
* @name LED pin definitions
* @{

View File

@ -37,11 +37,6 @@ extern "C" {
*/
#define F_CPU (96000000)
/**
* @brief Assign the peripheral timer to be used as hardware timer
*/
#define HW_TIMER TIMER_0
/**
* @name Assign the UART interface to be used for stdio
* @{

View File

@ -35,11 +35,6 @@ extern "C" {
*/
#define F_CPU CLOCK_CORECLOCK
/**
* @name Assign the hardware timer
*/
#define HW_TIMER TIMER_0
/**
* @name Configure connected CC1101 (radio) device
* @{

View File

@ -32,12 +32,6 @@
/** Disable hardware watchdog, for debugging purposes, don't use this on production builds. */
#define DISABLE_WDOG 1
/**
* @name Number of subsequent channels of the PIT to assign to the RIOT hardware
* timer library, starting after the HW_TIMER above.
*/
#define HW_TIMERS_COUNT 1
/**
* @name Define UART device and baudrate for stdio
* @{

View File

@ -33,11 +33,6 @@ extern "C" {
*/
#define F_CPU (CLOCK_CORECLOCK)
/**
* @brief Assign the hardware timer
*/
#define HW_TIMER TIMER_0
/**
* @name Define the boards STDIO
* @{

View File

@ -43,11 +43,6 @@ extern "C" {
#define STDIO_RX_BUFSIZE (64U)
/** @} */
/**
* @name Assign the hardware timer
*/
#define HW_TIMER TIMER_0
/**
* @name LED pin definitions
* @{

View File

@ -44,11 +44,6 @@ extern "C" {
#define STDIO_RX_BUFSIZE (64U)
/** @} */
/**
* @name Assign the hardware timer
*/
#define HW_TIMER TIMER_0
/**
* @name LED pin definitions
* @{

View File

@ -46,11 +46,6 @@ extern "C" {
#define STDIO_RX_BUFSIZE (64U)
/** @} */
/**
* @name Assign the hardware timer
*/
#define HW_TIMER TIMER_0
/**
* @name LED pin definitions
* @{

View File

@ -44,11 +44,6 @@ extern "C" {
#define STDIO_RX_BUFSIZE (64U)
/** @} */
/**
* @name Assign the hardware timer
*/
#define HW_TIMER TIMER_0
/**
* @name LED pin definitions
* @{

View File

@ -44,11 +44,6 @@ extern "C" {
#define STDIO_RX_BUFSIZE (64U)
/** @} */
/**
* @name Assign the hardware timer
*/
#define HW_TIMER TIMER_0
/**
* @name LED pin definitions
* @{

View File

@ -33,11 +33,6 @@
*/
#define F_CPU (32000000UL)
/**
* @name Assign the peripheral timer to be used as hardware timer
*/
#define HW_TIMER TIMER_0
/**
* @name Assign the UART interface to be used for stdio
* @{

View File

@ -59,11 +59,6 @@ void bl_init_clks(void);
#define STDIO_RX_BUFSIZE (64U)
/** @} */
/**
* @brief Deprecated HW_TIMER definition (to be removed)
*/
#define HW_TIMER TIMER_DEV(0)
/**
* @name dummy-defines for LEDs
* @{

View File

@ -34,10 +34,7 @@
* @name The nominal CPU core clock in this board
*/
#define F_CPU (32000000UL)
/**
* @name Assign the peripheral timer to be used as hardware timer
*/
#define HW_TIMER TIMER_0
/**
* @name Assign the UART interface to be used for stdio
* @{

View File

@ -32,11 +32,6 @@ extern "C" {
*/
#define F_CPU (16000000UL)
/**
* Assign the hardware timer
*/
#define HW_TIMER TIMER_0
/** @}*/
/**
* @name Define UART device and baudrate for stdio

View File

@ -49,11 +49,6 @@
#define STDIO_RX_BUFSIZE (64U)
/** @} */
/**
* @name Assign the hardware timer
*/
#define HW_TIMER TIMER_0
/**
* @name LED pin definitions
* @{

View File

@ -32,11 +32,6 @@ extern "C" {
*/
#define F_CPU (48000000UL)
/**
* @name Assign the peripheral timer to be used as hardware timer
*/
#define HW_TIMER TIMER_0
/**
* @name Assign the UART interface to be used for stdio
*/

View File

@ -32,11 +32,6 @@ extern "C" {
*/
#define F_CPU (72000000UL)
/**
* @name Assign the hardware timer
*/
#define HW_TIMER TIMER_0
/**
* @name Define the UART used for stdio
* @{

View File

@ -33,11 +33,6 @@ extern "C" {
*/
#define F_CPU (84000000UL)
/**
* Assign the hardware timer
*/
#define HW_TIMER TIMER_0
/**
* @name Define UART device and baudrate for stdio
* @{