1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #10766 from gschorcht/esp_compile_time_configs

cpu/esp*: compile time configurations for ESP MCUs
This commit is contained in:
Gunar Schorcht 2019-01-17 16:39:26 +01:00 committed by GitHub
commit c06172925a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -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)

View File

@ -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