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.
qmk-fw/tmk_core/protocol/arm_atsam
patrickmt 6e984a8b5e Update to arm_atsam wait and timer routines
Microsecond (us) delays are now handled by a busy wait loop according to MCU frequency. This replaces the system counter method which had an overhead of around 12us.
TC5 device and supporting routines removed as it was the old us delay counter.
wait_ms is now properly a macro to CLK_delay_ms.
wait_us is now properly a macro to CLK_delay_us.
Removed CLK_get_us as it has no use.
All calls to CLK_get_ms() have been replaced by timer_read64() with corrected typing.
All calls to CLK_delay_ms() have been replaced by wait_ms().
All calls to CLK_delay_us() have been replaced by wait_us() and timings verified or updated as needed after review on scope.
Corrected typing of variables using 64bit ms timer readings if needed.
6 years ago
..
usb Update to arm_atsam wait and timer routines 6 years ago
adc.c
adc.h
arm_atsam_protocol.h Update to arm_atsam wait and timer routines 6 years ago
clks.c Update to arm_atsam wait and timer routines 6 years ago
clks.h Update to arm_atsam wait and timer routines 6 years ago
d51_util.c Bringing Massdrop keyboard hardware configuration to keyboard level (#4593) 6 years ago
d51_util.h Bringing Massdrop keyboard hardware configuration to keyboard level (#4593) 6 years ago
i2c_master.c Update to arm_atsam wait and timer routines 6 years ago
i2c_master.h
issi3733_driver.h
led_matrix.c Update to arm_atsam wait and timer routines 6 years ago
led_matrix.h Vertical animation support for arm_atsam led_matrix (#4538) 6 years ago
main_arm_atsam.c Update to arm_atsam wait and timer routines 6 years ago
main_arm_atsam.h
md_bootloader.h CTRL keyboard bootloader_jump support 7 years ago
spi.c Bringing Massdrop keyboard hardware configuration to keyboard level (#4593) 6 years ago
spi.h Bringing Massdrop keyboard hardware configuration to keyboard level (#4593) 6 years ago
startup.c CTRL keyboard bootloader_jump support 7 years ago
wait_api.h