A list of all known Arduino hardware packages.
Hardware packages provide the boards platform (AKA "core") and toolchain needed to add support for a board to the Arduino development software (e.g., Arduino IDE).
The list can be viewed online here.
- Name: The package index
packages[].platforms[].namevalue, the platform.txtnameproperty value, or the{vendor}-{architecture}name used by Arduino IDE as a fallback. - Vendor: The package index
packages[].namevalue or the name of the platform's vendor folder. The machine-friendly name of the package is{vendor}:{architecture}. - Architecture: The package index
packages[].platforms[].architecturevalue or the name of the platform's architecture folder. The machine-friendly name of the package is{vendor}:{architecture}. - Repository: URL of the repository where the platform source files are hosted.
- Boards Manager URL: The URL for the package index file that provides Boards Manager installation support. This URL must be added to the Arduino IDE's File > Preferences > Additional Boards Manager URLs.
❗ This should be the canonical URL specified by the platform installation instructions, if available. - Repository Data Folder: The folder in the repository that contains boards.txt.
- Branch Name: The branch of the repository that contains the platform files.
- Package Index Repository: The URL of the repository where the package index source file is hosted.
- Package Index Folder: The path of the folder in the repository containing the package index file.
- Package Index Branch: The branch of the package index repository that contains the package index file.
- Reference: URL of the instructions for installing the platform.
- Notes: Additional information.
- Suppress: Set to
TRUEfor platforms whose developer has formally superseded it with an equivalent replacement. These are still cataloged when they may be of historical interest, but should not be selected for general platform usage.
- https://github.com/arduino/Arduino/wiki/Unofficial-list-of-3rd-party-boards-support-urls
- The "Unofficial list of 3rd party boards support urls" differs from ino-hardware-package-list in:
- Less comprehensive due to consisting of submissions from boards platform authors.
- Is not in a machine-readable form.
- The "Unofficial list of 3rd party boards support urls" differs from ino-hardware-package-list in:
Additions/corrections/updates to the list are welcome! Please submit a pull request or issue.
Thanks to the open source community who contribute to this project and the software and resources it uses!
See the Acknowledgments page for details.