Commit Graph

51 Commits (61fea81a2469da4db9f161c7d4bdf90fe66a3dd2)

Author SHA1 Message Date
Jack Humbert 71a8fd8b12 bluetooth working with usb 9 years ago
Jack Humbert c966e7982c bluetooth 9 years ago
Jack Humbert 44625de59a beeps in an if 9 years ago
Jack Humbert ed384bd437 beeps update 9 years ago
Jack Humbert 91176d854b speaker working, midi out 9 years ago
Jack Humbert cda23c754e midi working 9 years ago
Jack Humbert b8425e8b58 makefile stuff 9 years ago
Jack Humbert b191f8c60f midi 9 years ago
Jack Humbert 04885a3b44 preonic 9 years ago
Jack Humbert fb4fe52c0a midi 9 years ago
Jack Humbert e528087ee5 midi 9 years ago
tmk ebe4373258 Fix power saving while USB suspended
- doesn't pwoer save while Bluetooth turns on
10 years ago
tmk 20caf673d8 Fix lufa sendchar() infinite wait loop
- FrameNumber is not updated when adapter powered
- can be blocked in sendchar() when pluged into AC adapter
10 years ago
tmk 05795cb003 Compensate timer during prower down 10 years ago
tmk c2d830c07c USB initialize when plug-in during battery powered 10 years ago
tmk 32997200f7 Fix NKRO code when NKRO is disable 10 years ago
tmk abe5edcaa7 Fix set LED for NKRO keyboard interface 11 years ago
tmk b03717a10c Unused endpoint of console OUT is commentout'd 11 years ago
tmk 37cf260764 Check if LUFA-git really exists(Fix #118) 11 years ago
tmk 22854eb71b NKRO is disable when SET_PROTOCOL(boot)
- Command can force to enable NKRO even when boot mode
- After boot keyboard may be in boot mode due to BIOS' request
11 years ago
tmk 5e3f2d2b2e Make NKRO deafult when it is available
- NKRO is used only when keyboard_protocol = 1(report)
11 years ago
tmk fc3a20c534 Add LUFA git repository(release 140302) 11 years ago
tmk ad4cba172b Move macro definitions from lufa.c to lufa.h 11 years ago
tmk 3c5add5f80 Change LUFA build options 11 years ago
tmk a5d4a1f3e1 Return when ready check loop is timeouted(Fix #115) 11 years ago
tmk c6902681e7 Change PollingIntervalMS to 10ms(Fix #114) 11 years ago
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 12 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)
12 years ago
tmk a112f3614e confirm SetReport LED. 12 years ago
tmk f2ebac101d Add conditional compile for MOUSE_ENABLE and EXTRAKEY_ENABLE. 12 years ago
tmk 52011f08c9 Make console compatible with PJRC hid_listen. 12 years ago