Files
esp-idf/components
baohongde f490b4ddfe hli: don't spill registers, instead save them to a separate region
Level 4 interrupt has a chance of preempting a window overflow or

underflow exception. Therefore it is not possible to use standard
context save functions, as the SP on entry to Level 4 interrupt may
be invalid (e.g. in WindowUnderflow4).
Instead, mask window overflows and save the entire general purpose
register file, plus some of the special registers. Then clear
WindowStart, allowing the C handler to execute without spilling the
old windows. On exit from the interrupt handler, do everything
    in reverse.
2020-04-17 23:09:50 +08:00
..
2018-09-11 09:44:12 +08:00
2019-09-27 10:24:39 +08:00
2020-04-17 22:44:22 +08:00
2019-10-23 09:08:34 +11:00
2020-04-17 23:09:04 +08:00
2018-09-11 09:44:12 +08:00
2019-08-21 18:55:32 +10:00
2019-10-29 10:49:45 +00:00
2018-10-20 12:07:24 +08:00