Skip to content
Snippets Groups Projects
Unverified Commit c0617292 authored by Gunar Schorcht's avatar Gunar Schorcht Committed by GitHub
Browse files

Merge pull request #10766 from gschorcht/esp_compile_time_configs

cpu/esp*: compile time configurations for ESP MCUs
parents bb97c05b d3461675
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,10 @@
*/
/**
* @defgroup cpu_esp32_conf ESP32 compile configurations
* @ingroup cpu_esp32
* @ingroup config
* @brief Compile-time configuration macros for ESP32 modules
* @{
*
* @file
......@@ -29,7 +32,7 @@ extern "C" {
#endif
/**
* @brief Stack size configuration
* @name Stack size configuration
* @{
*/
#define THREAD_EXTRA_STACKSIZE_PRINTF (1024)
......
......@@ -7,7 +7,10 @@
*/
/**
* @defgroup cpu_esp8266_conf ESP8266 compile configurations
* @ingroup cpu_esp8266
* @ingroup config
* @brief Compile-time configuration macros for ESP8266 modules
* @{
*
* @file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment