Arduino Giga

Vendor: Arduino
Features: 8MB SDRAM, 16MB Flash, Dual-core processor, USB Full speed, CYW43 WiFi/BT Module
Source on GitHub: stm32/ARDUINO_GIGA
More info: Website

Installation instructions

Via dfu-util

This board can programmed via DFU bootloader, using e.g. dfu-util. To enter the DFU bootloader, double tap the reset (blue) button, or you can use machine.bootloader() from the MicroPython REPL.

dfu-util -w -a 0 -d 2341:035b -D build-ARDUINO_GIGA/firmware.dfu

Or from MicroPython source repository:

make BOARD=ARDUINO_GIGA deploy

Firmware

Releases

v1.20.0 (2023-04-26) .dfu [.hex] [Release notes] (latest)

Nightly builds

v1.20.0-151-ga61d40e5e (2023-06-02) .dfu [.hex]
v1.20.0-143-ge4886dda8 (2023-06-02) .dfu [.hex]
v1.20.0-140-g7a17596e1 (2023-06-02) .dfu [.hex]
v1.20.0-139-g5159304ca (2023-06-01) .dfu [.hex]