aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-10Merge pull request #449 from per1234/unomini-menu-locationMartino Facchin
2022-01-03Use more logical Boards menu placement for Uno Miniper1234
2022-01-03Merge pull request #448 from per1234/add-unomini-ciper1234
2022-01-01Add unomini to sketch compilation CI workflowper1234
2021-12-27Merge pull request #442 from umbynos/umbynos/add_drivers_installUmberto Baldi
2021-12-22add drivers for Uno Miniumbynos
2021-12-17add install for arduino gemma drivers: they are in another directoryUmberto Baldi
2021-12-16modify post_install.bat according to https://github.com/arduino/ArduinoCore-m...Umberto Baldi
2021-12-16initial import from https://github.com/arduino/Arduino/tree/master/build/wind...Umberto Baldi
2021-12-01Merge pull request #440 from arduino/scerza/fix-java-ide-network-uploadSilvano Cerza
2021-11-30Fix legacy upload.network_pattern ruleSilvano Cerza
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-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-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-06-11Wire: apply last suggested comment from @matthijskooijmanMartino Facchin
2020-06-11Publish 1.8.3Martino Facchin
2020-06-11Wire: improve comments on timeoutMatthijs Kooijman