Skip to content

Update plugin doc #213

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,20 @@ The new information is hosted in the
[plugin_firmware_index.json](https://downloads.arduino.cc/arduino-fwuploader/boards/plugin_firmware_index.json), which
is generated by `generator.py`.

## uno-r4-wifi-plugin
## Portenta C33

The source code can be found [here](https://github.com/arduino/portenta-c33-fwuploader-plugin).

## Nina family

The source code can be found [here](https://github.com/arduino/nina-fwuploader-plugin). Supported boards:

- [MKR WiFi 1010](https://docs.arduino.cc/hardware/mkr-wifi-1010)
- [Nano 33 IoT](https://docs.arduino.cc/hardware/nano-33-iot)
- [UNO WiFi Rev2](https://docs.arduino.cc/hardware/uno-wifi-rev2)
- [Nano RP2040 Connect](https://docs.arduino.cc/hardware/nano-rp2040-connect)

## UNO R4 WiFi

The source code can be found [here](https://github.com/arduino/uno-r4-wifi-fwuploader-plugin).

Expand Down