aboutsummaryrefslogtreecommitdiff
path: root/cores
AgeCommit message (Expand)Author
2020-11-02Merge pull request #345 from Vitve4/pr_344Martino Facchin
2020-11-01Improve reading ADC resultVitaly Shmagun
2020-09-17Use std::size_t in new/deleteMatthijs Kooijman
2020-09-17Optionally let new terminate on allocation failureMatthijs Kooijman
2020-09-17Make zero-sized new standards-compliantMatthijs Kooijman
2020-09-17Call std::terminate on pure or deleted virtual functionsMatthijs Kooijman
2020-09-17Add weak `std::terminate()` implementationMatthijs Kooijman
2020-09-17Allow overriding selected operator new and delete functionsMatthijs Kooijman
2020-09-17Clean up and complete `<new>` headerMatthijs Kooijman
2020-09-17Swap new and new.h header filesMatthijs Kooijman
2020-05-13Add "new" proxy header for compatibility with c++-standard #include<new>eudoxos
2020-05-02Update comment on wiring_analog.cMaximilian Leopold
2020-03-18Fix sine -> since typo in HardwareSerial filesDaniel Jackson
2019-09-25Interrupt ordering for 32u2 and 16u2 MCU (#66)Manuel Reimer
2019-09-16Merge pull request #4 from awatterott/masterAlexander Entinger
2019-09-16Merge pull request #82 from luco5826/masterAlexander Entinger
2019-09-16Merge pull request #95 from jrowberg/masterAlexander Entinger
2019-09-16Merge pull request #92 from matthijskooijman/cdc-no-prototocol-atAlexander Entinger
2019-09-16Merge branch 'master' into patch-1Alexander Entinger
2019-09-16Merge pull request #33 from Pharap/add-placement-newAlexander Entinger
2019-09-16Merge pull request #64 from paulrnash/paulrnash-intellisenseAlexander Entinger
2019-09-16Adding parenthesis around 'bitvalue' allowing correct macro expansion when us...Alexander Entinger
2019-09-16Merge pull request #76 from dmadison/pluggable-unusedAlexander Entinger
2019-09-04remove unnecessary if branchAkihiro YAMAZAKI
2019-07-29Add null pointer test to String destructorJeff Rowberg
2019-06-08Do not claim AT-protocol in CDC interface descriptorMatthijs Kooijman
2019-04-26Fixed shiftOut in MSBFIRST mode HIGH/LOWluca
2019-04-26Minor optimization in shiftOut functionluca
2019-02-17Define descriptor return var in pluggable blockDavid Madison
2019-01-21Add parameters names to common prototypesPaul R. Nash
2019-01-04Remove commented out code for I2C interrupts on WInterrupts.cPaulo Costa
2018-12-11Add USBDevice.isSuspended()Gergely Nagy
2018-10-26Add noexcept specifier to placement new operatorPharap
2018-08-18Prevent possible compiler warningPharap
2018-08-18Add placement new operatorPharap
2018-08-11Add `bitToggle` macro to complement `bitSet` etcShriramana Sharma
2017-12-18Fix MCUs without MPCM0 registerMartino Facchin
2017-11-13Fix flush hanging issueJohn Holman
2017-11-13Improve how TXCn bit is cleared in USCRnA registerJohn Holman
2017-11-13Prevent buffer retransmission when transmit buffer is emptyJohn Holman
2017-11-13Create macro to guard critical sections for large transmit buffersJohn Holman
2017-11-13Always read key to check for new LUFA bootloaderScott Allen
2017-11-13Don't use line coding to trigger USB auto-resetScott Allen
2017-11-13Save/restore the watchdog during USB auto-resetScott Allen
2017-11-13Fix save/restore of magic key location during resetScott Allen
2017-11-13Create timer0 overflow interrupt service routine for all ATtinies not just 24...Torben Nielsen
2017-11-13No fixed value for USB power current.Andreas Watterott
2017-07-07Update comments to reflect Stream functions changed from private to protectedper1234
2017-05-23Removed unneeded include in Print.hCristian Maglie
2017-05-23Move the flush method from Stream to PrintMatthijs Kooijman