gint/include
Lephe 9cf2f9fe97
core tmu: improve reliability of interrupt handlers
This change includes three reliability improvements in handlers:

1. TMU handlers now actively check for the UNF flag to go low rather
   than expecting it to do so right away.
2. CPUOPM.INTMU is now set so that IMASK it updated at every interrupt
   (which is absolutely required for nested interrupts!).
3. gint_inth_callback() no longer performs transfers between user bank
   and kernel bank while in user bank, because this is when interrupts
   are enabled and thus likely to corrupt the kernel bank; rather, it
   now does it while in kernel bank with interrupts disabled.
2020-06-20 09:32:48 +02:00
..
core core tmu: improve reliability of interrupt handlers 2020-06-20 09:32:48 +02:00
display bopti: deprecate image_t, renamed to bopti_image_t 2020-06-01 12:11:59 +02:00
gint render: add alignment options to dtext_opt() and dprint_opt() 2020-06-18 18:31:13 +02:00