boards: msba2: add xtimer tuning values, remove HW_TIMER define

This commit is contained in:
Kaspar Schleiser 2015-09-05 17:29:15 +02:00
parent 1c9e46b55d
commit cbb7750202
2 changed files with 6 additions and 3 deletions

View File

@ -54,9 +54,12 @@ extern "C" {
/** @} */ /** @} */
/** /**
* @brief Deprecated HW_TIMER definition (to be removed) * @name xtimer tuning values
* @{
*/ */
#define HW_TIMER TIMER_DEV(0) #define XTIMER_OVERHEAD 7
#define XTIMER_SHOOT_EARLY 3
/** @} */
/** /**
* @brief initialize the board's clock system * @brief initialize the board's clock system

View File

@ -2,4 +2,4 @@ INCLUDES += -I$(RIOTCPU)/lpc2387/include
include $(RIOTCPU)/arm7_common/Makefile.include include $(RIOTCPU)/arm7_common/Makefile.include
USEMODULE += arm7_common periph periph_common bitfield newlib hwtimer_compat USEMODULE += arm7_common periph periph_common bitfield newlib