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
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-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
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-02-17
Define descriptor return var in pluggable block
David Madison
2019-01-21
Add parameters names to common prototypes
Paul R. Nash
2019-01-04
Remove commented out code for I2C interrupts on WInterrupts.c
Paulo Costa
2018-12-11
Add USBDevice.isSuspended()
Gergely Nagy
2018-10-26
Add noexcept specifier to placement new operator
Pharap
2018-08-18
Prevent possible compiler warning
Pharap
2018-08-18
Add placement new operator
Pharap
2018-08-11
Add `bitToggle` macro to complement `bitSet` etc
Shriramana Sharma
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
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
Create timer0 overflow interrupt service routine for all ATtinies not just 24...
Torben Nielsen
2017-11-13
No fixed value for USB power current.
Andreas Watterott
[next]