Commit graph

112 commits

Author SHA1 Message Date
NicoHood
8de97930b7 Upated wrong readme file 2015-08-09 14:41:38 +02:00
NicoHood
bec08597f1 Switched to Library with version 2.4 for IDE 1.6.6 2015-08-09 14:39:42 +02:00
Nico
dd66f16870 Removed Gitter Chat 2015-05-29 19:30:03 +02:00
NicoHood
17469bdb45 Updated Arduino Core files
Updated to a nightly between 1.6.4 and 1.6.5
2015-05-25 19:17:29 +02:00
Nico
1fad661cd5 Merge pull request #30 from NicoHood/master
Mouse fix
2015-04-19 18:31:41 +02:00
Nico
a25c2ee026 Mouse fix 2015-04-19 18:30:05 +02:00
Nico
acaea55651 Updated Readme and credits 2015-04-14 19:16:59 +02:00
Nico
6a9f70bc2a removed 1.6.2 note 2015-04-12 12:54:57 +02:00
Nico
c44f75b7af Merge branch 'master' of https://github.com/NicoHood/HID 2015-04-12 12:53:56 +02:00
Nico
3ea4c6a55b Update 2.2 2015-04-12 12:51:23 +02:00
Nico
a0d56739a8 Readme update 2015-04-06 15:38:00 +02:00
Nico
adea44b5c3 Update Readme.md 2015-04-02 15:12:58 +02:00
Nico
2289569e7d Integrated System wakeup into API 2015-02-28 10:42:52 +01:00
Nico
f6a19cff3d Update Readme.md 2015-02-20 10:52:46 +01:00
Nico
3dcc5fcfdf Update Readme.md 2015-02-18 09:53:08 +01:00
Nico
b198693b5b Update Readme.md 2015-02-17 08:22:26 +01:00
Nico
4cfa0c6964 Minor fixes + HIDBridge
* increased HW Serial1 RX buffer size from 16 to 32 (TX still 16)
* removed fixed size in report buffers
* used HID_KeyboardReport_Data_t now in Keyboard API

HID Bridge works for transmitting
2015-02-14 12:37:35 +01:00
Nico
eeb929dc8c Readme 2015-02-11 16:55:39 +01:00
The Gitter Badger
1b42a6487d Added Gitter badge 2015-02-02 17:50:20 +00:00
Nico
109985fbb1 Readme 2015-01-28 10:25:09 +01:00
Nico
d0970c4401 Merge remote-tracking branch 'origin/master'
Conflicts:
	Readme.md
2015-01-28 10:24:17 +01:00
Nico
b2e9e069f0 Readme 2015-01-28 10:22:33 +01:00
Nico
86e10f696e todo 2015-01-24 23:47:51 +01:00
Nico
bff1b97911 Added Arduino Libraries to avoid compiling errors
Also included the SoftSerial fix by matthijskooijman
https://github.com/arduino/Arduino/pull/2032
2015-01-24 22:51:38 +01:00
Nico
4775b3881c Arduino as ISP 16u2 fix 2015-01-24 22:12:54 +01:00
Nico
6b6304a1bb Moved bugs and links to the wiki 2015-01-18 13:59:10 +01:00
Nico
aad5313042 Added Wiki link 2015-01-18 13:44:07 +01:00
Nico
889623a83b Improved USB-Serial
Now the buffer can even shrink down to 2 bytes. Not sure why 1 bytes
gives problems. Also a buffer with USB_EP_SIZE is now also possible.
2015-01-17 11:01:34 +01:00
Nico
1b478cb5f2 Update Readme.md 2015-01-15 11:41:02 +01:00
Nico
ba0c7cf73a readme 2015-01-12 17:29:05 +01:00
Nico
4df6792667 Update Readme.md
Added Content menu
2015-01-12 10:20:18 +01:00
Nico
cc8940b9ec Added HelloWorld example 2015-01-11 23:10:14 +01:00
Nico
43300a65db Update Readme.md 2015-01-11 22:52:22 +01:00
Nico
21c4c0f49f Made installation more clear 2015-01-11 18:14:59 +01:00
Nico
e0c845d01b Added custom gamepad example 2015-01-11 15:36:08 +01:00
Nico
ccfe47943f Fixed minor custom hid definition 2015-01-11 15:01:35 +01:00
Nico
c7c3bdb39c Arduino as ISP fix 2015-01-11 13:57:58 +01:00
Nico
0926e6318d Added NoUsb workaround for Leo/Micro devices
Had to add this workaround again since the Leo/Micro bootloader is coded
different than the HL2 which fixes this problem.
2015-01-11 12:55:18 +01:00
Nico
830e5871e5 Fix when no specific descriptors are set 2015-01-11 12:08:01 +01:00
Nico
1d64d2e5e4 Moved pictures into picture folder 2015-01-11 01:01:08 +01:00
Nico
00460dc6aa Added more pictures to troubleshoot 2015-01-11 00:58:00 +01:00
Nico
24feb745e8 Advanced Gamepad example fix 2015-01-10 00:21:17 +01:00
Nico
044e855c2e Fixed hid core installation
It is no longer needed to manually move the hid core to your arduino
installation due to a fix in platform.txt
2015-01-09 18:00:36 +01:00
Nico
a13122245d Dev HoodLoader2 link added 2015-01-08 22:18:22 +01:00
Nico
9340ea20c6 Added Raw HID, made Custom reports more easy
Also added a new picture and a keyboard + mouse report definition
2015-01-08 17:44:04 +01:00
Nico
6f142c11f8 Improved changelog 2015-01-03 19:20:52 +01:00
Nico
b90fb505f0 Fixed HID_SendReport() prototype workaround 2015-01-03 19:14:36 +01:00
Nico
e5d28296d2 Easy USB-Core selection
HoodLoader2 needs an update as well.
2015-01-03 19:00:08 +01:00
Nico
ff528531d2 Added Installation picture 2015-01-03 14:54:10 +01:00
Nico
420928ec4c Update Readme.md 2015-01-02 20:33:20 +01:00