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
2022-03-07
rename arduino core dir to xinput
HEAD
master
HampusM
2022-02-22
Merge tag '1.8.4' into upstream-1.8.4
David Madison
2021-10-01
Merge pull request #383 from DanielGibson/disable-cdc
Martino Facchin
2021-05-26
Correct typos in comments and documentation
per1234
2021-01-06
Allow disabling CDC with -DCDC_DISABLED
Daniel Gibson
2020-11-02
Merge pull request #345 from Vitve4/pr_344
Martino Facchin
2020-11-01
Improve reading ADC result
Vitaly Shmagun
2020-09-17
Use std::size_t in new/delete
Matthijs Kooijman
2020-09-17
Optionally let new terminate on allocation failure
Matthijs Kooijman
2020-09-17
Make zero-sized new standards-compliant
Matthijs Kooijman
2020-09-17
Call std::terminate on pure or deleted virtual functions
Matthijs Kooijman
2020-09-17
Add weak `std::terminate()` implementation
Matthijs Kooijman
2020-09-17
Allow overriding selected operator new and delete functions
Matthijs Kooijman
2020-09-17
Clean up and complete `<new>` header
Matthijs Kooijman
2020-09-17
Swap new and new.h header files
Matthijs Kooijman
2020-07-23
Merge tag '1.8.3' into upstream-updates
David Madison
2020-05-13
Add "new" proxy header for compatibility with c++-standard #include<new>
eudoxos
2020-05-02
Update comment on wiring_analog.c
Maximilian Leopold
2020-03-18
Fix sine -> since typo in HardwareSerial files
Daniel Jackson
2020-02-01
Merge ArduinoCore-avr Release 1.8.2
David Madison
2019-09-25
Interrupt ordering for 32u2 and 16u2 MCU (#66)
Manuel Reimer
2019-09-16
Merge pull request #4 from awatterott/master
Alexander Entinger
2019-09-16
Merge pull request #82 from luco5826/master
Alexander Entinger
2019-09-16
Merge pull request #95 from jrowberg/master
Alexander Entinger
2019-09-16
Merge pull request #92 from matthijskooijman/cdc-no-prototocol-at
Alexander Entinger
2019-09-16
Merge branch 'master' into patch-1
Alexander Entinger
2019-09-16
Merge pull request #33 from Pharap/add-placement-new
Alexander Entinger
2019-09-16
Merge pull request #64 from paulrnash/paulrnash-intellisense
Alexander Entinger
2019-09-16
Adding parenthesis around 'bitvalue' allowing correct macro expansion when us...
Alexander Entinger
2019-09-16
Merge pull request #76 from dmadison/pluggable-unused
Alexander Entinger
2019-09-04
remove unnecessary if branch
Akihiro YAMAZAKI
2019-07-29
Add null pointer test to String destructor
Jeff Rowberg
2019-06-08
Do not claim AT-protocol in CDC interface descriptor
Matthijs Kooijman
2019-04-26
Fixed shiftOut in MSBFIRST mode HIGH/LOW
luca
2019-04-26
Minor optimization in shiftOut function
luca
2019-03-09
Change endpoint comments to use send/recv
David Madison
2019-03-09
Switch 'available' return type to uint8_t
David Madison
2019-03-09
Moved send above recv in Xinput API header
David Madison
2019-02-21
Add USB connected API support
David Madison
2019-02-21
Change receive endpoint to double-banked
David Madison
2019-02-21
Use endpoint number defines for ep allocation
David Madison
2019-02-21
Add USB receive callback to USB ISR
David Madison
2019-02-21
Add XInput USB API
David Madison
2019-02-19
Change VID and PID in boards.txt
David Madison
2019-02-19
Add XInput endpoint number defines
David Madison
2019-02-19
Allocate XInput endpoint memory
David Madison
2019-02-19
Modify endpoint numbers to be sequential
David Madison
2019-02-19
Add XInput string descriptors
David Madison
2019-02-19
Add XInput device and config descriptors
David Madison
2019-02-17
Removed USB CDC Serial
David Madison
[next]