Loading...
Searching...
No Matches
board.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2013-2014 INRIA
3 * SPDX-FileCopyrightText: 2015 Freie Universität Berlin
4 * SPDX-License-Identifier: LGPL-2.1-only
5 */
6
7#pragma once
8
19
20#include "cpu.h"
21#include "macros/units.h"
22
23#ifdef __cplusplus
24extern "C" {
25#endif
26
30#ifndef __MSP430F2618__
31#define __MSP430F2618__
32#endif
33
38#define CONFIG_ZTIMER_USEC_WIDTH 16
39#define CONFIG_ZTIMER_USEC_BASE_FREQ MHZ(2)
42
43#ifdef __cplusplus
44}
45#endif
46
Unit helper macros.