Add hardware_exception for setting exception handlers at runtime (#380)

This commit is contained in:
Graham Sanderson
2021-05-05 11:45:39 -05:00
committed by GitHub
parent 7fc75d8c90
commit 53f1915a6b
9 changed files with 185 additions and 1 deletions

View File

@ -255,7 +255,7 @@ static inline void irq_clear(uint int_num) {
void irq_set_pending(uint num);
/*! \brief Perform IRQ priority intiialization for the current core
/*! \brief Perform IRQ priority initialization for the current core
*
* \note This is an internal method and user should generally not call it.
*/