Age | Commit message (Expand) | Author |
2021-12-22 | add drivers for Uno Mini | umbynos |
2021-12-17 | add install for arduino gemma drivers: they are in another directory | Umberto Baldi |
2021-12-16 | modify post_install.bat according to https://github.com/arduino/ArduinoCore-m... | Umberto Baldi |
2021-12-16 | initial import from https://github.com/arduino/Arduino/tree/master/build/wind... | Umberto Baldi |
2021-12-01 | Merge pull request #440 from arduino/scerza/fix-java-ide-network-upload | Silvano Cerza |
2021-11-30 | Fix legacy upload.network_pattern rule | Silvano Cerza |
2021-11-23 | Release 1.8.4 | Martino Facchin |
2021-11-23 | Add Uno mini board | Martino Facchin |
2021-11-23 | Merge pull request #426 from arduino/scerza/pluggable-discovery-support | Martino Facchin |
2021-11-17 | Merge pull request #433 from felias-fogg/master | Martino Facchin |
2021-10-18 | Inserted cast to unsigned int in available method in order to avoid call to _... | Bernhard Nebel |
2021-10-14 | Added pluggable discovery/monitor definitions | Cristian Maglie |
2021-10-01 | Merge pull request #383 from DanielGibson/disable-cdc | Martino Facchin |
2021-09-08 | Merge pull request #417 from per1234/ignore-word | Silvano Cerza |
2021-06-30 | Don't use codespell's "rare" dictionary for CI spell check | per1234 |
2021-05-26 | Merge pull request #413 from per1234/ci | Martino Facchin |
2021-05-26 | Report changes in memory usage that would result from merging a PR | per1234 |
2021-05-26 | Add "smoke test" examples compilation CI workflow | per1234 |
2021-05-26 | Add CI workflow to do Arduino project-specific linting | per1234 |
2021-05-26 | Correct typos in comments and documentation | per1234 |
2021-05-26 | Add CI workflow to check for commonly misspelled words | per1234 |
2021-05-26 | Revert "Declare TwoWire functions as virtual" (#412) | Alexander Entinger |
2021-05-26 | Configure Dependabot to check for outdated actions used in workflows | per1234 |
2021-05-26 | Provide a brief description of the project | per1234 |
2021-05-25 | Merge pull request #396 from ArkadyGamza/make_TwoWire_functions_virtual | Alexander Entinger |
2021-02-25 | Declare TwoWire functions as virtual | ArkadyGamza |
2021-01-12 | Merge pull request #385 from greyltc/patch-1 | Martino Facchin |
2021-01-09 | fix twi_manageTimeoutFlag function description | Greyson Christoforo |
2021-01-06 | Allow disabling CDC with -DCDC_DISABLED | Daniel Gibson |
2020-11-02 | Merge pull request #369 from per1234/update-platform-docs-urls | Martino Facchin |
2020-11-02 | Update platform specification URLs in configuration files | per1234 |
2020-11-02 | Merge pull request #345 from Vitve4/pr_344 | Martino Facchin |
2020-11-01 | Improve reading ADC result | Vitaly Shmagun |
2020-10-15 | Merge pull request #361 from matthijskooijman/improve-new | Martino Facchin |
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-06-11 | Wire: apply last suggested comment from @matthijskooijman | Martino Facchin |
2020-06-11 | Publish 1.8.3 | Martino Facchin |
2020-06-11 | Wire: improve comments on timeout | Matthijs Kooijman |
2020-06-11 | Wire: add sensible defaults to setWireTimeout | Martino Facchin |
2020-06-11 | Introduce non compulsory Wire timeout | Greyson Christoforo |
2020-06-11 | Merge pull request #340 from eudoxos/header-new | Martino Facchin |
2020-06-11 | Merge pull request #335 from cmaglie/add-precomp-lib-support | Martino Facchin |
2020-05-13 | Add "new" proxy header for compatibility with c++-standard #include<new> | eudoxos |