Commit Graph

4 Commits (a0f9c1fb4fc86c37353b5298c7a4d8d68b368d8c)

Author SHA1 Message Date
tmk 7d692c492c Fix USB initilaize on LUFA
- 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.
11 years ago
Wraul 1eb8523e95 Add support for backlight 11 years ago
tmk afc3148e23 Add supsend and wakeup to pjrc stack 12 years ago
tmk 2c0bb5e7e6 Add common/suspend.c 12 years ago