kopia lustrzana https://github.com/espressif/esp-idf
e0c92b3e04
On xtensa architecture, the call to __assert_func uses a reference to __func__ that can sometimes be placed in flash. Since the __asert_func can be called from functions in IRAM the check_callgraph script can report an error when checking for invalid calls from IRAM to flash sections. However, the __asert_func prevents this scenario at runtime so the check_callgraph script reports a 'flas positive' situation. For this reasson, all references to __func__$x found prior to a call to __assert_func are droped in the parsing of the rtl files. |
||
---|---|---|
.. | ||
ble | ||
catch | ||
ci | ||
cmake | ||
docker | ||
esp_app_trace | ||
esp_prov | ||
find_build_apps | ||
idf_monitor_base | ||
idf_py_actions | ||
idf_size_yaml | ||
kconfig | ||
kconfig_new | ||
ldgen | ||
mass_mfg | ||
mocks | ||
templates/sample_component | ||
test_apps | ||
test_idf_monitor | ||
test_idf_py | ||
test_idf_size | ||
test_idf_tools | ||
test_mkdfu | ||
test_mkuf2 | ||
unit-test-app | ||
windows | ||
build_apps.py | ||
check_python_dependencies.py | ||
check_term.py | ||
detect_python.fish | ||
detect_python.sh | ||
eclipse-code-style.xml | ||
find_apps.py | ||
format-minimal.sh | ||
format.sh | ||
gdb_panic_server.py | ||
gen_esp_err_to_name.py | ||
idf.py | ||
idf_monitor.py | ||
idf_size.py | ||
idf_tools.py | ||
mkdfu.py | ||
mkuf2.py | ||
python_version_checker.py | ||
set-submodules-to-github.sh | ||
toolchain_versions.mk | ||
tools.json | ||
tools_schema.json |