Commit graph

645 commits

Author SHA1 Message Date
Andrew J. Kroll 4d145ca3e0 Multitask API check 2013-10-15 21:16:34 -04:00
Andrew J. Kroll d0bdebed7b Merge branch 'xxxajk' of github.com:felis/USB_Host_Shield_2.0 into xxxajk 2013-10-12 10:36:21 -04:00
Andrew J. Kroll cdeaf9e0f2 better wording 2013-10-12 10:36:03 -04:00
Kristian Sloth Lauszus 5cde2e07d3 Arduino Mega ADK will be activated automatically in Arduino 1.5.5
See: https://github.com/arduino/Arduino/pull/1605
2013-10-09 17:13:37 +02:00
Andrew J. Kroll 42fc48d129 locks and constructor/init fixes 2013-10-08 15:52:24 -04:00
Andrew J. Kroll 272180cf60 Merge branch 'xxxajk' of github.com:felis/USB_Host_Shield_2.0 into xxxajk 2013-10-08 14:25:32 -04:00
Andrew J. Kroll a21edc6698 Speed up core task 2013-10-08 14:25:23 -04:00
Kristian Sloth Lauszus a312a45d0b Print if connection failed 2013-10-08 19:51:41 +02:00
Kristian Sloth Lauszus 7a02a07620 Don't change error code if it returned hrJERR 2013-10-08 19:51:20 +02:00
Kristian Sloth Lauszus 81ed31e1fe Check for hrJERR after ConfigureDevice too 2013-10-08 19:05:08 +02:00
Kristian Sloth Lauszus 01e0e6cf2d Don't clear pairWithWii 2013-10-08 18:52:37 +02:00
Kristian Sloth Lauszus 3b733fc962 Better way to retry when hrJERR is returned 2013-10-08 18:27:51 +02:00
Kristian Sloth Lauszus 6adc0843d5 More elegant way of doing: 7990c32ad6 2013-10-08 18:14:16 +02:00
Kristian Sloth Lauszus 59d20a17c8 Merge branch 'xxxajk' of github.com:felis/USB_Host_Shield_2.0 into xxxajk 2013-10-08 18:08:29 +02:00
Kristian Sloth Lauszus 7990c32ad6 Don't call init if an error is returned 2013-10-08 18:07:36 +02:00
Andrew J. Kroll 58f6444a8b Merge branch 'xxxajk' of github.com:felis/USB_Host_Shield_2.0 into xxxajk 2013-10-08 11:36:22 -04:00
Andrew J. Kroll 02b685e329 lock settings for spi (unused at this time) 2013-10-08 11:36:15 -04:00
Kristian Sloth Lauszus 332f56f46d Fixed getButtonClick for analog buttons 2013-10-08 16:02:20 +02:00
Kristian Sloth Lauszus 90dba71937 Moved PID and VID readings 2013-10-07 01:45:21 +02:00
Kristian Sloth Lauszus b76ddedd59 Implement ConfigureDevice() before Init()
Also added clearAllVariables() - see: https://github.com/felis/USB_Host_Shield_2.0/pull/63
2013-10-07 00:47:53 +02:00
Kristian Sloth Lauszus 47ff8e55c5 Retry if device returns hrJERR 2013-10-07 00:41:49 +02:00
Kristian Sloth Lauszus 7abee0b545 Include pins_arduino.h manually if the old Arduino IDE is used 2013-10-06 15:46:15 +02:00
Kristian Sloth Lauszus ef57346376 Check if CORE_TEENSY is defined and added missing semicolon 2013-10-05 01:12:43 +02:00
Kristian Sloth Lauszus 84bab09221 Merge branch 'xxxajk' into arm
Conflicts:
	Usb.cpp
	Usb.h
	XBOXRECV.cpp
	adk.h
	avrpins.h
	cdcacm.h
	cdcprolific.h
	hid.h
	hidboot.h
	hidescriptorparser.cpp
	hidescriptorparser.h
	masstorage.h
	message.cpp
	parsetools.h
	usbhub.h
2013-10-05 01:11:51 +02:00
Kristian Sloth Lauszus 86f88e5333 Automatically detect if a Teensy is connected 2013-10-05 00:21:16 +02:00
Kristian Sloth Lauszus 822519b2ce There is no need to manually activate Sanguino anymore as users will be forced to use Arduino 1.5.x for the Balanduino 2013-10-05 00:18:12 +02:00
Kristian Sloth Lauszus 45c1297a91 Removed all unnecessary includes since there is no need to do that anymore
Also renamed all example extensions to .ino
2013-10-02 00:49:46 +02:00
Kristian Sloth Lauszus f21f70c0b9 Minor 2013-10-01 23:52:34 +02:00
Kristian Sloth Lauszus 70f3663673 Use list for different boards 2013-10-01 23:50:19 +02:00
Andrew J. Kroll 8efdf711fd Fix example, and reformat 2013-10-01 14:50:09 -04:00
Andrew J. Kroll 77538f5d2d change "" to <> in include, fix author again 2013-09-30 13:18:33 -04:00
Andrew J. Kroll 6b8b8b7993 Zap silly Author default. 2013-09-30 01:25:14 -04:00
Andrew J. Kroll 387ec30447 Move Usb.h UsbCore.h and trim. Usb.h is now only includes, as it aught to be. Clean up more header files, more include traps. 2013-09-30 01:13:11 -04:00
Kristian Sloth Lauszus db39f5f347 Merge branch 'master' into xxxajk 2013-09-30 02:47:30 +02:00
Kristian Sloth Lauszus c952d3c945 Changed how boards and serial debugging are activated
Now all is done in settings.h
2013-09-30 02:44:22 +02:00
Andrew J. Kroll 226b4b6658 Unwedge failed device on failed attempt. 2013-09-29 18:22:37 -04:00
Andrew J. Kroll 5656fa9b6d Add example for composite mouse/keyboard, also supports single units on a hub, or embedded hub. 2013-09-29 16:12:34 -04:00
Andrew J. Kroll 2432379a27 Improved hidboot, now supports composite keyboard mouse devices. 2013-09-29 16:08:20 -04:00
Andrew J. Kroll a88933ea3e Add question in a comment 2013-09-29 16:07:44 -04:00
Kristian Sloth Lauszus b2e85fd274 Indent... 2013-09-27 21:39:38 +02:00
Kristian Sloth Lauszus ec8aef8f28 Merge pull request #63 from hozen/BT-porting
BT porting
2013-09-27 12:35:53 -07:00
Lei Shi 0bf0c44ba5 remove Eclipse project files 2013-09-27 17:18:15 +08:00
Lei Shi 952e6f1e98 ARM non-init issue. 2013-09-27 17:07:05 +08:00
Lei Shi 40d81b68b5 folk from felis, and add eclipse project files 2013-09-27 15:02:42 +08:00
Andrew J. Kroll 372e37e34f Update from head 2013-09-23 18:52:29 -04:00
Andrew J. Kroll 4bb0011713 Update from head 2013-09-23 18:48:44 -04:00
Andrew J. Kroll 6070e1b0f4 Merge branch 'xxxajk' of github.com:felis/USB_Host_Shield_2.0 into xxxajk 2013-09-23 18:40:58 -04:00
Andrew J. Kroll 1a0d0690d3 compile faster 2013-09-23 18:40:10 -04:00
Kristian Sloth Lauszus 1a6e586ac1 Removed unused includes from PS3USB and Xbox libraries 2013-09-23 22:32:42 +02:00
Andrew J. Kroll 114c8f079b Remove unneeded includes 2013-09-23 16:14:49 -04:00