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.
Joshua Diamond 9a4618b05b
Address wake from sleep instability (#11450)
* resolve race condition between suspend and wake in LUFA

* avoid multiple calls to suspend_power_down() / suspend_wakeup_init()

* Remove duplicate suspend_power_down_kb() call

* pause on wakeup to wait for USB state to settle

* need the repeated suspend_power_down() (that's where the sleep is)

* more efficient implementation

* fine tune the pause after sending wakeup

* speculative chibios version of pause-after-wake

* make wakeup delay configurable, and adjust value

* better location for wakeup delay
5 years ago
..
arm_atsam Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
avr Address wake from sleep instability (#11450) 5 years ago
chibios Stop sounds when suspended (#11553) 5 years ago
test Ensure single newline at EOF for core files (#11310) 5 years ago
action.c Add support for 8 buttons to mouse report (#10807) 5 years ago
action.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
action_code.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
action_layer.c
action_layer.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
action_macro.c
action_macro.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
action_tapping.c
action_tapping.h manually run formatting job (#11503) 5 years ago
action_util.c 2020 November 28 Breaking Changes Update (#11053) 5 years ago
action_util.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
bootloader.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
bootmagic.c Initialize Layer State on startup (#8318) 5 years ago
bootmagic.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
bootmagic_lite.c Add references for is_keyboard_left() (#10850) 5 years ago
command.c Add target 'check-md5' to `build_keyboard.mk` (#11338) 5 years ago
command.h
debug.c
debug.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
eeconfig.c Normalise include statements in core code (#11153) 5 years ago
eeconfig.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
eeprom.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
host.c
host.h
host_driver.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
keyboard.c Merge remote-tracking branch 'upstream/master' into develop 5 years ago
keyboard.h Merge remote-tracking branch 'upstream/master' into develop 5 years ago
keycode.h Add support for 8 buttons to mouse report (#10807) 5 years ago
led.h Normalise include statements in keyboard code (#11185) 5 years ago
magic.c Initialize Layer State on startup (#8318) 5 years ago
magic.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
matrix.h fix matrix_io_delay() timing in quantum/matrix.c (#9603) 5 years ago
mousekey.c Add support for 8 buttons to mouse report (#10807) 5 years ago
mousekey.h `qmk cformat` 5 years ago
nodebug.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
print.c
print.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
progmem.h format code according to conventions [skip ci] 5 years ago
raw_hid.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
report.c
report.h Add support for 8 buttons to mouse report (#10807) 5 years ago
sendchar.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
sendchar_null.c
sendchar_uart.c
sleep_led.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
suspend.h Address wake from sleep instability (#11450) 5 years ago
sync_timer.c [Split] Sync Timer feature (#10997) 5 years ago
sync_timer.h [Split] Sync Timer feature (#10997) 5 years ago
timer.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
util.c
util.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
virtser.h Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 5 years ago
wait.h `qmk cformat` 5 years ago