oveRTOS C API
Embedded RTOS framework — build system, configuration, and portable C API
Loading...
Searching...
No Matches
include
ove
hal
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
26
extern
"C"
{
27
#endif
28
38
int
ove_hal_board_init
(
void
);
39
40
#ifdef __cplusplus
41
}
42
#endif
43
46
#endif
/* OVE_HAL_BOARD_H */
ove_hal_board_init
int ove_hal_board_init(void)
Platform-specific board hardware initialisation.
Generated by
1.9.8