From 6f5b79f120526810e3483355a8a4b5c299a92919 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 17 May 2022 18:19:43 +1000 Subject: [PATCH] boards/um_feathers3: Don't flash tinyuf2.bin (#807) tinyuf2.bin should only be flashed along with the appropriate bootloader and partition scheme. In arduino IDE, these are only flashed when the tinyuf2 partition option is selected. --- boards/um_feathers3.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/boards/um_feathers3.json b/boards/um_feathers3.json index 42d4828..2be96cd 100644 --- a/boards/um_feathers3.json +++ b/boards/um_feathers3.json @@ -35,14 +35,6 @@ ], "name": "Unexpected Maker FeatherS3", "upload": { - "arduino": { - "flash_extra_images": [ - [ - "0x410000", - "variants/um_feathers3/tinyuf2.bin" - ] - ] - }, "flash_size": "16MB", "maximum_ram_size": 327680, "maximum_size": 16777216,