ESP-IDF
Select one of the symbols to view example projects that use it.
Symbol previews are coming soon...
Outline
#include "sdkconfig.h"
#include "esp32/rom/libc_stubs.h"
#include "esp32s2/rom/libc_stubs.h"
#include "esp32s3/rom/libc_stubs.h"
#include "esp32c3/rom/libc_stubs.h"
#include "esp32c2/rom/libc_stubs.h"
#include "esp32c6/rom/libc_stubs.h"
#include "esp32c61/rom/libc_stubs.h"
#include "esp32c5/rom/libc_stubs.h"
#include "esp32h2/rom/libc_stubs.h"
Files
loading...
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
components/esp_rom/include/esp_rom_libc_stubs.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/*
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
/* ... */
#pragma
once
#include
"
sdkconfig.h"
#if
CONFIG_IDF_TARGET_ESP32
#include
"
esp32
/
rom
/
libc_stubs.h"
#elif
CONFIG_IDF_TARGET_ESP32S2
#include
"
esp32s2
/
rom
/
libc_stubs.h"
#elif
CONFIG_IDF_TARGET_ESP32S3
#include
"
esp32s3
/
rom
/
libc_stubs.h"
#elif
CONFIG_IDF_TARGET_ESP32C3
#include
"
esp32c3
/
rom
/
libc_stubs.h"
#elif
CONFIG_IDF_TARGET_ESP32C2
#include
"
esp32c2
/
rom
/
libc_stubs.h"
#elif
CONFIG_IDF_TARGET_ESP32C6
#include
"
esp32c6
/
rom
/
libc_stubs.h"
#elif
CONFIG_IDF_TARGET_ESP32C61
//TODO: IDF-9526, refactor this
#include
"
esp32c61
/
rom
/
libc_stubs.h"
#elif
CONFIG_IDF_TARGET_ESP32C5
#include
"
esp32c5
/
rom
/
libc_stubs.h"
#elif
CONFIG_IDF_TARGET_ESP32H2
#include
"
esp32h2
/
rom
/
libc_stubs.h"
#elif
CONFIG_IDF_TARGET_ESP32P4
#include
"
esp32p4
/
rom
/
libc_stubs.h"
#endif
Details
Show:
from
Types:
Columns:
All items filtered out
All items filtered out
This file uses the notable symbols shown below. Click anywhere in the file to view more details.