aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-22Update Arduino CI version to 1.8.19David Madison
2022-02-22Remove Arduino CI actionsDavid Madison
2022-02-22Add XInput to Circuit Playground nameDavid Madison
2022-02-22Merge tag '1.8.4' into upstream-1.8.4David Madison
2021-11-23Release 1.8.4Martino Facchin
2021-11-23Add Uno mini boardMartino Facchin
2021-11-23Merge pull request #426 from arduino/scerza/pluggable-discovery-supportMartino Facchin
2021-11-17Merge pull request #433 from felias-fogg/masterMartino Facchin
2021-10-18Inserted cast to unsigned int in available method in order to avoid call to _...Bernhard Nebel
2021-10-14Added pluggable discovery/monitor definitionsCristian Maglie
2021-10-01Merge pull request #383 from DanielGibson/disable-cdcMartino Facchin
2021-09-27Update README.mdDave Madison
2021-09-08Merge pull request #417 from per1234/ignore-wordSilvano Cerza
2021-06-30Don't use codespell's "rare" dictionary for CI spell checkper1234
2021-05-26Merge pull request #413 from per1234/ciMartino Facchin
2021-05-26Report changes in memory usage that would result from merging a PRper1234
2021-05-26Add "smoke test" examples compilation CI workflowper1234
2021-05-26Add CI workflow to do Arduino project-specific lintingper1234
2021-05-26Correct typos in comments and documentationper1234
2021-05-26Add CI workflow to check for commonly misspelled wordsper1234
2021-05-26Revert "Declare TwoWire functions as virtual" (#412)Alexander Entinger
2021-05-26Configure Dependabot to check for outdated actions used in workflowsper1234
2021-05-26Provide a brief description of the projectper1234
2021-05-25Merge pull request #396 from ArkadyGamza/make_TwoWire_functions_virtualAlexander Entinger
2021-02-25Declare TwoWire functions as virtualArkadyGamza
2021-01-18Merge pull request #11 from dmadison/github-actionsDave Madison
2021-01-18Remove extra space from README badgeDavid Madison
2021-01-18Add GitHub Actions build status badge to READMEDavid Madison
2021-01-18Remove Travis CIDavid Madison
2021-01-18Add GitHub Actions compilation workflowDavid Madison
2021-01-12Merge pull request #385 from greyltc/patch-1Martino Facchin
2021-01-09fix twi_manageTimeoutFlag function descriptionGreyson Christoforo
2021-01-06Allow disabling CDC with -DCDC_DISABLEDDaniel Gibson
2020-11-02Merge pull request #369 from per1234/update-platform-docs-urlsMartino Facchin
2020-11-02Update platform specification URLs in configuration filesper1234
2020-11-02Merge pull request #345 from Vitve4/pr_344Martino Facchin
2020-11-01Improve reading ADC resultVitaly Shmagun
2020-10-15Merge pull request #361 from matthijskooijman/improve-newMartino Facchin
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-07-23Version 1.0.2v1.0.2Dave Madison
2020-07-23Merge pull request #9 from dmadison/upstream-updatesDave Madison
2020-07-23Merge tag '1.8.3' into upstream-updatesDavid Madison
2020-06-11Wire: apply last suggested comment from @matthijskooijmanMartino Facchin