Age | Commit message (Expand) | Author |
2022-02-22 | Merge tag '1.8.4' into upstream-1.8.4 | David Madison |
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-27 | Update README.md | Dave Madison |
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-18 | Merge pull request #11 from dmadison/github-actions | Dave Madison |
2021-01-18 | Remove extra space from README badge | David Madison |
2021-01-18 | Add GitHub Actions build status badge to README | David Madison |
2021-01-18 | Remove Travis CI | David Madison |
2021-01-18 | Add GitHub Actions compilation workflow | David Madison |
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-07-23 | Version 1.0.2v1.0.2 | Dave Madison |
2020-07-23 | Merge pull request #9 from dmadison/upstream-updates | Dave Madison |
2020-07-23 | Merge tag '1.8.3' into upstream-updates | David Madison |
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 |