mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
29 lines
946 B
Plaintext
29 lines
946 B
Plaintext
/*
|
|
* 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_esp32c3 ESP32-C3 Common
|
|
* @ingroup boards_common
|
|
* @ingroup boards_esp32c3
|
|
* @brief Definitions and configurations that are common for
|
|
* all ESP32-C3 boards.
|
|
*
|
|
* For detailed information about the ESP32-C3, configuring and compiling RIOT
|
|
* for ESP32-C3 boards, please refer \ref esp32_riot.
|
|
*/
|
|
|
|
/**
|
|
* @defgroup boards_esp32c3 ESP32-C3 Boards
|
|
* @ingroup boards
|
|
* @brief This group of boards contains the documentation of ESP32-C3 boards.
|
|
*
|
|
* @note For detailed information about the ESP32-C3 SoC, the tool chain
|
|
* as well as configuring and compiling RIOT for ESP32-C3 boards,
|
|
* see \ref esp32_riot.
|
|
*/
|