gint/src/tmu
Lephe 2cdf925f94
interrupts: save caller-saved registers in main handler
This is an obvious requirement for the interrupt routine, which was
forgotten and only surfaced when I used a timer callback started with
multiplications in an innocent add-in. r0..r7 are saved automatically,
which leaves pr, gbr, mach et macl susceptible to corruption by the
interrupt handler.
2020-05-06 20:45:35 +02:00
..
inth.s interrupts: save caller-saved registers in main handler 2020-05-06 20:45:35 +02:00
sleep.c tmu: improve code style and clear masks 2019-07-18 15:19:29 -04:00
tmu.c code review and display driver changes 2020-02-23 16:05:25 +01:00