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-09-12
Fixed trivial include error introduced in previous commit 2e3e539b... oops...
Cristian Maglie
2014-09-12
Merge pull request #2299 from cmaglie/ide-1.5.x-spi-updates
Cristian Maglie
2014-09-12
Added license to USBAPI.h
Cristian Maglie
2014-09-12
Merge pull request #1937 from matthijskooijman/stringindex
Cristian Maglie
2014-09-10
Fix off-by-one in String::substring
Matthijs Kooijman
2014-09-10
Merge pull request #2279 from cmaglie/fix-leo-upload-osx10.9.4
Cristian Maglie
2014-09-10
Simplify String::remove(unsigned int)
Matthijs Kooijman
2014-09-10
Fix bounds check in String::remove()
Matthijs Kooijman
2014-09-10
Remove unneeded check in String::remove(unsigned int)
Matthijs Kooijman
2014-09-06
Fixed license for new.cpp and small cosmetic changes
Cristian Maglie
2014-09-06
Correct implementation of gcc specific internal functions
Cristian Maglie
2014-09-06
Printable.h doesn't need new.h but only stdlib.h for size_t.
Cristian Maglie
2014-09-05
Updated version to 1.5.8
Cristian Maglie
2014-09-01
Fix for upload problems on Arduino Leonardo (and derivatives) with OSX 10.9.4
Cristian Maglie
2014-08-08
Merge branch 'master' into ide-1.5.x
Cristian Maglie
2014-08-08
Added replacement stub for cstdlib atexit() funciton.
Christopher Andrews
2014-08-01
SPI Transactions for AVR
PaulStoffregen
2014-07-24
Merge remote-tracking branch 'arduino/master' into ide-1.5.x
Cristian Maglie
2014-07-24
Merge pull request #2206 from amulya349/master
Cristian Maglie
2014-07-23
Fix of a bug
Amulya Kumar Sahoo
2014-07-21
Merge pull request #2194 from Fede85/ide-1.5.x_lib-description
Cristian Maglie
2014-07-19
Merge pull request #2190 from ribbons/compiler-warnings
Cristian Maglie
2014-07-18
missing paragraph field in library.properties
Fede85
2014-07-18
modified sentences in library.properties files
Fede85
2014-07-18
Add availableForWrite() to HardwareSerial
PaulStoffregen
2014-07-17
Cast empty string to char* to fix compiler warning
Matt Robinson
2014-07-02
Merge pull request #1912 from Lauszus/issues440
Cristian Maglie
2014-07-02
Merge pull request #2148 from Lauszus/promini
Cristian Maglie
2014-07-02
added support for the ArduinoISP
Fede85
2014-07-01
Update ArduinoWifiShield_upgrade_mac.sh
Cristian Maglie
2014-07-01
Update ArduinoWifiShield_upgrade.sh
Ankit Daftery
2014-07-01
Merge branch 'master' into ide-1.5.x
Cristian Maglie
2014-07-01
Fixed permission on wifishield upgrade script.
Cristian Maglie
2014-07-01
Merge pull request #2118 from benoit-artefactlabs/wifishield-upgrade-firmware...
Cristian Maglie
2014-07-01
Merge branch 'master' into matthijskooijman-ide-1.5.x-timer-variant
Cristian Maglie
2014-07-01
Merge branch 'ide-1.5.x-timer-variant' of github.com:matthijskooijman/Arduino...
Cristian Maglie
2014-07-01
Merge pull request #2139 from cmaglie/init-variant
Cristian Maglie
2014-07-01
Reverting -flto flag from AVR core until all compatibility problems are worke...
Cristian Maglie
2014-06-30
Merge branch 'master' into ide-1.5.x
Cristian Maglie
2014-06-30
Backported digitalPinToInterrupt macro from IDE 1.5.x
Cristian Maglie
2014-06-28
Arduino Pro and Pro Mini should use eightanaloginputs variant, so all 8 analo...
Kristian Lauszus
2014-06-27
initVariant() is now declared as external "C" function.
Cristian Maglie
2014-06-27
Merge branch 'ide-1.5.7' into ide-1.5.x
Cristian Maglie
2014-06-25
Support Atmega8 (and similar that define PE instead of UPE) again
Matthijs Kooijman
2014-06-25
Allow variants to define an initVariant() function that is called at startup.
Matthijs Kooijman
2014-06-25
Removed patch for old malloc bug (no more useful with updated toolchain)
Cristian Maglie
2014-06-25
Fixed compilation error when targetting Mega. Error is caused by #2039 and th...
Federico Fissore
2014-06-25
gcc: Adding -w flag to compiler.c.elf.flags in order to avoid printing ISR wa...
Federico Fissore
2014-06-25
Enabling link-time optimization. See #660
Federico Fissore
2014-06-25
New common AVR toolchain
Federico Fissore
[next]