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:
parent
2cb7b4c6df
commit
d34616756e
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user