Skip to content

Commit

Permalink
(r) WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
per1234 committed Oct 17, 2023
1 parent 9c18d65 commit d97365c
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,9 @@ The list can be viewed online [here](ino-hardware-package-list.tsv).
### Contributing

Additions/corrections/updates to the list are welcome! Please submit a pull request or issue.

### Acknowledgements

Thanks to the open source community who contribute to this project and the software and resources it uses!

See the [**Acknowledgements page**](docs/acknowledgements) for details.
37 changes: 37 additions & 0 deletions docs/acknowledgements.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Acknowledgements

## Contributors

Thanks to all who contribute to this project:

https://github.com/per1234/inoplatforms/graphs/contributors

And a special thanks to developers and maintainers of all the Arduino boards platforms in this catalog!

## Dependencies

This project is based on many amazing open source software projects:

### Resources

- [**Arduino CLI**](https://arduino.github.io/arduino-cli/latest/) - In addition to being the implementation of the boards platform framework, the Arduino CLI documentation website provides essential documentation about package indexes and platforms.

### Tools

- [**Task**](https://taskfile.dev/) - Task runner.
- [**Git**](https://git-scm.com/) - Version control system.

### Programming Languages

- [**Go**](https://go.dev/)

### Misc

- [**arduino/tooling-project-assets**](https://github.com/arduino/tooling-project-assets) - Collection of reusable project infrastructure assets.
- [**Dependabot**](https://docs.github.com/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates) - Dependency update service.

### GitHub Actions

- [**actions/checkout**](https://github.com/actions/checkout)
- [**actions/setup-go**](https://github.com/actions/setup-go)
-

0 comments on commit d97365c

Please sign in to comment.