mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-16 15:29:37 +01: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.