@ -27,11 +27,6 @@
extern "C" {
#endif
/**
* @name Define the nominal CPU core clock in this board
*/
#define F_CPU (16000000UL)
* @brief Xtimer configuration
* @{
@ -28,11 +28,6 @@
* Define the nominal CPU core clock in this board
#define F_CPU (84000000UL)
* @name LED pin definitions
#define F_CPU (16000000L)
* @brief As the CPU is too slow to handle 115200 baud, we set the default
* baudrate to 9600 for this board
#define F_CPU XOSC32M_FREQ
* @name Macros for controlling the on-board LEDs.
@ -29,11 +29,6 @@
#define F_CPU CLOCK_CORECLOCK
@ -33,11 +33,6 @@
* @name Define the interface to the AT86RF231 radio
*
@ -30,11 +30,6 @@ extern "C"
{
* @name Set the default baudrate to 500K for this board
@ -30,12 +30,6 @@
/** @} */
@ -32,11 +32,6 @@
* @brief The nominal CPU core clock in this board
#define F_CPU (96000000)
* @name Configure connected CC1101 (radio) device
@ -30,8 +30,6 @@
#define F_CPU 1000000
void _native_LED_GREEN_OFF(void);
#define LED_GREEN_OFF (_native_LED_GREEN_OFF())
void _native_LED_GREEN_ON(void);
* @brief Define the nominal CPU core clock in this board
#define F_CPU (CLOCK_CORECLOCK)
@ -30,11 +30,6 @@
@ -30,15 +30,10 @@
* @brief Use the 2nd UART for STDIO on this board
#define STDIO UART_1
#define STDIO UART_DEV(1)
* @name xtimer configuration
* @name The nominal CPU core clock in this board
#define F_CPU (32000000UL)
* Assign the hardware timer
* @brief Assign the hardware timer
* @name Define the location of the RIOT image in flash
#define F_CPU (48000000UL)
#define F_CPU (72000000UL)
#define F_CPU (48000000)