Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arduino/fwuploader-plugin-helper
A golang library to implement an Arduino Firmware Uploader Plugin
https://github.com/arduino/fwuploader-plugin-helper
Last synced: 16 days ago
JSON representation
A golang library to implement an Arduino Firmware Uploader Plugin
- Host: GitHub
- URL: https://github.com/arduino/fwuploader-plugin-helper
- Owner: arduino
- License: agpl-3.0
- Created: 2023-06-26T08:46:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-19T11:07:26.000Z (over 1 year ago)
- Last Synced: 2024-10-08T09:52:30.813Z (about 1 month ago)
- Language: Go
- Size: 102 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Arduino Firmware Uploader Plugin helper library
[![Go Reference](https://pkg.go.dev/badge/github.com/arduino/fwuploader-plugin-helper.svg)](https://pkg.go.dev/github.com/arduino/fwuploader-plugin-helper)
[![Check Go status](https://github.com/arduino/fwuploader-plugin-helper/actions/workflows/check-go-task.yml/badge.svg)](https://github.com/arduino/fwuploader-plugin-helper/actions/workflows/check-go-task.yml)
[![Sync Labels status](https://github.com/arduino/fwuploader-plugin-helper/actions/workflows/sync-labels.yml/badge.svg)](https://github.com/arduino/fwuploader-plugin-helper/actions/workflows/sync-labels.yml)
[![Check Go Dependencies status](https://github.com/arduino/fwuploader-plugin-helper/actions/workflows/check-go-dependencies-task.yml/badge.svg)](https://github.com/arduino/fwuploader-plugin-helper/actions/workflows/check-go-dependencies-task.yml)
[![Check Taskfiles status](https://github.com/arduino/fwuploader-plugin-helper/actions/workflows/check-taskfiles.yml/badge.svg)](https://github.com/arduino/fwuploader-plugin-helper/actions/workflows/check-taskfiles.yml)
[![Check Workflows status](https://github.com/arduino/fwuploader-plugin-helper/actions/workflows/check-workflows-task.yml/badge.svg)](https://github.com/arduino/fwuploader-plugin-helper/actions/workflows/check-workflows-task.yml)
[![Release status](https://github.com/arduino/fwuploader-plugin-helper/actions/workflows/release-tag.yml/badge.svg)](https://github.com/arduino/fwuploader-plugin-helper/actions/workflows/release-tag.yml)
[![Check Markdown status](https://github.com/arduino/fwuploader-plugin-helper/actions/workflows/check-markdown-task.yml/badge.svg)](https://github.com/arduino/fwuploader-plugin-helper/actions/workflows/check-markdown-task.yml)This project is a library to ease implementation of plugins for the [Arduino Firmware Uploader](https://github.com/arduino/arduino-fwuploader).
## Reference implementation
The [`dummy-plugin` folder](dummy-plugin) contains a reference fwuploader plugin implementation.
## Security
If you think you found a vulnerability or other security-related bug in this project, please read our
[security policy](https://github.com/arduino/fwuploader-plugin-helper/security/policy) and report the bug to our Security Team 🛡️
Thank you!e-mail contact: [email protected]
## License
Copyright (c) 2023 ARDUINO SA (https://www.arduino.cc)
The software is released under the GNU General Public License, which covers the main body
of the serial-discovery code. The terms of this license can be found at:
https://www.gnu.org/licenses/gpl-3.0.en.htmlSee [LICENSE.txt](https://github.com/arduino/fwuploader-plugin-helper/blob/master/LICENSE.txt) for details.