- 25 May, 2024 2 commits
-
-
per1234 authored
Fix spell check false positives by ignoring words
-
per1234 authored
The codespell spellchecker tool is used to automatically detect commonly misspelled words in the files of this project. The misspelled words dictionary was expanded in the latest release of codespell. Some of the text in the project codebase happens to match against newly added entries, which caused codespell to produce false misspelled word detections. Since the code that produced the detections is correct and intended, the false positives are resolved by configuring codespell to ignore the problematic words.
-
- 04 Sep, 2023 2 commits
-
-
per1234 authored
Bump actions/checkout from 3 to 4
-
dependabot[bot] authored
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-
- 18 Mar, 2023 2 commits
- 24 Feb, 2023 1 commit
-
-
Martino Facchin authored
Updated board names
-
- 20 Feb, 2023 1 commit
-
-
Josefine Hansson authored
Updated some board names to the proper spelling @facchinm
-
- 02 Nov, 2022 2 commits
-
-
Martino Facchin authored
-
Martino Facchin authored
-
- 28 Oct, 2022 1 commit
-
-
per1234 authored
Fix misspelled words in comments
-
- 18 Oct, 2022 3 commits
-
-
per1234 authored
This project uses the codespell tool used to check for commonly misspelled words in the files of the repository. A recent update to the tool's misspelled words dictionary resulted in the identification of some occurrences of a misspelled word in the comments. In addition to correcting the detected misspellings, I did a quick scan over the repository and identified a few additional misspellings to correct.
-
Cristian Maglie authored
Use correct quoting for paths in post_install.bat
-
Cristian Maglie authored
-
- 05 Sep, 2022 1 commit
-
-
per1234 authored
In the latest release of the codespell tool used for automated spell checking of the files of this project, the word "clen" was added to the codespell misspelled words dictionary as a misspelling of "clean". This caused a false detection of a struct member name `clen` as a misspelling, resulting in a failing spell check result. Since the occurrence of this name is correct and intended in this project, the false positive is resolved by configuring codespell to ignore the problematic word.
-
- 17 Jul, 2022 1 commit
-
-
per1234 authored
Fix missing word in keywords.txt
-
- 19 Apr, 2022 1 commit
-
-
per1234 authored
Use established KEYWORD_TOKENTYPE for Wire keyword
-
- 11 Apr, 2022 1 commit
-
-
per1234 authored
Bump actions/upload-artifact from 2 to 3
-
- 08 Apr, 2022 1 commit
-
-
dependabot[bot] authored
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-
- 01 Mar, 2022 2 commits
-
-
per1234 authored
Bump actions/checkout from 2 to 3
-
dependabot[bot] authored
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-
- 16 Feb, 2022 1 commit
-
-
Martino Facchin authored
-
- 10 Jan, 2022 1 commit
-
-
Martino Facchin authored
Use more logical Boards menu placement for Uno Mini
-
- 03 Jan, 2022 2 commits
-
-
per1234 authored
Arduino has added a new board to the AVR-based line: the Uno Mini. The Uno Mini has its own board definition in this platform, which produces a dedicated item in the **Tools > Board** menu of the Arduino IDE. The classic Arduino IDE arranges the Boards menu for each platform according to the order of occurrence of the board definition in the platform's boards.txt configuration file. The previous placement of the Uno Mini board definition resulted in the board appearing at the end of the menu, along with retired and 3rd party boards. The new placement will cause it to be shown alongside the related Arduino Uno and in a position befitting the latest official AVR board.
-
per1234 authored
Add unomini to sketch compilation CI workflow
-
- 01 Jan, 2022 1 commit
-
-
per1234 authored
The "Compile Examples" GitHub Actions workflow provides a basic "smoke test" for the platform by compiling the relevant example sketches for each of the boards on every commit and pull request. A new board has been added to the platform (Uno Mini) and so should be added to the list of boards compiled for in this workflow. Even though the Uno compilation does provide reasonable coverage for the Uno Mini due to their similar configurations, that coverage does not extend to the board definition itself.
-
- 27 Dec, 2021 1 commit
-
-
Umberto Baldi authored
Add drivers originally bundled with Java IDE directly in the core
-
- 22 Dec, 2021 1 commit
-
-
umbynos authored
-
- 17 Dec, 2021 1 commit
-
-
Umberto Baldi authored
-
- 16 Dec, 2021 2 commits
-
-
Umberto Baldi authored
modify post_install.bat according to https://github.com/arduino/ArduinoCore-megaavr/blob/master/post_install.bat
-
Umberto Baldi authored
initial import from https://github.com/arduino/Arduino/tree/master/build/windows/dist/drivers (moved also gemma stuff under `gemma/`)
-
- 01 Dec, 2021 1 commit
-
-
Silvano Cerza authored
Fix legacy `upload.network_pattern` rule
-
- 30 Nov, 2021 1 commit
-
-
Silvano Cerza authored
-
- 23 Nov, 2021 3 commits
-
-
Martino Facchin authored
-
Martino Facchin authored
-
Martino Facchin authored
Add support for pluggable discovery
-
- 17 Nov, 2021 1 commit
-
-
Martino Facchin authored
Speed up 'available' method by inserting unsigned int cast
-
- 18 Oct, 2021 1 commit
-
-
Bernhard Nebel authored
-
- 14 Oct, 2021 1 commit
-
-
Cristian Maglie authored
-
- 01 Oct, 2021 1 commit
-
-
Martino Facchin authored
Allow disabling CDC with -DCDC_DISABLED
-