Loading...
Searching...
No Matches
cpu_conf_esp32s2.h File Reference

Compile-time configuration macros for ESP32-S2 SoCs. More...

Detailed Description

Compile-time configuration macros for ESP32-S2 SoCs.

ESP32-S2 specific compile-time configuration

Author
Gunar Schorcht gunar.nosp@m.@sch.nosp@m.orcht.nosp@m..net

Definition in file cpu_conf_esp32s2.h.

Go to the source code of this file.

#define ESP_ISR_STACKSIZE   (THREAD_STACKSIZE_DEFAULT)
 Stack size used in interrupt context.
 
#define NUM_HEAPS   (1)
 Number of DRAM sections that can be used as heap.
 

Macro Definition Documentation

◆ ESP_ISR_STACKSIZE

#define ESP_ISR_STACKSIZE   (THREAD_STACKSIZE_DEFAULT)

Stack size used in interrupt context.

Definition at line 26 of file cpu_conf_esp32s2.h.

◆ NUM_HEAPS

#define NUM_HEAPS   (1)

Number of DRAM sections that can be used as heap.

Definition at line 30 of file cpu_conf_esp32s2.h.