@ -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
* @{
@ -32,12 +32,6 @@ extern "C" {
#define F_CPU (16000000L)
@ -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
#define F_CPU XOSC32M_FREQ
@ -38,11 +38,6 @@ extern "C" {
* @name Assign the hardware timer
* @name Macros for controlling the on-board LEDs.
@ -34,11 +34,6 @@ extern "C" {
#define F_CPU CLOCK_CORECLOCK
@ -47,11 +47,6 @@ extern "C" {
* @name Define the interface to the AT86RF231 radio
@ -45,11 +45,6 @@ extern "C" {
* @name LED pin definitions
@ -37,11 +37,6 @@ extern "C" {
#define F_CPU (96000000)
* @brief Assign the peripheral timer to be used as hardware timer
* @name Assign the UART interface to be used for stdio
@ -35,11 +35,6 @@ extern "C" {
* @name Configure connected CC1101 (radio) device
@ -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
@ -33,11 +33,6 @@ extern "C" {
#define F_CPU (CLOCK_CORECLOCK)
* @brief Assign the hardware timer
* @name Define the boards STDIO
@ -43,11 +43,6 @@ extern "C" {
@ -44,11 +44,6 @@ extern "C" {
@ -46,11 +46,6 @@ extern "C" {
@ -33,11 +33,6 @@
#define F_CPU (32000000UL)
* @name Assign the peripheral timer to be used as hardware timer
@ -59,11 +59,6 @@ void bl_init_clks(void);
* @name dummy-defines for LEDs
@ -34,10 +34,7 @@
* @name The nominal CPU core clock in this board
#define F_CPU (16000000UL)
/** @}*/
@ -49,11 +49,6 @@
#define F_CPU (48000000UL)
#define F_CPU (72000000UL)
* @name Define the UART used for stdio