You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the most commonly used Arduino libraries are the ones bundled with popular hardware packages.
Since there are a small number of active Arduino hardware packages, it's not worth the effort to automate the discovery of these repositories. Instead I will simply manually maintain a list of the repositories and the subfolder that contains their bundled libraries.
Process:
Check blacklist
Check if archived
Check for open PR
Download the .zip file of the repository's branch specified in the hardware package list.
Run codespell on the entire repository (if typo checking is enabled).
Run arduino-ci-script on the contents of the library folder specified in the hardware package list.
Some of the hardware packages are currently on the inolibbuglist repository blacklist because they were falsely detected as libraries by inoliblist. The solution is to move that part of the blacklist to inoliblist's repository blacklist. That will cause those repositories to be excluded from the inolibbuglist library checks (because they won't be in inoliblist) but not from inolibbuglist's hardware package checks.
The text was updated successfully, but these errors were encountered:
Some of the most commonly used Arduino libraries are the ones bundled with popular hardware packages.
Since there are a small number of active Arduino hardware packages, it's not worth the effort to automate the discovery of these repositories. Instead I will simply manually maintain a list of the repositories and the subfolder that contains their bundled libraries.
Process:
Some of the hardware packages are currently on the inolibbuglist repository blacklist because they were falsely detected as libraries by inoliblist. The solution is to move that part of the blacklist to inoliblist's repository blacklist. That will cause those repositories to be excluded from the inolibbuglist library checks (because they won't be in inoliblist) but not from inolibbuglist's hardware package checks.
The text was updated successfully, but these errors were encountered: