You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Stefan Kerkmann b8ffaa6331
Copy RP2040 vector table to RAM on startup (#18424)
...this reduces possible latency when invoking interrupt handlers by
mitigating XIP cache misses which are not existent when running code from
RAM.
3 years ago
..
arm_atsam Move bootloader.mk to platforms (#18228) 3 years ago
avr Move bootloader.mk to platforms (#18228) 3 years ago
chibios Copy RP2040 vector table to RAM on startup (#18424) 3 years ago
test Rework paths for eeprom locations. (#17326) 4 years ago
atomic_util.h
bootloader.h [Core] Add Reboot keycode to core (#15990) 4 years ago
common.mk Expose API for hardware unique ID (#16869) 4 years ago
eeprom.h Wear-leveling EEPROM drivers: `embedded_flash`, `spi_flash`, `legacy` (#17376) 3 years ago
gpio.h
hardware_id.h Expose API for hardware unique ID (#16869) 4 years ago
pin_defs.h Redo workaround for pin_def errors on KINETIS (#16620) 4 years ago
progmem.h Remove use of __flash due to LTO issues (#15268) 4 years ago
sleep_led.h
suspend.c Format code according to conventions (#16322) 4 years ago
suspend.h Remove unused suspend_idle (#16063) 4 years ago
synchronization_util.h [Fix] Fix compilation warning for non-split keebs after #17423 (#17439) 4 years ago
timer.h Format code according to conventions (#16322) 4 years ago
wait.h