Commit graph

14 commits

Author SHA1 Message Date
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
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
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
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
dd95a24332 Added Windows Key + Enter definition 2014-11-22 14:03:26 +01:00
Nico
23ba2788b4 Added 16u2 Compatibility + New HID Cores 2014-11-21 18:39:36 +01:00
Nico
daa80ec7bf Starting from a clean 1.5.8 USB API 2014-11-21 18:37:15 +01:00
NicoHood
1c7e8ac4d7 Update 1.2 2014-06-22 00:36:44 +02:00
NicoHood
e0ab857255 Update 1.1 2014-06-05 22:54:29 +02:00