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
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
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-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-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-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
2013-12-24
Add uint8_t* versions of methods in Stream
Matthijs Kooijman
2013-12-24
Add Print::write(const char *, size_t)
Matthijs Kooijman
2013-12-23
Print.print optimization. Closes #1760
Federico Fissore
2013-10-31
Using NOT_AN_INTERRUPT defined constant
Cristian Maglie
2013-09-30
Merge branch 'master' into ide-1.5.x
Cristian Maglie
2013-09-10
Merge branch 'ide-1.5.x' into dev-ide-1.5.x-discovery
Cristian Maglie
2013-09-09
Fixed HardwareSerial bug introduced in 1.5.3.
Cristian Maglie
2013-09-06
Merge remote-tracking branch 'arduino/ide-1.5.x' into dev-ide-1.5.x-discovery
Federico Fissore
2013-09-03
Fixed String class regression after f80c6c5f35cddcf4761a3c97feb8504425e9d27d
Cristian Maglie
2013-09-02
USB CDC two argument begin()
Paul Brook
2013-09-02
USB serial baud arg type
Paul Brook
2013-08-23
Merge branch 'ide-1.5.x' into dev-ide-1.5.x-discovery
Cristian Maglie
2013-08-22
Merged robot core
Cristian Maglie
2013-08-20
Removed unused flags from String (free 1 byte of SRAM)
Cristian Maglie
2013-07-31
Merge branch 'master' into ide-1.5.x
Cristian Maglie
2013-07-31
Merge branch 'issue1366' of github.com:Lauszus/Arduino into Lauszus-issue1366
Cristian Maglie
2013-07-30
Merge branch 'ide-1.5.x' into dev-ide-1.5.x-discovery
Cristian Maglie
2013-07-30
Applied USB CDC updates to robot's core.
Cristian Maglie
2013-07-27
Move buffers into USB CDC (look #947 and #1369 for reference)
Cristian Maglie
2013-07-26
Applied HardwareSerial updates to robot's core.
Cristian Maglie
2013-07-26
Fixed compile problem for Leonardo after 0bd6a2d20fb9664255b20e0db11dd4586ebe...
Cristian Maglie
2013-07-26
Make private members of HardwareSerial protected
Matthijs Kooijman
2013-07-26
Move buffers into HardwareSerial
Matthijs Kooijman
2013-07-26
Use uint8_t for HardwareSerial ringbuffer pointers
Matthijs Kooijman
2013-07-17
Remove hardcoded product names (all provided for in boards.txt)
Angus Gratton
2013-07-17
Fix whitespace (tabify), oops
Angus Gratton
2013-07-17
Allow USB product and manufacturer strings to be supplied in boards.txt
Angus Gratton
2013-07-04
Refactored YunClient and YunServer classes.
Cristian Maglie
[next]