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
2014-05-30
Merge branch 'master' into HEAD
Cristian Maglie
2014-05-30
USB CDC available() method returns correct number of bytes in buffer.
Cristian Maglie
2014-05-26
Merge branch 'usbcdc-improved' into ide-1.5.x
Cristian Maglie
2014-05-24
Improve CDC read code
Paul Brook
2014-05-24
Fix race condition in USB CDC transmit
Paul Brook
2014-05-24
improved USB write speeds
Justin Rajewski
2014-05-24
Backported Print class from ide-1.5.x branch
Cristian Maglie
2014-05-23
Merge branch 'ide-1.5.x-hwserial-cleanup' of github.com:matthijskooijman/Ardu...
Cristian Maglie
2014-05-23
Merge remote-tracking branch 'arduino/master' into ide-1.5.x
Cristian Maglie
2014-05-07
Match return value to type in available()
Zachary J. Fields
2014-05-06
Remove unneeded register and ISR names in HardwareSerialx.cpp
Matthijs Kooijman
2014-05-06
Fix comment typo
Matthijs Kooijman
2014-05-02
Fix EXTERNAL_NUM_INTERRUPTS for atmega128rfa1 and atmega256rfr2
Matthijs Kooijman
2014-04-20
Fixed other trivial warnings in AVR USB core.
Cristian Maglie
2014-04-20
Removed other unused variables in CDC.cpp and HID.cpp
Cristian Maglie
2014-04-20
Removed 'USB_MANUFACTURER' constant redefinition for known VIDs.
Cristian Maglie
2014-04-20
Merge branch 'ide-1.5.x-warnings' of github.com:matthijskooijman/Arduino into...
Cristian Maglie
2014-04-01
Merge commit '1ad74' into ide-1.5.x
Cristian Maglie
2014-04-01
Use correct type for index calculation in HardwareSerial
Cristian Maglie
2014-04-01
I forgot a file
jantje
2014-04-01
Import WString from 1.5.6
Matt Jenkins
2014-04-01
Fixed string constructor overloading bug
Matt Jenkins
2014-03-27
Fix typo in SerialEvent3 handling
Matthijs Kooijman
2014-03-24
Added support for different size of TX and RX buffer sizes.
jantje
2014-03-23
This commit contains 2 changes:
jantje
2014-02-19
Don't store peeked characters in a char variable
Matthijs Kooijman
2014-02-19
Instead of #defining true and false, include stdbool.h
Matthijs Kooijman
2014-02-19
Use a union in IPAddress for uint8_t[] <-> uint32_t conversion
Matthijs Kooijman
2014-02-18
In HardwareSerial::_rx_complete_irq, don't use int for buffer index
Matthijs Kooijman
2014-02-14
In HardwareSerial, don't use int for buffer indices
Matthijs Kooijman
2014-02-13
Added license for Client, IPAddressm and Server (master branch)
Cristian Maglie
2014-02-13
Added license for Arduino.h, binary.h and main.cpp (master branch)
Cristian Maglie
2014-02-10
Added license for Arduino.h, binary.h and main.cpp
Cristian Maglie
2014-02-10
Added license for Client, IPAddressm and Server
Cristian Maglie
2014-02-10
Added license for avr/HardwareSerial.
Cristian Maglie
2014-01-29
Reorder HardwareSerial init to fix compiler warn
Matt Robinson
2014-01-28
Clean up unused var from HardwareSerial_private.h
Matt Robinson
2014-01-22
In HardwareSerial::write, bypass the queue when it's empty
Matthijs Kooijman
2014-01-22
Inlined HardwareSerial calls to RX ISR.
Cristian Maglie
2014-01-22
Put each HardwareSerial instance in its own .cpp file
Matthijs Kooijman
2014-01-22
Centrally decide which hardware UARTS are available
Matthijs Kooijman
2014-01-22
Disable the UDRE interrupt sooner in HardwareSerial
Matthijs Kooijman
2014-01-22
Fix lockup when writing to HardwareSerial with interrupts disabled
Matthijs Kooijman
2014-01-22
Fix HardwareSerial::flush() when interrupts are kept disabled for a while
Matthijs Kooijman
2014-01-22
Improve HardwareSerial::flush()
Matthijs Kooijman
2014-01-22
Use bit_is_clear in HardwareSerial::flush()
Matthijs Kooijman
2014-01-16
Move interrupt handlers into HardwareSerial class
Matthijs Kooijman
2014-01-16
Use constants for register bit positions in HardwareSerial
Matthijs Kooijman
2014-01-16
Define a _NOP() macro
Matthijs Kooijman
2014-01-16
Simplify HardwareSerial::begin()
Matthijs Kooijman
[next]