/* * Copyright (c) 2023 Antmicro * * SPDX-License-Identifier: Apache-2.0 */ /** * @file * @brief Board configuration macros for the EFM32GG12B SoC family. * */ #ifndef _SOC__H_ #define _SOC__H_ #include #ifdef __cplusplus extern "C" { #endif #ifndef _ASMLANGUAGE #include #include #include "soc_pinmap.h" #include "../common/soc_gpio.h" #endif /* !_ASMLANGUAGE */ #ifdef __cplusplus } #endif #endif /* _SOC__H_ */