oveRTOS C API
Embedded RTOS framework — build system, configuration, and portable C API
Loading...
Searching...
No Matches
hal_board.h
1/*
2 * Copyright (C) 2026 Kamil Lulko <kamil.lulko@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-3.0-or-later
5 *
6 * This file is part of oveRTOS.
7 */
8
9#ifndef OVE_HAL_BOARD_H
10#define OVE_HAL_BOARD_H
11
25#ifdef __cplusplus
26extern "C" {
27#endif
28
39
40#ifdef __cplusplus
41}
42#endif
43
46#endif /* OVE_HAL_BOARD_H */
int ove_hal_board_init(void)
Platform-specific board hardware initialisation.