Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Loading...
Searching...
No Matches
cpu_conf_esp32c3.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2022 Gunar Schorcht
3
*
4
* This file is subject to the terms and conditions of the GNU Lesser
5
* General Public License v2.1. See the file LICENSE in the top level
6
* directory for more details.
7
*/
8
21
#ifndef CPU_CONF_ESP32C3_H
22
#define CPU_CONF_ESP32C3_H
23
24
#ifndef ESP_ISR_STACKSIZE
26
#define ESP_ISR_STACKSIZE (THREAD_STACKSIZE_DEFAULT)
27
#endif
/* ESP_ISR_STACKSIZE */
28
30
#define NUM_HEAPS (1)
31
32
#ifdef __cplusplus
33
extern
"C"
{
34
#endif
35
36
#ifdef __cplusplus
37
}
38
#endif
39
40
#endif
/* CPU_CONF_ESP32C3_H */
Generated on Fri Nov 15 2024 22:46:35 by
1.9.8