Commit graph

92 commits

Author SHA1 Message Date
Nico
7fbe6dee0a HID Report fix 2015-01-02 16:59:05 +01:00
Nico
bb008e6daa Added Examples 2015-01-02 16:23:27 +01:00
Nico
6cbd735213 Moved Core again 2015-01-02 14:53:53 +01:00
Nico
bf607e992d Readme update 2015-01-02 12:01:45 +01:00
Nico
7694cba479 Moved new Core into a separate hardware folder
Now you can install the core by just adding it to your sketchbook. There
is still a bug in boards.txt where the core isnt recognized. Copy it to
your local Arduino folder.
2015-01-02 11:58:18 +01:00
Nico
ed42b436c3 Moved Keyboard Led Out Report to HID Core
Saves some more flash and is better accessible.
2014-12-27 17:38:46 +01:00
Nico
66028b983b Moved USB-Core into a separate folder 2014-12-27 17:37:12 +01:00
Nico
1fb53348e7 USB Wakeup u2 Series fix
Now working with HoodLoader2. Also got the chance to test the features
on a PC where USB wakeup is supported. It seems to work now properly.
2014-12-27 17:15:49 +01:00
Nico
73f08effc0 Updated Example 2014-12-27 15:58:09 +01:00
Nico
dc7d58b943 Added USB wakeup support
Had no chance to test it yet. Not sure if u2 Series will work as well.
2014-12-27 15:57:58 +01:00
Nico
59758e027a Updated Example
I know its messy. It was just for me to test things and will be improved
over the time. Just FYI
2014-12-27 13:30:47 +01:00
Nico
346b3754a0 Added Raw Keyboard definitions 2014-12-27 13:27:22 +01:00
Nico
b098970a0b Added Gamepad
Still doesnt work with Abs Mouse together
2014-12-27 13:27:12 +01:00
Nico
5d998e9e6e Improved Mouse + Keyboard functions
Also added Keycodes to Keyboard API.
2014-12-27 12:56:19 +01:00
Nico
48c6b6dd81 Added Consumer + System HID APIs 2014-12-26 22:13:33 +01:00
Nico
3a0c30f393 Added static inline for Recv()
Seems to be missing here?
2014-12-26 22:12:24 +01:00
Nico
f7fe5f32aa Separated CDC, HID and its APIs.
Also added Absolute Mouse and changed the structure. Added a better
readme for changelog and todo list.
2014-12-26 21:47:07 +01:00
Nico
e120b47a49 Led Out Report, Minor Keyboard + Mouse changes
https://github.com/arduino/Arduino/issues/2275#issuecomment-64989558
Added Led Out Report (with definition)
Is the getLEDs() name okay?
Adds 44 bytes flash if activated

Added missing Keyboard + Mouse definitions
Changed Mouse HID report a bit

Added definitions to en/disable current reports
No bigger changes to the HID Api were made
2014-12-09 18:25:37 +01:00
Nico
a1449d1576 Added Serial line encoding functions + events
https://github.com/arduino/Arduino/pull/2469
Weak implementation sounds usefull but takes 6 more bytes of flash/
function (12). Even more, if we would also pass the line states but the
user can read this with Serial.dtr() for example.

https://github.com/arduino/Arduino/pull/1179
Should we inline the Serial.dtr() functuions etc? But then we need to
move the line info to the header as well, also the definition.
These optional functions only take flash if they are used. Virtual isnt
used, because this would take more flash for no reason.
Syntax like this: https://www.pjrc.com/teensy/td_serial.html
2014-12-09 17:47:25 +01:00
Nico
cdc7471ddb Added u2 Series support 2014-12-09 16:46:05 +01:00
Nico
9f26da32e6 Added USB definitions, fixed USB device Descriptor 2014-12-08 18:11:10 +01:00
Nico
2056344d90 Visual Studio auto format
I will hit auto format later anyways, so i will do it here to get the
nor relevant change first. Doing this with the 2013 version by the way.
2014-12-08 17:07:07 +01:00
Nico
61aff3672b Adding relevant Arduino Core files 2014-12-08 17:04:56 +01:00
Nico
c4c2f47f61 Starting from Zero 2014-12-08 17:02:18 +01:00
Nico
402efb58c1 Notice for User HID settings 2014-12-08 16:59:45 +01:00
Nico
50b76aa26c Made outdated version more clear + credits 2014-12-07 19:46:09 +01:00
Nico
e0e93a7898 Merge pull request #5 from NicoHood/dev
Update 2.0 with HoodLoader2 Core
2014-11-30 15:40:34 +01:00
Nico
81eb708bb3 Readme 2014-11-30 14:18:59 +01:00
Nico
35331b5bdd Added Header Picture 2014-11-30 14:17:15 +01:00
Nico
de84b3d5fb NO USB Update 2014-11-30 12:26:45 +01:00
Nico
f4bee40834 Added USB-Serial function
Its now possible to also reprogram the main MCU with the HoodLoader2 in
the sketch itself. It might have some bugs/errors since the USB
implementation isn't that reliable.
2014-11-29 20:27:32 +01:00
Nico
96740f6d3b Readme 2014-11-29 20:24:54 +01:00
Nico
911e38fbfc Huge Readme Update 2014-11-29 20:13:52 +01:00
Nico
0b7cb6eaf5 Added Led Out Report, CDC Linestate, Magic Bootkey
You can now read the led states of the keyboard, the dtr line of the cdc
and the bootkey got fixed to the new hoodloader 2.0.1
2014-11-29 18:51:00 +01:00
Nico
36a8af03df USB Descriptor fix
Only u2 Series fixed. I am not sure if a fix for u4 is wanted. Just
remove the define and its also fixed ;)
2014-11-22 14:49:28 +01:00
Nico
dd95a24332 Added Windows Key + Enter definition 2014-11-22 14:03:26 +01:00
Nico
19dc97ac89 Added Gamepad Project, PWM Fade example 2014-11-22 14:02:34 +01:00
Nico
2a906abd79 Moved examples 2014-11-22 14:02:12 +01:00
Nico
7a76c76c1e Ignore this
Renewed source. Had some Windows problems ;)
2014-11-22 13:09:37 +01:00
Nico
e03c73f396 Rearranged examples 2014-11-22 12:59:13 +01:00
Nico
a2ba6fde68 Added HoodLoader1&2 examples 2014-11-22 12:43:36 +01:00
Nico
23ba2788b4 Added 16u2 Compatibility + New HID Cores 2014-11-21 18:39:36 +01:00
Nico
ef26d3b442 Adding Examples + Readme 2014-11-21 18:37:50 +01:00
Nico
daa80ec7bf Starting from a clean 1.5.8 USB API 2014-11-21 18:37:15 +01:00
NicoHood
3d8a9b4075 Merge pull request #1 from NicoHood/dev
Update 1.8
2014-08-26 21:38:50 +02:00
NicoHood
05643a2145 Update 1.8 Release 2014-08-26 21:33:45 +02:00
NicoHood
258a5dd0ca Gamepad fixes 2014-08-26 21:12:30 +02:00
NicoHood
64fdadf9f2 Gamepad Descriptor Fix 2014-08-25 19:45:38 +02:00
NicoHood
a1120f9a32 Gamepad fix 2014-08-25 19:06:05 +02:00
NicoHood
6dd1158ec2 Removed older versions 2014-08-25 03:35:18 +02:00