aboutsummaryrefslogtreecommitdiffstats
path: root/common/suspend.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix common files for mbedtmk2014-07-301-76/+0
|
* Fix USB initilaize on LUFAtmk2013-09-211-2/+1
| | | | | | | | | | - 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.
* Add support for backlightWraul2013-06-221-0/+7
|
* Add supsend and wakeup to pjrc stacktmk2013-03-271-0/+19
|
* Add common/suspend.ctmk2013-03-251-0/+51