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
2016-12-16
Adding Arduino.org new boards
Martino Facchin
2016-12-15
Merge branch 'generate_dependencies_S' of https://github.com/facchinm/Arduino
Cristian Maglie
2016-12-14
Added Adafruit Circuits Playground board
Cristian Maglie
2016-11-23
[AVR] Add -g to elf.flags to allow inclusion of debug symbols in elf
Martino Facchin
2016-11-23
[AVR] Add -MMD flag to generate depencencies files for S targets
Martino Facchin
2016-11-22
Update bundled avr core to 1.6.15
Martino Facchin
2016-09-29
Set default values for Arduino AVR Boards upload.verify and program.verify
per1234
2016-09-21
Update to avrdude 6.3 and avr core 1.6.14
Martino Facchin
2016-09-12
Spaces to tab
Iván Pérez
2016-09-12
WString: add `toDouble`
Iván Pérez
2016-09-08
Merge pull request #5300 from mischnic/attiny_anlReference
Sandeep Mistry
2016-09-07
Requested changes to not change code for non ATtinyX5s
Niklas Mischkulnig
2016-08-28
remove extra semicolon
Kyle Chisholm
2016-08-27
Add all analog references supported by the ATtinyX5 series
Niklas Mischkulnig
2016-08-14
Update SoftwareSerialExample.ino
Paul Vivier
2016-08-11
Use a specific hardware/package_index_bundled.json. AVR core version to 1.6.13
Cristian Maglie
2016-08-09
Revert "Bump avr core version to 1.6.13"
Cristian Maglie
2016-08-05
Bump avr core version to 1.6.13
Martino Facchin
2016-07-25
Move lto flags before -Wl to fix Mega2560 "relax" substitution
Martino Facchin
2016-07-25
publish avr core 1.6.12
Martino Facchin
2016-07-25
Enable LTO
Cristian Maglie
2016-07-25
Added -fpermissive flag.
Cristian Maglie
2016-07-22
Merge pull request #5128 from facchinm/configurable_usb210
Martino Facchin
2016-07-21
Merge pull request #5135 from facchinm/usbsuspend_resume
Martino Facchin
2016-07-18
Wrap SoftwareSerial _SS_MAX_RX_BUFF define
Sandeep Mistry
2016-07-18
Cast to "unsigned int" instead of just "unsigned" for consistency
Sandeep Mistry
2016-07-18
Merge pull request #4667 from bblanchon/patch-1
Sandeep Mistry
2016-07-18
Merge pull request #4718 from mattb5906/new-feature/stream-timeout-get-4680
Sandeep Mistry
2016-07-18
Merge branch 'invalidated-string-move' of https://github.com/sandeepmistry/Ar...
Cristian Maglie
2016-07-14
Send an USB remote wakeup if data need to be written
Martino Facchin
2016-07-14
[AVR][USB] fix IRQ flags clearing
Martino Facchin
2016-07-13
configurable USB_VERSION string via define
Martino Facchin
2016-07-12
Make String::move of an invalidated String result in an invalidated String
Sandeep Mistry
2016-07-11
Merge pull request #4864 from sandeepmistry/avr-usb-tx
Arturo Guadalupi
2016-07-07
Merge pull request #5018 from sandeepmistry/sam-SerialUSB.availableForWrite
Arturo Guadalupi
2016-07-07
Merge pull request #4814 from sandeepmistry/avr-pin_
Arturo Guadalupi
2016-07-07
Merge pull request #4813 from sandeepmistry/sam-i2c-symbols
Arturo Guadalupi
2016-06-28
WString.h: allow modifying the string while iterating
Ivan-Perez
2016-06-28
WString.h: Add const qualifier to `begin` and `end` functions
Ivan-Perez
2016-06-05
Fix buffer being overwritten by multiple twi_transmit calls
kellerkindt
2016-05-18
Move Caterina_BL related defines into generic USBCore.h
Martino Facchin
2016-05-10
Fixing issue #4940 (typo)
Brent Wilkins
2016-05-10
update AVR core to 1.6.11
Martino Facchin
2016-05-10
add support for remote upload on Yun shield
Martino Facchin
2016-04-28
Merge branch 'upload-without-verify' of https://github.com/gh-megabit/Arduino
Cristian Maglie
2016-04-26
Merge branch 'sam-recipe_ar_pattern-backwards-compatibility' of https://githu...
Cristian Maglie
2016-04-20
Removed extra whitespaces in WString.h
Cristian Maglie
2016-04-20
Removed C++11 dependency for `begin()` and `end()`
Christopher Andrews
2016-04-20
Updated String library to use C++11 iterators.
Christopher Andrews
2016-04-15
Implement Do-Not-Verify-After-Upload preference for Serial Uploads
gh-megabit
[next]