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
2019-08-16
Update twi.c
CombiesGit
2019-05-16
Merge pull request #51 from florian-schweiger/patch-1
Martino Facchin
2019-01-07
Merge pull request #59 from paulo-raca/wiring_private_i2c
Martino Facchin
2019-01-04
Remove commented out code for I2C interrupts on WInterrupts.c
Paulo Costa
2018-12-19
Merge pull request #54 from algernon/pull/wakeup-suspend-hooks
Martino Facchin
2018-12-19
Merge pull request #56 from per1234/arduino-as-isp-atmega32u4-programmer
Martino Facchin
2018-12-19
Add ATmega32U4-compatible Arduino as ISP programmer
per1234
2018-12-19
Revert "Updated Arduino as ISP setting"
per1234
2018-12-11
Add USBDevice.isSuspended()
Gergely Nagy
2018-11-26
Removed historic Arduino-0012 workaround
Florian Schweiger
2018-09-10
Release 1.6.23
Cristian Maglie
2018-09-03
Fix compiler warnings about ignored 'const' in EEPROM.h
Brian Park
2018-09-03
Treat narrowing conversion as warning, not error
PaulStoffregen
2018-05-09
Starting 1.6.22
Martino Facchin
2018-04-12
Update DigitalPotControl.ino
SimonePDA
2018-03-02
Publish avr core 1.6.21 (maintenance release)
Martino Facchin
2018-02-19
Add menu for Nano with Optiboot bootloader
Martino Facchin
2017-12-18
Fix MCUs without MPCM0 register
Martino Facchin
2017-11-13
Fix flush hanging issue
John Holman
2017-11-13
Improve how TXCn bit is cleared in USCRnA register
John Holman
2017-11-13
Prevent buffer retransmission when transmit buffer is empty
John Holman
2017-11-13
Create macro to guard critical sections for large transmit buffers
John Holman
2017-11-13
UnConfigured I2C Slave ISR Causing Reboot
chuck todd
2017-11-13
Always read key to check for new LUFA bootloader
Scott Allen
2017-11-13
Don't use line coding to trigger USB auto-reset
Scott Allen
2017-11-13
Save/restore the watchdog during USB auto-reset
Scott Allen
2017-11-13
Fix save/restore of magic key location during reset
Scott Allen
2017-11-13
Updated Arduino as ISP setting
Nico
2017-11-13
Create timer0 overflow interrupt service routine for all ATtinies not just 24...
Torben Nielsen
2017-11-13
[WIRE] Remove extra line from digital_potentiometer example
Quswar Mahmood Abid
2017-11-13
Add extras folder for packagein and CI
Martino Facchin
2017-08-18
Update bundled avr core to 1.6.20
Martino Facchin
2017-07-25
Fixed Serial Port Argument That May Include Spaces
Varun Mehta
2017-07-18
Use correct part names in Tools > Processor menus
per1234
2017-07-07
Update comments to reflect Stream functions changed from private to protected
per1234
2017-05-31
Updated bundled AVR core to 1.6.19
Cristian Maglie
2017-05-23
Removed unneeded include in Print.h
Cristian Maglie
2017-05-23
Move the flush method from Stream to Print
Matthijs Kooijman
2017-05-16
Add Print::availableForWrite
Eric Wieser
2017-03-20
Fixed warning about unused variable
Cristian Maglie
2017-03-20
upd: build.board
sergiotomasello
2017-03-16
use IAD Descriptor for device descriptor per the definition in "USB 2.0 ECN I...
liu nick
2017-03-16
[AVR] USB send ZLP when needed
Cristian Maglie
2017-03-16
Revert "Subtract one from USB_EP_SIZE in USB_SendSpace"
Cristian Maglie
2017-03-14
upd: uno wifi with wifi link
sergiotomasello
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
[next]