This commit marks all functions in soc_hal.h and soc_ll.h as deprecated. Users should use functions from esp_cpu.h instead. Also added missing wrap funcions for esp_cpu_stall() in test_panic.c files.
Unified Memory protection API for all PMS-aware chips - ESP32S3 port
Unified Memory protection API for all PMS-aware chips (ESP32C3) Closes JIRA IDF-3849
Closes IDF-2641