Loading...
Searching...
No Matches
mynewt.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2020 Inria
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
18
19#include <stdlib.h>
20#include "syscfg/syscfg.h"
21#include "sysinit/sysinit.h"
22#include "os/os.h"
23
24#ifdef __cplusplus
25extern "C" {
26#endif
27
28#ifdef __cplusplus
29}
30#endif
mynewt-core error types
sysinit abstraction layer for RIOT adaption