2023-03-29 01:51:20 +02:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2018 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 boards_common_esp32x ESP32x Common
|
2023-11-09 16:46:09 +01:00
|
|
|
* @ingroup boards_common
|
2023-03-29 01:51:20 +02:00
|
|
|
* @brief Definitions and configurations that are common for
|
2023-11-09 16:46:09 +01:00
|
|
|
* all ESP32x boards.
|
2023-03-29 01:51:20 +02:00
|
|
|
*
|
2023-11-09 16:46:09 +01:00
|
|
|
* For detailed information about ESP32x SoCs, configuring and compiling RIOT
|
|
|
|
* for ESP32x boards, please refer \ref esp32_riot.
|
2023-03-29 01:51:20 +02:00
|
|
|
*/
|