Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Loading...
Searching...
No Matches
cpu_conf_esp32s2.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2022 Gunar Schorcht
3
* SPDX-License-Identifier: LGPL-2.1-only
4
*/
5
6
#pragma once
7
19
20
#ifndef ESP_ISR_STACKSIZE
22
#define ESP_ISR_STACKSIZE (THREAD_STACKSIZE_DEFAULT)
23
#endif
/* ESP_ISR_STACKSIZE */
24
26
#define NUM_HEAPS (1)
27
28
#ifdef __cplusplus
29
extern
"C"
{
30
#endif
31
32
#ifdef __cplusplus
33
}
34
#endif
35
Generated on Mon Sep 15 2025 13:46:10 by
1.13.2