ESP32 compile configurations

Compile-time configuration macros for ESP32 modules. More...

Detailed Description

Compile-time configuration macros for ESP32 modules.

Files

file  cpu_conf.h
 CPU specific configuration options.
 

Macros

#define PRINTF_BUFSIZ   256
 Buffer size used for printf functions (maximum length of formatted output).
 
#define NUM_HEAPS   (4)
 Remaining parts of the various DRAM sections can be used as heap.
 

Stack size configuration

#define THREAD_EXTRA_STACKSIZE_PRINTF   (1024)
 
#define THREAD_STACKSIZE_DEFAULT   (2048)
 
#define THREAD_STACKSIZE_IDLE   (2048)