index
:
arduino-avr-xinput
master
A fork of Dmadison's Xinput Arduino avr core with a package.json
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cores
Age
Commit message (
Expand
)
Author
2015-10-02
[PUSB] No more static fields in PluggableUSB class
Cristian Maglie
2015-10-02
[PUSB] The latest fields are now set via constructor
Cristian Maglie
2015-10-02
[PUSB] callbacks are now pure virtual methods
Cristian Maglie
2015-10-02
[PUSB] replaced u8 with uint8_t
Cristian Maglie
2015-10-02
[PUSB] Selected interface and endpoint are now part of PUSBListNode
Cristian Maglie
2015-10-02
[PUSB] Global functions PUSB_* are now methods of PluggableUSB class
Cristian Maglie
2015-10-02
[PUSB] PUSBCallback struct has been merged into PUSBListNode
Cristian Maglie
2015-09-29
Removed not used PUSB_Begin()
Nico
2015-09-28
[HID] Removed unused PUSBReturn structure
Cristian Maglie
2015-09-28
Removed not needed Timer warning
Nico
2015-09-28
Removed Timer warnings when Timer 2 is not present
Nico
2015-09-28
Remove Compiler Warning in Tone.cpp
Nico
2015-09-28
Fix compiler warning in CDC.cpp
Nico
2015-09-28
Fix compiler warnings in USBCore.cpp
Nico
2015-09-25
Merge pull request #3864 from facchinm/pulseInLongOVF
Martino Facchin
2015-09-24
Fixed another regression in IPAddress.h
Cristian Maglie
2015-09-21
Merge branch 'patch-7' of https://github.com/NicoHood/Arduino
Cristian Maglie
2015-09-21
fix pulseInLong considering overflow
Martino Facchin
2015-09-21
pulseInLong: fix incorrect timeout handling
Martino Facchin
2015-09-20
Fix CDC Serial buffer size determination
Nico
2015-09-20
Fix HW Serial buffer size determination
Nico
2015-09-18
Merge branch 'ethernet-dns-fix' of https://github.com/cmaglie/Arduino
Cristian Maglie
2015-09-18
Fixed wrong condition in turnOffPWM(..)
Cristian Maglie
2015-09-09
Added IPAddress::fromString(....) function
Cristian Maglie
2015-09-01
...and also a leading ','... (oops 2)
Cristian Maglie
2015-09-01
Added missing #ifdef in WInterrupts.c... (oops)
Cristian Maglie
2015-08-31
Added EXTERNAL_NUM_INTERRUPTS for AVR xxU2 series
Cristian Maglie
2015-08-31
AVR: Faster Interrupts, no size change.
Andrew J. Kroll
2015-08-15
Tone: Added missing break
onovy
2015-08-14
Merge branch 'cdc-settings' of https://github.com/matthijskooijman/Arduino
Cristian Maglie
2015-08-13
Merge pull request #3640 from NicoHood/USB-Core-Fixes
Martino Facchin
2015-08-12
Added u2 Series support
NicoHood
2015-08-12
Precised USB Endpoint definitions
NicoHood
2015-08-12
Added 16 byte endpoint support
NicoHood
2015-08-12
Added missing static inline to USB Recv function
NicoHood
2015-08-12
Made Magic Key Settings more flexible
NicoHood
2015-08-12
Print not Aborting on Write() failure
Chuck Todd
2015-07-31
Add Serial_::availableForWrite().
Peter Van Hoyweghen
2015-07-31
Prevent losing bytes in HardwareSerial::end()
Matthijs Kooijman
2015-07-31
Add Serial_::readBreak() to process SEND_BREAK requests
Matthijs Kooijman
2015-07-31
Expose serial settings from CDC virtual serial port
Matthijs Kooijman
2015-07-16
fix pluggableUSB linked list
Martino Facchin
2015-07-16
save RAM content overridden by bootloader magic
Martino Facchin
2015-07-16
rename Setup typedef struct to USBSetup
Martino Facchin
2015-07-16
fix HID headers
Martino Facchin
2015-07-16
fix HID descriptors bigger than 127 bytes
Martino Facchin
2015-07-16
Add support for waking up a host via USB HID
Martino Facchin
2015-07-16
remove setupUSB weak hook and replace with global constructors
Martino Facchin
2015-07-16
rework PUSBCallbacks initialization
Martino Facchin
2015-07-16
remove 3 endpoints to match at32u4 limit
Martino Facchin
[prev]
[next]