Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Loading...
Searching...
No Matches
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
17
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
33
38
#define XTIMER_WIDTH (16)
39
#define XTIMER_HZ (250000UL)
40
#define XTIMER_BACKOFF (40)
42
43
#ifdef __cplusplus
44
}
45
#endif
46
Generated on Wed Aug 27 2025 20:40:39 by
1.13.2