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:
commit
c06172925a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user