1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/esp32: add compile configuration group

This commit is contained in:
Gunar Schorcht 2019-01-14 11:44:29 +01:00
parent 2cb7b4c6df
commit d34616756e

View File

@ -7,7 +7,10 @@
*/ */
/** /**
* @defgroup cpu_esp32_conf ESP32 compile configurations
* @ingroup cpu_esp32 * @ingroup cpu_esp32
* @ingroup config
* @brief Compile-time configuration macros for ESP32 modules
* @{ * @{
* *
* @file * @file
@ -29,7 +32,7 @@ extern "C" {
#endif #endif
/** /**
* @brief Stack size configuration * @name Stack size configuration
* @{ * @{
*/ */
#define THREAD_EXTRA_STACKSIZE_PRINTF (1024) #define THREAD_EXTRA_STACKSIZE_PRINTF (1024)