Files
zephyr/modules/hal_sifli/rtconfig.h
Gerard Marull-Paretas e9c9cae5d2 modules: hal_sifli: add initial glue code
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>
2025-09-19 16:34:15 +02:00

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_ */