llvm-project
60b168c1 - [AVR] Simplify SPWRITE on XMEGA (#147210)

Commit
225 days ago
[AVR] Simplify SPWRITE on XMEGA (#147210) It is unnecessary to disable/restore interrupt when writing to the SPH/SPL pair on XMEGA devices, as the manual indicates: ``` To prevent corruption when updating the stack pointer from software, a write to SPL will automatically disable interrupts for up to four instructions or until the next I/O memory write. ```
Author
Parents
Loading