mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-01-07 23:37:45 -07:00
It appears the sam3x8e has a primitive cache prefetch mechanism (it prefetches 32 bytes at a time aligned to a 16 byte boundary). Aligning the main loop in timer_dispatch_many() to a 16 byte boundary significantly improves performance. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |
||
|---|---|---|
| .. | ||
| gpio.c | ||
| gpio.h | ||
| Kconfig | ||
| main.c | ||
| Makefile | ||
| serial.c | ||
| spi.c | ||
| timer.c | ||