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
/
arduino
Age
Commit message (
Expand
)
Author
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
2015-07-16
add numInterfaces field to PUSBCallbacks
Martino Facchin
2015-07-16
implement PUSB modules as linked list
Martino Facchin
2015-07-16
remove useless variables
Martino Facchin
2015-07-16
make CDC function non removable
Martino Facchin
2015-07-16
add weak setupUSB() hook
Martino Facchin
2015-07-16
remove useless variable
Martino Facchin
2015-07-16
add PluggableUSB module
Martino Facchin
2015-07-16
move _initEndpoints from PROGMEM to RAM
Martino Facchin
2015-07-16
Use generic composite device descriptor
Martino Facchin
2015-07-16
Move EP defines to header
Martino Facchin
2015-07-16
Remove HID core library
Martino Facchin
2015-07-16
Check for __cplusplus >= 201103L as well as __GXX_EXPERIMENTAL_CXX0X__
Matthijs Kooijman
2015-07-03
Removed a handful of SVN expansion keywords. See #277
Federico Fissore
2015-06-18
Warn about increasing HardwareSerial buffers to > 256
Matthijs Kooijman
2015-06-01
Add a Stream::find(char) method
Martino Facchin
2015-05-30
Fixed unused argument warning
Cristian Maglie
2015-05-29
Fixed unused variables warnings and indentation
Cristian Maglie
2015-05-29
Saving some bytes in HardwareSerial::write
chromhelm
2015-05-29
pulseIn: be consistent with standard API
Martino Facchin
[prev]
[next]