Silicon Labs STK3600 starter kit

Support for the Silicon Labs STK3600 starter kit.

XTIMER_HZ
1
(250000UL)
XTIMER_WIDTH
1
(16)
BC_PIN
1
GPIO_PIN(PF, 7)
PB0_PIN
1
GPIO_PIN(PB, 9)
PB1_PIN
1
GPIO_PIN(PB, 10)
LED0_PIN
1
GPIO_PIN(PE, 2)
LED1_PIN
1
GPIO_PIN(PE, 3)
LED0_ON
1
gpio_set(LED0_PIN)
LED0_OFF
1
gpio_clear(LED0_PIN)
LED0_TOGGLE
1
gpio_toggle(LED0_PIN)
LED1_ON
1
gpio_set(LED1_PIN)
LED1_OFF
1
gpio_clear(LED1_PIN)
LED1_TOGGLE
1
gpio_toggle(LED1_PIN)
void board_init(void)

Initialize the board (GPIO, sensors, clocks).