Wykres commitów

10 Commity (62bdb30f58a4770d40a1d692607b3c258afa72cc)

Autor SHA1 Wiadomość Data
Robert Hammelrath 62bdb30f58
Merge 81f8e32c35 into 68e0dfce0a 2025-04-26 16:12:32 +00:00
robert-hh 81f8e32c35
micropython/espflash: Add NINA firmware images v2.0.0.
The most important difference to v1.5.0 is changing the Ardiono trust
anchors.

Signed-off-by: robert-hh <robert@hammelrath.com>
2025-04-26 18:03:56 +02:00
Angus Gratton 68e0dfce0a all: Apply Ruff 0.11.6 reformatting changes.
Signed-off-by: Angus Gratton <angus@redyak.com.au>
2025-04-24 16:54:10 +10:00
robert-hh 503081e64f
esp_hosted: Add esp_hosted firmware for Airlift modules.
Using the interface pins of the Airlift modules.

Signed-off-by: robert-hh <robert@hammelrath.com>
2025-04-15 09:09:16 +02:00
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
Angus Gratton 992eecfed4 all: Enable Ruff lint F541 'f-string without any placeholders'.
Signed-off-by: Angus Gratton <angus@redyak.com.au>
2024-05-15 18:11:46 +10:00
Angus Gratton 6c6fab1db1 all: Enable ruff F841 'Local variable is assigned to but never used'.
Most of these look like they were used for print debugging and then kept in
when the print statements were removed or commented.

Some look like missing or incomplete functionality, these have been marked
with comments where possible.

Signed-off-by: Angus Gratton <angus@redyak.com.au>
2024-05-15 18:05:21 +10:00
Damien George e6b89eafa3 all: Remove unnecessary start argument in range.
To satisfy Ruff.

Signed-off-by: Damien George <damien@micropython.org>
2023-09-01 00:17:28 +10:00
Jim Mussared 8fc9edabf3 all: Standardise x.y.z versioning for all packages.
- For packages that were just x.y, update to x.y.0.
- For that were x.y.z-n, update to x.y.(z+1)

From now on we'll apply semver rules:
- MAJOR version when you make incompatible API changes
- MINOR version when you add functionality in a backward compatible manner
- PATCH version when you make backward compatible bug fixes

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-07-23 11:48:57 +10:00
iabdalkader 82f6b18b88 espflash: Add a minimal ESP32 bootloader protocol implementation.
This tool implements a subset of the ESP32 ROM bootloader protocol, and
it's mainly intended for updating Nina WiFi firmware from MicroPython, but
can be used to flash any ESP32 chip.
2022-11-08 18:45:22 +11:00