Age | Commit message (Collapse) | Author |
|
Conflicts:
.gitignore
common.mk
common/debug_config.h
common/print.h
|
|
|
|
|
|
|
|
|
|
|
|
- change API of ps2_mouse; ps2_mouse_task()
- remove mouse_report from host.c
|
|
|
|
- Add print messages of USB intialize procesure.
- call out sei() in earlier stage. LUFA API doc of USB_Init() says:
interrupts must be enabled within 500ms ... to ensure that the host does
not time out whilst enumerating the device
- remove matrix_init() from suspend_wakeup_init(). It is not needed in
fact and if matrix_init() takes long time to initialize it prevents
host emnumerating the device.
|
|
|
|
|
|
- NO_PRINT: disable print.h API(also disable debug.h)
- NO_DEBUG: disable debug.h API
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- kick bootloader
- enable debug print
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix: add wait for Power down command
Add ifdef of MOUSEKEY_ENABLE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|