board.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2019 Benjamin Valentin
3  * SPDX-License-Identifier: LGPL-2.1-only
4  */
5 
6 #pragma once
7 
18 #include "cpu.h"
19 
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23 
29 #ifndef STDIO_UART_BAUDRATE
30 #define STDIO_UART_BAUDRATE (115200U)
31 #endif
38 #define XTIMER_WIDTH (16)
39 #define XTIMER_HZ (250000UL)
40 #define XTIMER_BACKOFF (40)
43 #ifdef __cplusplus
44 }
45 #endif
46