Commit graph

362 commits

Author SHA1 Message Date
Nico
d27720ec91 Arduino as ISP fix for 328
Now it should work with 32u4, 16u2 and 328 and probably others as well
2015-02-17 08:22:00 +01:00
Nico
619bdf633b HID Bridge update 2015-02-16 16:07:31 +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
2f3e24f3b4 corrected weak hid sending function 2015-02-11 19:19:57 +01:00
Nico
ab25e80b0d remove test 2015-02-11 17:24:14 +01:00
Nico
39ee9c8d95 Added the fixes again
had some problems with last commit
2015-02-11 16:58:07 +01:00
Nico
eeb929dc8c Readme 2015-02-11 16:55:39 +01:00
Nico
36cba28322 made gamepad report private again
people (like me!) should rather use advanced gamepad for such things
2015-02-11 16:14:24 +01:00
Nico
64f2a0a66b fix issue #12
https://github.com/NicoHood/HID/issues/12
2015-02-11 15:39:15 +01:00
Nico
1950101aba fix issue #12
https://github.com/NicoHood/HID/issues/12
2015-02-11 15:37:17 +01:00
Nico
c38ee8e1ea Merge pull request #11 from NicoHood/master
Fixed bug which occured after another "fix"
2015-02-11 07:55:06 +01:00
Nico
9a84bca6da Added F() makro to Keyboard example 2015-02-11 07:52:57 +01:00
Nico
9c9e8353f9 gitignore 2015-02-10 19:25:48 +01:00
Nico
8c81c7b2e8 Minor updates 2015-02-10 18:50:06 +01:00
Nico
9e62034439 added keywords file 2015-02-10 18:48:23 +01:00
Nico
6f3996ef8b Fixed bug which occured after another "fix" 2015-02-03 19:05:30 +01:00
Nico
6c05380f83 Serial fix 2015-02-02 21:33:13 +01:00
Nico
e6642ca0dc Correct undefined Serial Buffer Size
https://github.com/arduino/Arduino/pull/2597
2015-02-02 20:36:25 +01:00
Nico
68cc2c9faa Merge pull request #10 from gitter-badger/gitter-badge
Add a Gitter chat badge to Readme.md
2015-02-02 18:51:33 +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
4251522cf7 Removed HID_Test example
Does not compile with the current settings, more a leftover from
developing.
2015-01-24 22:12:21 +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
bc952e0bc0 Fixed Consumer/System-Control names
Also added Absolute Mouse Report
2015-01-17 14:53:10 +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
691befadf4 Moved USB_EP_SIZE definition
This was needed in order to use the HID_Core without an USB AVR to still
use the HID APIs
2015-01-17 10:21:54 +01:00
Nico
300d043a24 added preferences picture 2015-01-16 19:34:20 +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
766ef64b4b Removed outdated notice in examples 2015-01-11 23:11:43 +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
fa2135adc0 gamepad report id fix 2015-01-11 15:04:15 +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