micropython-lib/micropython/espflash
robert-hh a2ae20a422
espflash: Add two binary packages with NINA firmware.
- NINA_FW_v1.5.0_W102.bin for the u.blox W102 module or any other
  generic ESP32 device.
- NINA_FW_v1.5.0_Airlift.bin for Adafruit Airlift modules.

The two binaries only differ in which pin is used for the MOSI signals.
The u.blox module uses Pin 12, the Adafruit modules use Pin 14.
A generic ESP32 can be used with either firmware, given that MOSI
is connected accordingly.

Signed-off-by: robert-hh <robert@hammelrath.com>
2025-04-15 09:09:13 +02:00
..
NINA_FW_v1.5.0_Airlift.bin espflash: Add two binary packages with NINA firmware. 2025-04-15 09:09:13 +02:00
NINA_FW_v1.5.0_W102.bin espflash: Add two binary packages with NINA firmware. 2025-04-15 09:09:13 +02:00
espflash.py all: Enable Ruff lint F541 'f-string without any placeholders'. 2024-05-15 18:11:46 +10:00
example.py espflash: Add a minimal ESP32 bootloader protocol implementation. 2022-11-08 18:45:22 +11:00
manifest.py all: Standardise x.y.z versioning for all packages. 2023-07-23 11:48:57 +10:00