qmk-firmware/tmk_core/common/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.
2019-01-07 12:44:55 -08:00
..
bootloader.c CTRL keyboard bootloader_jump support 2018-09-28 23:09:53 -04:00
eeprom.c Massdrop keyboard support (#3780) 2018-08-29 15:07:52 -04:00
printf.c Fix undefined reference to `console_printf` for CTRL and ALT keyboards 2018-10-29 10:26:30 -07:00
printf.h Massdrop keyboards console device support for hid_listen 2018-10-10 13:49:01 -04:00
suspend.c USB Suspend for arm_atsam protocol 2018-11-02 14:33:07 -07:00
timer.c Update to arm_atsam wait and timer routines 2019-01-07 12:44:55 -08:00