mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-11 13:00:19 +00:00

The default implementation of some xtensa vectors were previously moved to "xtensa_vector_defaults.S" as weak functions so that they could be overriden. This commit moves these default vectors back into "xtensa_vectors.S" in preparation for further refactoring of the xtensa component.