Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

risc-v/esp32c3: Don't reserve any vectors for any special use. #2892

Merged
merged 1 commit into from Feb 22, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
20 changes: 2 additions & 18 deletions arch/risc-v/src/esp32c3/esp32c3_vectors.S
Expand Up @@ -55,25 +55,9 @@ _vector_table:

j _exception_handler

/* 29 identical entries, all pointing to the interrupt handler */
/* 31 identical entries, all pointing to the interrupt handler */

.rept (29)
.rept (31)
j _interrupt_handler
.endr

/* Call panic handler for ESP32C3_CPU_INT_T1_WDT interrupt (soc-level panic)*/

j _panic_handler

/* Call panic handler for ESP32C3_CPU_INT_CACHEERR interrupt (soc-level panic)*/

j _panic_handler

/****************************************************************************
* Name: _panic_handler
****************************************************************************/

.type _panic_handler, @function

_panic_handler:
j _panic_handler