From 4cea2a2af587bdfe089f6884be132bda5d5f0f16 Mon Sep 17 00:00:00 2001 From: Alessio Perugini Date: Tue, 22 Aug 2023 10:28:45 +0200 Subject: [PATCH] Update plugin doc --- docs/plugins.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/plugins.md b/docs/plugins.md index fcd05c4..de2fb8f 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -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).