arduino / arduino-fwuploader

A Command Line Tool made to update the firmware and/or add SSL certificates for any Arduino board equipped with WINC or NINA Wi-Fi module.

Home Page:https://arduino.github.io/arduino-fwuploader/

Repository from Github https://github.comarduino/arduino-fwuploaderRepository from Github https://github.comarduino/arduino-fwuploader

Migrate Nina firmwares to the new plugin system

umbynos opened this issue · comments

We need to update the generator.py to publish all the 5 4 boards based on nina:

  • arduino:samd:mkrwifi1010
  • arduino:samd:nano_33_iot
  • arduino:samd:mkrvidor4000 (EOL)
  • arduino:megaavr:uno2018
  • arduino:mbed_nano:nanorp2040connect

All the boards uses the same plugin but different loader tools.
The arduino:mbed_nano:nanorp2040connect uses rp2040tools
The arduino:megaavr:uno2018 uses avrdude
The remaining uses bossac.