1
0

ps2_usb: Use standby mode in suspend

This commit is contained in:
tmk 2016-10-04 16:05:51 +09:00
parent 8f969d6544
commit 1a7d1f9f4d
3 changed files with 2349 additions and 2164 deletions

View File

@ -68,9 +68,12 @@ ARCH ?= AVR8
# CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU. # CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU.
F_USB ?= $(F_CPU) F_USB ?= $(F_CPU)
# Interrupt driven control endpoint task(+60) # Interrupt driven control endpoint task
# Not work with suart debug
#OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT #OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
# This improves response of keyboard when wakeup
OPT_DEFS += -DSUSPEND_MODE_STANDBY
# Boot Section Size in *bytes* # Boot Section Size in *bytes*
# Teensy halfKay 512 # Teensy halfKay 512

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff