1
0
Fork 0
qmk_firmware/platforms/chibios
Stefan Kerkmann b8ffaa6331
Copy RP2040 vector table to RAM on startup ()
...this reduces possible latency when invoking interrupt handlers by
mitigating XIP cache misses which are not existent when running code from
RAM.
2022-09-22 22:48:20 +01:00
..
boards Prevent USB peripheral fault when restarting USB on WB32 MCUs () 2022-09-01 20:48:02 -07:00
bootloaders [Core] Use polled waiting on ChibiOS platforms that support it () 2022-07-11 15:17:05 +02:00
converters Add Elite-C to converters () 2022-09-18 20:30:27 +01:00
drivers Stabilize Half-duplex PIO split comms take 2 () 2022-09-20 08:54:43 +02:00
vendors/RP Copy RP2040 vector table to RAM on startup () 2022-09-22 22:48:20 +01:00
_pin_defs.h [Core] Add Raspberry Pi RP2040 support () 2022-06-30 13:19:27 +02:00
_timer.h Move tmk_core/common/<plat> () 2021-11-19 10:41:02 -08:00
_wait.c Move tmk_core/common/<plat> () 2021-11-19 10:41:02 -08:00
_wait.h [Fix] Make ChibiOS _wait.h independent of quantum.h () 2022-07-12 21:54:33 +02:00
atomic_util.h Move tmk_core/common/<plat> () 2021-11-19 10:41:02 -08:00
bootloader.mk Move bootloader.mk to platforms () 2022-08-31 07:17:24 -07:00
chibios_config.h Allow MCU-specific overrides for SPI flags. () 2022-07-13 14:42:24 +10:00
flash.mk Reboot wb32 devices after flashing () 2022-09-10 01:14:12 +01:00
gd32v_compatibility.h Fix GD32VF103 WS2812 PWM driver () 2022-08-15 18:00:22 +01:00
gpio.h Refactor writePin to work with statements () 2022-03-27 15:07:25 -07:00
hardware_id.c Expose API for hardware unique ID () 2022-04-18 20:51:40 +10:00
platform.c Move tmk_core/common/<plat> () 2021-11-19 10:41:02 -08:00
platform.mk [Core] Update mpaland/printf to eyalroz/printf fork () 2022-07-07 09:27:50 +02:00
platform_deps.h Move tmk_core/common/<plat> () 2021-11-19 10:41:02 -08:00
sleep_led.c Format code according to conventions () 2022-02-12 18:29:31 +00:00
suspend.c Initial migration of suspend callbacks () 2022-02-05 05:10:00 +11:00
synchronization_util.c [Core] Use a mutex guard for split shared memory () 2022-04-19 20:56:16 +10:00
syscall-fallbacks.c Format code according to conventions () 2022-02-12 18:29:31 +00:00
timer.c ChibiOS 21.11.1 update. () 2022-03-07 21:04:22 +11:00
wait.c ChibiOS 21.11.1 update. () 2022-03-07 21:04:22 +11:00