Loading...
Searching...
No Matches
cpu_conf_esp32s3.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
29extern "C" {
30#endif
31
32#ifdef __cplusplus
33}
34#endif
35