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
Age
Commit message (
Expand
)
Author
2014-04-01
I forgot a file
jantje
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
Update revision log. Upped version to 1.5.6
Cristian Maglie
2014-02-18
Merge pull request #1870 from matthijskooijman/ide-1.5.x-serial-int
Cristian Maglie
2014-02-18
In HardwareSerial::_rx_complete_irq, don't use int for buffer index
Matthijs Kooijman
2014-02-14
Merge pull request #1863 from matthijskooijman/ide-1.5.x-serial-int
Cristian Maglie
2014-02-14
Merge branch 'ide-1.5.x' of github.com:dpslwk/Arduino into dpslwk-ide-1.5.x
Cristian Maglie
2014-02-14
In HardwareSerial, don't use int for buffer indices
Matthijs Kooijman
2014-02-13
Merge remote-tracking branch 'arduino/master' into ide-1.5.x
Cristian Maglie
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-12
Merge branch 'master' into ide-1.5.x
Cristian Maglie
2014-02-12
Revert "Changed pins definition in variants from constants to #defines."
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-27
Merge branch 'serial-patch-2' into ide-1.5.x
Cristian Maglie
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-21
Compile with -x assembler-with-cpp instead of -assembler-with-cpp.
Jimmy Hedman
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
2014-01-16
Remove unused variable
Matthijs Kooijman
2014-01-16
Slightly reduce code utilization by inlining HardwareSerail begin(baud) and o...
Cristian Maglie
2014-01-16
Remove duplicate code from HardwareSerial::begin() methods.
Matthijs Kooijman
2014-01-15
Make some operators in IPAddress const
Matthijs Kooijman
2014-01-09
Merge pull request #1790 from cmaglie/platform-paths
Cristian Maglie
2014-01-07
Merge pull request #1794 from arduino/ide-1.5.x-euler
Cristian Maglie
2014-01-07
Merge branch 'master' into ide-1.5.x
Cristian Maglie
2014-01-06
Removed = char from #define. See https://github.com/arduino/Arduino/issues/17...
Federico Fissore
2014-01-06
Added new EULER constant. Fixes #1792
Federico Fissore
2014-01-05
Fixed "runtime.hardware.path" and "runtime.platform.path" values
Cristian Maglie
2014-01-01
Improved portability of String class (maniacbug)
Cristian Maglie
2013-12-31
Merge branch 'cast' of github.com:Lauszus/Arduino into Lauszus-cast
Cristian Maglie
2013-12-31
Use PGM_P instead of prog_char
Matthijs Kooijman
2013-12-30
Merge pull request #1762 from matthijskooijman/ide-1.5.x-write-char
Cristian Maglie
2013-12-27
Use reinterpret_cast to cast __FlashStringHelper to const char*
Kristian Lauszus
2013-12-24
Remove unneeded casts in Print::write(const String&)
Matthijs Kooijman
[next]