/* * Copyright (C) 2019 Gunar Schorcht * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @defgroup cpu_esp_common_conf ESP common compile configurations * @ingroup cpu_esp_common * @ingroup config * @brief Compile-time configuration macros for Espressif ESP SoCs * @{ * * @file * @brief CPU specific configuration options * * @author Gunar Schorcht */ #ifndef CPU_CONF_H #define CPU_CONF_H #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif #endif /* CPU_CONF_H */ /** @} */