1. 25 May, 2024 2 commits
    • per1234's avatar
      Merge pull request #562 from per1234/spellcheck-false-positives · 321fca0b
      per1234 authored
      Fix spell check false positives by ignoring words
      321fca0b
    • per1234's avatar
      Fix spell check false positives by ignoring words · bd473a8f
      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.
      bd473a8f
  2. 04 Sep, 2023 2 commits
  3. 18 Mar, 2023 2 commits
  4. 24 Feb, 2023 1 commit
  5. 20 Feb, 2023 1 commit
  6. 02 Nov, 2022 2 commits
  7. 28 Oct, 2022 1 commit
  8. 18 Oct, 2022 3 commits
  9. 05 Sep, 2022 1 commit
    • per1234's avatar
      Fix spell check false positive by ignoring word (#497) · 2ff00ae7
      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.
      2ff00ae7
  10. 17 Jul, 2022 1 commit
  11. 19 Apr, 2022 1 commit
  12. 11 Apr, 2022 1 commit
  13. 08 Apr, 2022 1 commit
  14. 01 Mar, 2022 2 commits
  15. 16 Feb, 2022 1 commit
  16. 10 Jan, 2022 1 commit
  17. 03 Jan, 2022 2 commits
    • per1234's avatar
      Use more logical Boards menu placement for Uno Mini · 5259cff7
      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.
      5259cff7
    • per1234's avatar
      Merge pull request #448 from per1234/add-unomini-ci · 6690a38f
      per1234 authored
      Add unomini to sketch compilation CI workflow
      6690a38f
  18. 01 Jan, 2022 1 commit
    • per1234's avatar
      Add unomini to sketch compilation CI workflow · 8ef856f7
      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.
      8ef856f7
  19. 27 Dec, 2021 1 commit
  20. 22 Dec, 2021 1 commit
  21. 17 Dec, 2021 1 commit
  22. 16 Dec, 2021 2 commits
  23. 01 Dec, 2021 1 commit
  24. 30 Nov, 2021 1 commit
  25. 23 Nov, 2021 3 commits
  26. 17 Nov, 2021 1 commit
  27. 18 Oct, 2021 1 commit
  28. 14 Oct, 2021 1 commit
  29. 01 Oct, 2021 1 commit