tmk
532e100450
Add ps2_usart.c and fix set_led at USB wake
11 years ago
tmk
9d40be1990
Wait for USB starting up to make debug print available
11 years ago
tmk
d267ee2ada
Fix LUFA blocking during startup
...
- Blocking occurs if built without option INTERRUPT_CONTROL_ENDPOINT
11 years ago
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
tmk
daa4a4235f
Add NKRO support for LUFA
11 years ago
tmk
1eb67303ee
Fix LUFA host driver for unconfigured state
12 years ago
tmk
1348663a4f
Fix USB Descriptors
12 years ago
tmk
afc3148e23
Add supsend and wakeup to pjrc stack
12 years ago
tmk
f0c5f1b910
Add breathing sleep LED during USB suspend
12 years ago
tmk
42f6ff0886
Add power down mode sleep and watchdog interrupt
12 years ago
tmk
c8cfde0138
Add intial code of RemoteWakeUp
12 years ago
tmk
8215634175
Now includes LUFA-120730 in repository
12 years ago
tmk
e9e4c0edc5
Add support for LUFA-120730
12 years ago
tmk
16a583d7fd
Fix usage of debug flag
12 years ago
tmk
4ae979f6ef
Initial version of new code for layer switch is added.
12 years ago
tmk
45ea1874d6
Fix timeout logic of LUFA sendchar(), sned_*().
12 years ago
tmk
c5060ea819
test build of 'Host shield' in minimal env.
12 years ago
tmk
7350b7c6aa
Fix the way of sending out IN packet.
...
This fixes problem that it losts keycode when send keycodes in row in layer.c.
Undef CONSOLE_ENABLE build option makes this problem clear.
12 years ago
tmk
e075361b6f
Add CONSOLE_ENABLE build option to LUFA.
12 years ago
tmk
8947029950
Interrupt driven Control ep and Console task
13 years ago
tmk
ab89bfce03
Fix LUFA descriptor of Extra for Windows
...
- worked on Linux but not on Windows
(logica/usage MINIMUM must start at 0x001)
13 years ago
tmk
a112f3614e
confirm SetReport LED.
13 years ago
tmk
f2ebac101d
Add conditional compile for MOUSE_ENABLE and EXTRAKEY_ENABLE.
13 years ago
tmk
52011f08c9
Make console compatible with PJRC hid_listen.
13 years ago
tmk
cc68adeb57
Add protocol/lufa. LUFA supported now.
13 years ago