Select one of the symbols to view example projects that use it.
 
Outline
#include "sdkconfig.h"
#include "esp_assert.h"
Files
loading (1/5)...
SourceVuESP-IDF Framework and ExamplesESP-IDFcomponents/esp_hw_support/revision.c
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/* * SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 *//* ... */ #include "sdkconfig.h" #include "esp_assert.h" /* Source used to store ESP chip revision and ESP-IDF minimum supported revision in the future. Currently only used to hold static assert to check that the configured minimum and maximum supported chip revisions of ESP-IDF are valid. *//* ... */ ESP_STATIC_ASSERT(CONFIG_ESP_REV_MIN_FULL <= CONFIG_ESP_REV_MAX_FULL);
Details
Show:
from
Types: Columns:
This file uses the notable symbols shown below. Click anywhere in the file to view more details.