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
2017-03-08
AVR: Prevent warnings if BIN is previously defined
Cristian Maglie
2017-03-07
fix extended fuse bits for ethernet board
Adrien Descamps
2017-03-07
Set unused bits of extended fuse to 1
Adrien Descamps
2017-02-08
Update bundled avr core version to 1.6.18
Martino Facchin
2017-02-08
Add virtual beginMulticast(...) stub to UDP class
Sandeep Mistry
2017-02-08
Merge branch 'master' into stk500-jtagice3
Martino Facchin
2017-02-08
Add Atmel-ICE as AVR programmer
Martino Facchin
2017-01-09
[AVR] update to 1.6.17
Martino Facchin
2017-01-09
Merge pull request #5815 from roncapat/master
Martino Facchin
2017-01-08
Remove old TODOs for non-standard ipv4 format support
Patrick Roncagliolo
2017-01-07
Change double quotes to single quotes
Patrick Roncagliolo
2016-12-28
Properly escape avrdude.upload.network_pattern to handle spaces in path
Martino Facchin
2016-12-21
Add arduinoOTA upload tool
Martino Facchin
2016-12-21
Add Arduino UNO Wifi board
Martino Facchin
2016-12-19
Merge branch 'master' of github.com:arduino/Arduino
Cristian Maglie
2016-12-19
Fixed build.board for some boards
Cristian Maglie
2016-12-16
Fix Circuitplay tools reference (take 2)
Martino Facchin
2016-12-16
Fix Circuitplay core and tools reference
Martino Facchin
2016-12-16
Merge pull request #5731 from facchinm/tian_support
Martino Facchin
2016-12-16
Added empty efuse property for atmega8 bootloader rules
Cristian Maglie
2016-12-16
publish avr core 1.6.16 prerelease
Martino Facchin
2016-12-16
Add ArduinoISP.org programmer
Martino Facchin
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-23
Add support for the JTAGICE3 programmer
Matthijs Kooijman
2016-11-23
Support the Atmel STK500 development board for ISP
Matthijs Kooijman
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
[next]