Add glue code to build SiFli HAL. The bare minimum is included, some more things may be required as we fully test the integration in the future. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
12 lines
238 B
C
12 lines
238 B
C
/*
|
|
* Copyright 2025 Core Devices LLC
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef _MODULES_HAL_SIFLI_RT_CONFIG_H_
|
|
#define _MODULES_HAL_SIFLI_RT_CONFIG_H_
|
|
|
|
#define SF32LB52X_REV_AUTO 1
|
|
|
|
#endif /* _MODULES_HAL_SIFLI_RT_CONFIG_H_ */
|